Uses of Interface
me.prettyprint.hector.api.Cluster

Packages that use Cluster
me.prettyprint.cassandra.locking   
me.prettyprint.cassandra.service   
me.prettyprint.cassandra.service.spring   
me.prettyprint.cassandra.service.template   
me.prettyprint.hector.api.factory   
me.prettyprint.hector.api.locking   
 

Uses of Cluster in me.prettyprint.cassandra.locking
 

Fields in me.prettyprint.cassandra.locking declared as Cluster
protected  Cluster AbstractLockManager.cluster
           
 

Methods in me.prettyprint.cassandra.locking that return Cluster
 Cluster AbstractLockManager.getCluster()
           
 

Methods in me.prettyprint.cassandra.locking with parameters of type Cluster
 void AbstractLockManager.setCluster(Cluster cluster)
           
 

Constructors in me.prettyprint.cassandra.locking with parameters of type Cluster
AbstractLockManager(Cluster cluster)
           
AbstractLockManager(Cluster cluster, HLockManagerConfigurator hlmc)
           
AbstractLockManager(Cluster cluster, Keyspace keyspace)
           
AbstractLockManager(Cluster cluster, Keyspace keyspace, HLockManagerConfigurator lockManagerConfigurator)
           
HLockManagerImpl(Cluster cluster, HLockManagerConfigurator hlc)
           
 

Uses of Cluster in me.prettyprint.cassandra.service
 

Classes in me.prettyprint.cassandra.service that implement Cluster
 class AbstractCluster
          A cluster instance the client side representation of a cassandra server cluster.
 class ThriftCluster
           
 

Uses of Cluster in me.prettyprint.cassandra.service.spring
 

Methods in me.prettyprint.cassandra.service.spring that return Cluster
 Cluster HectorTemplateImpl.getCluster()
           
 Cluster HectorTemplate.getCluster()
           
 

Methods in me.prettyprint.cassandra.service.spring with parameters of type Cluster
 void HectorTemplateImpl.setCluster(Cluster cluster)
           
 

Constructors in me.prettyprint.cassandra.service.spring with parameters of type Cluster
HectorTemplateImpl(Cluster cluster, String keyspace, int replicationFactor, String replicationStrategyClass, ConfigurableConsistencyLevel configurableConsistencyLevelPolicy)
           
 

Uses of Cluster in me.prettyprint.cassandra.service.template
 

Methods in me.prettyprint.cassandra.service.template that return Cluster
static Cluster CassandraClusterFactory.getInstance(String name, String host, int port)
           
 

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

Methods in me.prettyprint.hector.api.factory that return Cluster
static Cluster HFactory.createCluster(String clusterName, CassandraHostConfigurator cassandraHostConfigurator)
          Deprecated. use getOrCreateCluster instead
static Cluster HFactory.createCluster(String clusterName, CassandraHostConfigurator cassandraHostConfigurator, Map<String,String> credentials)
          Method looks in the cache for the cluster by name.
static Cluster HFactory.getCluster(String clusterName)
           
static Cluster HFactory.getOrCreateCluster(String clusterName, CassandraHostConfigurator cassandraHostConfigurator)
          Calls the three argument version with a null credentials map.
static Cluster HFactory.getOrCreateCluster(String clusterName, CassandraHostConfigurator cassandraHostConfigurator, Map<String,String> credentials)
          Method tries to create a Cluster instance for an existing Cassandra cluster.
static Cluster HFactory.getOrCreateCluster(String clusterName, String hostIp)
          Method tries to create a Cluster instance for an existing Cassandra cluster.
 

Methods in me.prettyprint.hector.api.factory with parameters of type Cluster
static Keyspace HFactory.createKeyspace(String keyspace, Cluster cluster)
          Creates a Keyspace with the default consistency level policy.
static Keyspace HFactory.createKeyspace(String keyspace, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy)
          Creates a Keyspace with the given consistency level.
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)
           
static
<E> Keyspace
HFactory.createVirtualKeyspace(String keyspace, E keyPrefix, Serializer<E> keyPrefixSerializer, Cluster cluster, ConsistencyLevelPolicy consistencyLevelPolicy)
           
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)
           
static void HFactory.shutdownCluster(Cluster cluster)
          Shutdown this cluster, removing it from the Map.
 

Uses of Cluster in me.prettyprint.hector.api.locking
 

Methods in me.prettyprint.hector.api.locking that return Cluster
 Cluster HLockManager.getCluster()
          the Cluster this Lock Manager is running on
 



Copyright © 2013. All Rights Reserved.