| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperandPolicy | |
|---|---|
| org.scale7.cassandra.pelops | |
| org.scale7.cassandra.pelops.pool | |
| org.scale7.cassandra.pelops.spring | |
| Uses of OperandPolicy in org.scale7.cassandra.pelops | 
|---|
| Methods in org.scale7.cassandra.pelops with parameters of type OperandPolicy | |
|---|---|
| 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 | 
| Uses of OperandPolicy in org.scale7.cassandra.pelops.pool | 
|---|
| Methods in org.scale7.cassandra.pelops.pool that return OperandPolicy | |
|---|---|
|  OperandPolicy | CommonsBackedPool.getOperandPolicy() | 
|  OperandPolicy | DebuggingPool.getOperandPolicy() | 
|  OperandPolicy | IThriftPool.getOperandPolicy()Get the current policy in force, which controls the general behavior of pelops. | 
|  OperandPolicy | CachePerNodePool.getOperandPolicy()Deprecated. Get the current policy in force, which controls the general behavior of pelops. | 
| Constructors in org.scale7.cassandra.pelops.pool with parameters of type OperandPolicy | |
|---|---|
| CachePerNodePool(Cluster cluster,
                 String keyspace,
                 OperandPolicy generalPolicy,
                 CachePerNodePool.Policy poolPolicy)Deprecated. Constructs a pool instance. | |
| 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 OperandPolicy in org.scale7.cassandra.pelops.spring | 
|---|
| Methods in org.scale7.cassandra.pelops.spring that return OperandPolicy | |
|---|---|
|  OperandPolicy | CachePerNodePoolFactoryBean.getOperandPolicy()Deprecated. | 
|  OperandPolicy | CommonsBackedPoolFactoryBean.getOperandPolicy() | 
| Methods in org.scale7.cassandra.pelops.spring with parameters of type OperandPolicy | |
|---|---|
|  void | CachePerNodePoolFactoryBean.setOperandPolicy(OperandPolicy operandPolicy)Deprecated. | 
|  void | CommonsBackedPoolFactoryBean.setOperandPolicy(OperandPolicy operandPolicy) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||