|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cluster | |
|---|---|
| org.scale7.cassandra.pelops | |
| org.scale7.cassandra.pelops.pool | |
| org.scale7.cassandra.pelops.spring | |
| Uses of Cluster in org.scale7.cassandra.pelops |
|---|
| Methods in org.scale7.cassandra.pelops with parameters of type Cluster | |
|---|---|
static void |
Pelops.addPool(String poolName,
Cluster cluster,
String keyspace)
Add a new Thrift connection pool for a specific cluster and keyspace. |
static void |
Pelops.addPool(String poolName,
Cluster cluster,
String keyspace,
CommonsBackedPool.Policy policy,
OperandPolicy operandPolicy)
Add a new Thrift connection pool for a specific cluster and keyspace. |
static void |
Pelops.addPool(String poolName,
Cluster cluster,
String keyspace,
OperandPolicy operandPolicy,
CachePerNodePool.Policy poolPolicy)
Deprecated. Use the CommonsBackedPool |
static ClusterManager |
Pelops.createClusterManager(Cluster cluster)
Create a ClusterManager object for use managing the cluster. |
static ColumnFamilyManager |
Pelops.createColumnFamilyManager(Cluster cluster,
String keyspace)
Create a ColumnFamilyManager object for use managing column families inside a keyspace. |
static KeyspaceManager |
Pelops.createKeyspaceManager(Cluster cluster)
Create a KeyspaceManager object for use managing keyspaces in the cluster. |
| Constructors in org.scale7.cassandra.pelops with parameters of type Cluster | |
|---|---|
ClusterManager(Cluster cluster)
|
|
ColumnFamilyManager(Cluster cluster,
String keyspace)
|
|
KeyspaceManager(Cluster cluster)
|
|
| Uses of Cluster in org.scale7.cassandra.pelops.pool |
|---|
| Methods in org.scale7.cassandra.pelops.pool that return Cluster | |
|---|---|
Cluster |
CommonsBackedPool.getCluster()
|
| Constructors in org.scale7.cassandra.pelops.pool with parameters of type Cluster | |
|---|---|
CachePerNodePool(Cluster cluster,
String keyspace,
OperandPolicy generalPolicy,
CachePerNodePool.Policy poolPolicy)
Deprecated. Constructs a pool instance. |
|
CommonsBackedPool(Cluster cluster,
String keyspace)
Create a new instance with reasonable defaults. |
|
CommonsBackedPool(Cluster cluster,
String keyspace,
CommonsBackedPool.Policy policy,
OperandPolicy operandPolicy)
Create a new instance with reasonable defaults. |
|
CommonsBackedPool(Cluster cluster,
String keyspace,
CommonsBackedPool.Policy policy,
OperandPolicy operandPolicy,
CommonsBackedPool.INodeSelectionStrategy nodeSelectionStrategy,
CommonsBackedPool.INodeSuspensionStrategy nodeSuspensionStrategy,
CommonsBackedPool.IConnectionValidator connectionValidator)
Create a new instance of the pool. |
|
DebuggingPool(Cluster cluster,
String keyspace,
OperandPolicy generalPolicy)
|
|
| Uses of Cluster in org.scale7.cassandra.pelops.spring |
|---|
| Methods in org.scale7.cassandra.pelops.spring that return Cluster | |
|---|---|
Cluster |
CachePerNodePoolFactoryBean.getCluster()
Deprecated. |
Cluster |
CommonsBackedPoolFactoryBean.getCluster()
|
| Methods in org.scale7.cassandra.pelops.spring with parameters of type Cluster | |
|---|---|
void |
CachePerNodePoolFactoryBean.setCluster(Cluster cluster)
Deprecated. |
void |
CommonsBackedPoolFactoryBean.setCluster(Cluster cluster)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||