public class

AstyanaxContext

extends Object
java.lang.Object
   ↳ com.netflix.astyanax.AstyanaxContext<Entity>

Class Overview

This object tracks the context of an astyanax instance of either a Cluster or Keyspace

Summary

Nested Classes
class AstyanaxContext.Builder  
Public Methods
AstyanaxConfiguration getAstyanaxConfiguration()
String getClusterName()
ConnectionPool<?> getConnectionPool()
ConnectionPoolConfiguration getConnectionPoolConfiguration()
ConnectionPoolMonitor getConnectionPoolMonitor()
Entity getEntity()
String getKeyspaceName()
NodeDiscovery getNodeDiscovery()
void shutdown()
void start()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public AstyanaxConfiguration getAstyanaxConfiguration ()

public String getClusterName ()

public ConnectionPool<?> getConnectionPool ()

public ConnectionPoolConfiguration getConnectionPoolConfiguration ()

public ConnectionPoolMonitor getConnectionPoolMonitor ()

public Entity getEntity ()

public String getKeyspaceName ()

public NodeDiscovery getNodeDiscovery ()

public void shutdown ()

public void start ()