com.netflix.astyanax
Class AstyanaxContext<Entity>
java.lang.Object
com.netflix.astyanax.AstyanaxContext<Entity>
- Type Parameters:
T
-
public class AstyanaxContext<Entity>
- extends Object
This object tracks the context of an astyanax instance of either a Cluster or
Keyspace
- Author:
- elandau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEntity
public Entity getEntity()
getConnectionPool
public ConnectionPool<?> getConnectionPool()
getConnectionPoolConfiguration
public ConnectionPoolConfiguration getConnectionPoolConfiguration()
getAstyanaxConfiguration
public AstyanaxConfiguration getAstyanaxConfiguration()
getNodeDiscovery
public NodeDiscovery getNodeDiscovery()
getConnectionPoolMonitor
public ConnectionPoolMonitor getConnectionPoolMonitor()
start
public void start()
shutdown
public void shutdown()
getClusterName
public String getClusterName()
getKeyspaceName
public String getKeyspaceName()
Copyright © 2012. All Rights Reserved.