Uses of Class
me.prettyprint.cassandra.service.FailoverPolicy

Packages that use FailoverPolicy
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.service   
me.prettyprint.hector.api.factory   
 

Uses of FailoverPolicy in me.prettyprint.cassandra.model
 

Fields in me.prettyprint.cassandra.model declared as FailoverPolicy
protected  FailoverPolicy ExecutingKeyspace.failoverPolicy
           
 

Constructors in me.prettyprint.cassandra.model with parameters of type FailoverPolicy
ExecutingKeyspace(String keyspace, HConnectionManager connectionManager, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy)
           
ExecutingKeyspace(String keyspace, HConnectionManager connectionManager, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
ExecutingVirtualKeyspace(String keyspace, E keyPrefix, Serializer<E> keyPrefixSerializer, HConnectionManager connectionManager, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy)
           
ExecutingVirtualKeyspace(String keyspace, E keyPrefix, Serializer<E> keyPrefixSerializer, HConnectionManager connectionManager, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
 

Uses of FailoverPolicy in me.prettyprint.cassandra.service
 

Fields in me.prettyprint.cassandra.service declared as FailoverPolicy
static FailoverPolicy FailoverPolicy.FAIL_FAST
          On communication failure, just return the error to the client and don't retry
 FailoverPolicy Operation.failoverPolicy
           
static FailoverPolicy FailoverPolicy.ON_FAIL_TRY_ALL_AVAILABLE
          On communication error try all known servers before giving up
static FailoverPolicy FailoverPolicy.ON_FAIL_TRY_ONE_NEXT_AVAILABLE
          On communication error try one more server before giving up
 

Methods in me.prettyprint.cassandra.service with parameters of type FailoverPolicy
 void VirtualKeyspaceOperation.applyConnectionParams(String keyspace, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
 void Operation.applyConnectionParams(String keyspace, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
 

Constructors in me.prettyprint.cassandra.service with parameters of type FailoverPolicy
KeyspaceServiceImpl(String keyspaceName, ConsistencyLevelPolicy consistencyLevel, HConnectionManager connectionManager, FailoverPolicy failoverPolicy)
           
KeyspaceServiceImpl(String keyspaceName, ConsistencyLevelPolicy consistencyLevel, HConnectionManager connectionManager, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
Operation(OperationType operationType, FailoverPolicy failoverPolicy, String keyspaceName, Map<String,String> credentials)
           
VirtualKeyspaceServiceImpl(String keyspaceName, E keyPrefix, Serializer<E> keyPrefixSerializer, ConsistencyLevelPolicy consistencyLevel, HConnectionManager connectionManager, FailoverPolicy failoverPolicy)
           
VirtualKeyspaceServiceImpl(String keyspaceName, E keyPrefix, Serializer<E> keyPrefixSerializer, ConsistencyLevelPolicy consistencyLevel, HConnectionManager connectionManager, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
 

Uses of FailoverPolicy in me.prettyprint.hector.api.factory
 

Methods in me.prettyprint.hector.api.factory with parameters of type FailoverPolicy
static Keyspace HFactory.createKeyspace(String keyspace, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy)
          Creates a Keyspace with the given consistency level.
static Keyspace HFactory.createKeyspace(String keyspace, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
          Creates a Keyspace with the given consistency level, fail over policy and user credentials.
static
<E> Keyspace
HFactory.createVirtualKeyspace(String keyspace, E keyPrefix, Serializer<E> keyPrefixSerializer, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy)
           
static
<E> Keyspace
HFactory.createVirtualKeyspace(String keyspace, E keyPrefix, Serializer<E> keyPrefixSerializer, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
 



Copyright © 2011. All Rights Reserved.