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

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

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)
          Method looks in the cache for the cluster by name.
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)
          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.
 



Copyright © 2011. All Rights Reserved.