A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractBasicQuery<K,N,T> - Class in me.prettyprint.cassandra.model
 
AbstractBasicQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.AbstractBasicQuery
 
AbstractClockResolution - Class in me.prettyprint.cassandra.service.clock
Define common functionaly for ClockResolution Implementations.
AbstractClockResolution() - Constructor for class me.prettyprint.cassandra.service.clock.AbstractClockResolution
 
AbstractCluster - Class in me.prettyprint.cassandra.service
A cluster instance the client side representation of a cassandra server cluster.
AbstractCluster(String, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.service.AbstractCluster
 
AbstractCluster(String, CassandraHostConfigurator, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.AbstractCluster
 
AbstractColumnFamilyTemplate<K,N> - Class in me.prettyprint.cassandra.service.template
 
AbstractColumnFamilyTemplate(Keyspace, String, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
AbstractColumnQuery<K,N,V> - Class in me.prettyprint.cassandra.model
Defines the commonalities b/w the Avro and the Thrift ColumnQuery implementations.
AbstractColumnQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.AbstractColumnQuery
 
AbstractComposite - Class in me.prettyprint.hector.api.beans
Parent class of Composite and DynamicComposite.
AbstractComposite(boolean) - Constructor for class me.prettyprint.hector.api.beans.AbstractComposite
 
AbstractComposite(boolean, Object...) - Constructor for class me.prettyprint.hector.api.beans.AbstractComposite
 
AbstractComposite(boolean, List<?>) - Constructor for class me.prettyprint.hector.api.beans.AbstractComposite
 
AbstractComposite.Component<T> - Class in me.prettyprint.hector.api.beans
 
AbstractComposite.Component(T, ByteBuffer, Serializer<T>, String, AbstractComposite.ComponentEquality) - Constructor for class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
AbstractComposite.ComponentEquality - Enum in me.prettyprint.hector.api.beans
 
AbstractQuery<K,N,V,T> - Class in me.prettyprint.cassandra.model
 
AbstractResultWrapper<K,N> - Class in me.prettyprint.cassandra.service.template
Provides access to the current row of data during queries.
AbstractResultWrapper(Serializer<K>, Serializer<N>, ResultStatus) - Constructor for class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
AbstractSerializer<T> - Class in me.prettyprint.cassandra.serializers
A base class for serializer implementations.
AbstractSerializer() - Constructor for class me.prettyprint.cassandra.serializers.AbstractSerializer
 
AbstractSliceQuery<K,N,V,T> - Class in me.prettyprint.cassandra.model
Base type for SliceQuery, RangeSliceQuery and MultigetSliceQuery
AbstractSliceQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.AbstractSliceQuery
 
AbstractSubColumnQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model
 
AbstractSubColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
AbstractSuperColumnQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model
Defines the commonalities b/w avro and thrift SuperColumnQuery implementations
AbstractSuperColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
AbstractTemplateUpdater<K,N> - Class in me.prettyprint.cassandra.service.template
 
AbstractTemplateUpdater(AbstractColumnFamilyTemplate<K, N>, ColumnFactory, Mutator<K>) - Constructor for class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
AbstractThriftClientWrapper - Class in me.prettyprint.cassandra.model.thrift
For creating wrappers around the Cassandra client in order to perform pre and post processing
AbstractThriftClientWrapper(Cassandra.Client) - Constructor for class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
activeSlicePredicate - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
add(CassandraHost) - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
add(int, Object) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addAll(Collection<? extends Object>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addAll(int, Collection<? extends Object>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addCassandraHost(CassandraHost) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
Returns true if the host was successfully added.
addCassandraHost(String) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
addCassandraHost(String) - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Add a host in the format of "[hostname]:[port]"
addCfDef(CfDef) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
addColumn(N, Serializer<?>) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Add a column to the static set of columns which will be used in constructing the single-argument form of slicing operations
addColumnDefinition(ColumnDefinition) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
addColumnDefinition(ColumnDefinition) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
addColumnDefinition(ColumnDefinition) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
addColumnFamily(ColumnFamilyDefinition) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
addColumnFamily(ColumnFamilyDefinition) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
addColumnFamily(ColumnFamilyDefinition, boolean) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
addColumnFamily(ColumnFamilyDefinition) - Method in interface me.prettyprint.hector.api.Cluster
Add a column family and returns without waiting for schema cluster agreement.
addColumnFamily(ColumnFamilyDefinition, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Add a column family and wait for schema cluster agreement if blockUntilComplete is set to true.
addColumnFamilyDefinition(ColumnFamilyDefinition) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
addColumnName(N) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
 
addColumnName(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
addColumnName(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
addComponent(int, T, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addComponent(T, Serializer<T>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addComponent(T, Serializer<T>, String) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addComponent(T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addComponent(int, T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
addCounter(K, String, HCounterColumn<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addCounter(K, String, HCounterSuperColumn<SN, N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addCounter(ByteBuffer, ColumnParent, CounterColumn) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Add a counter with CL.ONE
addCounter(String, ColumnParent, CounterColumn) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Add a counter with CL.ONE
addCounter(ByteBuffer, ColumnParent, CounterColumn) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
addCounter(String, ColumnParent, CounterColumn) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
addCounter(ByteBuffer, ColumnParent, CounterColumn) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
addCounter(K, String, HCounterColumn<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Schedule an increment of a CounterColumn to be inserted in batch mode by Mutator.execute()
addCounter(K, String, HCounterSuperColumn<SN, N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Schedule an increment of a SuperColumn to be inserted in batch mode by Mutator.execute()
addCounterDeletion(K, String, N, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addCounterDeletion(K, String) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addCounterDeletion(K, String, N, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Adds a Deletion to the underlying batch_mutate call.
addCounterDeletion(K, String) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Alternate form for easy deletion of the whole row.
addCounterInsertion(K, List<String>, CounterColumn) - Method in class me.prettyprint.cassandra.service.BatchMutation
Add a ColumnCounter insertion (or update)
addCounterSubDeletion(K, String, HCounterSuperColumn<SN, N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addCounterSubDeletion(K, String, HCounterSuperColumn<SN, N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Schedule a counter deletion.
addDeletion(K, String, N, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Adds a Deletion to the underlying batch_mutate call.
addDeletion(K, String) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Alternate form for easy deletion of the whole row.
addDeletion(K, String, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Same as above accept we add the clock
addDeletion(Iterable<K>, String) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addDeletion(Iterable<K>, String, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addDeletion(K, String, N, Serializer<N>, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Adds a Deletion to the underlying batch_mutate call.
addDeletion(K, List<String>, Deletion) - Method in class me.prettyprint.cassandra.service.BatchMutation
Add a deletion request to the batch mutation.
addDeletion(K, String, N, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Adds a Deletion to the underlying batch_mutate call.
addDeletion(K, String) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Alternate form for easy deletion of the whole row.
addDeletion(Iterable<K>, String) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Convenience methods to delete a list of rows.
addDeletion(Iterable<K>, String, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Convenience methods to delete a list of rows.
addDeletion(K, String, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Same as above accept we add the clock
addDeletion(K, String, N, Serializer<N>, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Adds a Deletion to the underlying batch_mutate call.
addEqualsExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
addGteExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
addGtExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
addHost(CassandraHost, boolean) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
addHost(CassandraHost, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Adds the host to this Cluster.
addInsertion(K, String, HColumn<N, V>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addInsertion(K, String, HSuperColumn<SN, N, V>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Schedule an insertion of a supercolumn to be inserted in batch mode by MutatorImpl.execute()
addInsertion(K, List<String>, Column) - Method in class me.prettyprint.cassandra.service.BatchMutation
Add an Column insertion (or update) to the batch mutation request.
addInsertion(K, String, HColumn<N, V>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
addInsertion(K, String, HSuperColumn<SN, N, V>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Schedule an insertion of a supercolumn to be inserted in batch mode by Mutator.execute()
addKey(K) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
addKey(K) - Method in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
addKey(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
addKey(K) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
addKeys(Collection<K>) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
addKeys(Collection<K>) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
addKeyspace(KeyspaceDefinition) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
addKeyspace(KeyspaceDefinition, boolean) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
addKeyspace(KeyspaceDefinition) - Method in interface me.prettyprint.hector.api.Cluster
Add a keyspace and does not wait for schema agreement.
addKeyspace(KeyspaceDefinition, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Add a keyspace and wait for schema cluster agreement if blockUntilComplete is set to true.
addLteExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
addLtExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
addSubDelete(K, String, HSuperColumn<SN, N, V>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Deletes the columns defined in the HSuperColumn.
addSubDelete(K, String, HSuperColumn<SN, N, V>, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addSubDelete(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addSubDelete(K, String, SN, N, Serializer<SN>, Serializer<N>, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addSubDelete(K, String, HSuperColumn<SN, N, V>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
addSubDelete(K, String, HSuperColumn<SN, N, V>, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
addSubDelete(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
addSubDelete(K, String, SN, N, Serializer<SN>, Serializer<N>, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
addSuperColumn(SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
addSuperCounterInsertion(K, List<String>, CounterSuperColumn) - Method in class me.prettyprint.cassandra.service.BatchMutation
Add a SuperColumnCounter insertion (or update)
addSuperDelete(K, String, SN, Serializer<SN>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
addSuperDelete(K, String, SN, Serializer<SN>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
batches a super column for deletion
addSuperInsertion(K, List<String>, SuperColumn) - Method in class me.prettyprint.cassandra.service.BatchMutation
Add a SuperColumn insertion (or update) to the batch mutation request.
ALL_COLUMNS_COUNT - Static variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ALL_COLUMNS_END - Static variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ALL_COLUMNS_START - Static variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
AllOneConsistencyLevelPolicy - Class in me.prettyprint.cassandra.model
A simple implementation of ConsistencyLevelPolicy which returns ONE as the desired consistency level for both reads and writes.
AllOneConsistencyLevelPolicy() - Constructor for class me.prettyprint.cassandra.model.AllOneConsistencyLevelPolicy
 
append(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
Append a list of ByteBuffers to this stream.
apply(V, long, int) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
apply(Column) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
apply(Long, int) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
apply(CounterColumn) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
apply(V, long, int) - Method in interface me.prettyprint.hector.api.beans.HColumn
 
apply(Long, int) - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
applyConfig(CassandraHost) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
applyConnectionParams(String, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Method in class me.prettyprint.cassandra.service.Operation
 
applyConnectionParams(String, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
applyRetryDelay() - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
applyRetryDelay() - Method in class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
 
applySuperColumn(SN) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
applySuperColumn(SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
asByteArray(UUID) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
As byte array.
asByteBuffer(UUID) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Coverts a java.util.UUID into a ByteBuffer.
AsciiSerializer - Class in me.prettyprint.cassandra.serializers
Almost identical to StringSerializer except we use the US-ASCII character set code
AsciiSerializer() - Constructor for class me.prettyprint.cassandra.serializers.AsciiSerializer
 
ASCIITYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
Assert - Class in me.prettyprint.cassandra.utils
A generic low weight assert utility, very similar with Spring's Assert class, just without the dependency on Spring See for example http://www.jarvana.com/jarvana/view/org/springframework/spring /1.2.9/spring-1.2.9-javadoc.jar!/org/springframework/util/Assert.html
Assert() - Constructor for class me.prettyprint.cassandra.utils.Assert
 

B

BackgroundCassandraHostService - Class in me.prettyprint.cassandra.connection
 
BackgroundCassandraHostService(HConnectionManager, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
BASE_MSG_FORMAT - Static variable in class me.prettyprint.cassandra.model.ExecutionResult
 
BasicColumnDefinition - Class in me.prettyprint.cassandra.model
 
BasicColumnDefinition() - Constructor for class me.prettyprint.cassandra.model.BasicColumnDefinition
 
BasicColumnFamilyDefinition - Class in me.prettyprint.cassandra.model
 
BasicColumnFamilyDefinition() - Constructor for class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
BasicColumnFamilyDefinition(ColumnFamilyDefinition) - Constructor for class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
Builds a BasicColumnFamilyDefinition based off the interface
BasicKeyspaceDefinition - Class in me.prettyprint.cassandra.model
Created by IntelliJ IDEA.
BasicKeyspaceDefinition() - Constructor for class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
batched - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
By default, execute updates automatically at common-sense points such as after queuing the updates of all an object's properties.
batchMutate(Map<ByteBuffer, Map<String, List<Mutation>>>) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Call batch mutate with the assembled mutationMap.
batchMutate(BatchMutation) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Call batch mutate with the BatchMutation object which encapsulates some of the complexity of the batch_mutate API signature
batchMutate(Map<ByteBuffer, Map<String, List<Mutation>>>) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
batchMutate(BatchMutation) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
batchMutate(Map<ByteBuffer, Map<String, List<Mutation>>>) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
batchMutate(BatchMutation) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
BatchMutation<K> - Class in me.prettyprint.cassandra.service
A BatchMutation object is used to construct the KeyspaceService.batchMutate(BatchMutation) call.
BatchMutation(Serializer<K>, BatchSizeHint) - Constructor for class me.prettyprint.cassandra.service.BatchMutation
 
BatchMutation(Serializer<K>) - Constructor for class me.prettyprint.cassandra.service.BatchMutation
 
BatchSizeHint - Class in me.prettyprint.cassandra.service
 
BatchSizeHint(int, int) - Constructor for class me.prettyprint.cassandra.service.BatchSizeHint
 
BigIntegerSerializer - Class in me.prettyprint.cassandra.serializers
Serializer implementation for BigInteger
BigIntegerSerializer() - Constructor for class me.prettyprint.cassandra.serializers.BigIntegerSerializer
 
BooleanSerializer - Class in me.prettyprint.cassandra.serializers
Converts bytes to Boolean and vice versa
BooleanSerializer() - Constructor for class me.prettyprint.cassandra.serializers.BooleanSerializer
 
borrowClient() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
borrowClient() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
borrowClient() - Method in class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
buildCassandraHosts() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
ByteBufferOutputStream - Class in me.prettyprint.cassandra.utils
Utility to collect data written to an OutputStream in ByteBuffers.
ByteBufferOutputStream() - Constructor for class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
ByteBufferSerializer - Class in me.prettyprint.cassandra.serializers
The BytesExtractor is a simple identity function.
ByteBufferSerializer() - Constructor for class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
bytes(String) - Static method in class me.prettyprint.cassandra.utils.StringUtils
Gets UTF-8 bytes from the string.
BytesArraySerializer - Class in me.prettyprint.cassandra.serializers
A BytesArraySerializer translates the byte[] to and from ByteBuffer.
BytesArraySerializer() - Constructor for class me.prettyprint.cassandra.serializers.BytesArraySerializer
 
BYTESTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 

C

CassandraClientJndiResourceFactory - Class in me.prettyprint.cassandra.jndi
A factory for JNDI Resource managed objects.
CassandraClientJndiResourceFactory() - Constructor for class me.prettyprint.cassandra.jndi.CassandraClientJndiResourceFactory
 
CassandraClientJndiResourcePool - Class in me.prettyprint.cassandra.jndi
Creates a pool of CassandraClient suitable for use in application servers such as Apache Tomcat.
CassandraClientJndiResourcePool(String, int) - Constructor for class me.prettyprint.cassandra.jndi.CassandraClientJndiResourcePool
CassandraClientJndiResourcePool constructor.
CassandraClientMonitor - Class in me.prettyprint.cassandra.service
 
CassandraClientMonitor(HConnectionManager) - Constructor for class me.prettyprint.cassandra.service.CassandraClientMonitor
 
CassandraClientMonitor.Counter - Enum in me.prettyprint.cassandra.service
List of available JMX counts
CassandraClientMonitorMBean - Interface in me.prettyprint.cassandra.service
Defines the various JMX methods the CassandraClientMonitor exposes.
CassandraClusterFactory - Class in me.prettyprint.cassandra.service.template
Factory to remove Cassandra configuration concerns from DAO objects.
CassandraClusterFactory() - Constructor for class me.prettyprint.cassandra.service.template.CassandraClusterFactory
 
CassandraHost - Class in me.prettyprint.cassandra.service
Encapsulates the information required for connecting to a Cassandra host.
CassandraHost(String) - Constructor for class me.prettyprint.cassandra.service.CassandraHost
 
CassandraHost(String, int) - Constructor for class me.prettyprint.cassandra.service.CassandraHost
 
cassandraHostConfigurator - Variable in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
CassandraHostConfigurator - Class in me.prettyprint.cassandra.service
 
CassandraHostConfigurator() - Constructor for class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
CassandraHostConfigurator(String) - Constructor for class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
CassandraHostRetryService - Class in me.prettyprint.cassandra.connection
 
CassandraHostRetryService(HConnectionManager, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
CF_TYPE - Static variable in interface me.prettyprint.cassandra.service.KeyspaceService
 
CF_TYPE_STANDARD - Static variable in interface me.prettyprint.cassandra.service.KeyspaceService
 
CF_TYPE_SUPER - Static variable in interface me.prettyprint.cassandra.service.KeyspaceService
 
CFMetaDataDefaults - Class in me.prettyprint.cassandra.constants
Defaults
CFMetaDataDefaults() - Constructor for class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
CharSerializer - Class in me.prettyprint.cassandra.serializers
Uses Char Serializer
CharSerializer() - Constructor for class me.prettyprint.cassandra.serializers.CharSerializer
 
checkTimeout(CassandraHost) - Method in class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
ChunkInputStream<T> - Class in me.prettyprint.cassandra.io
Return an InputStream which retrieve columns from a row which stores chunk of data.
ChunkInputStream(Keyspace, String, T, Serializer<T>) - Constructor for class me.prettyprint.cassandra.io.ChunkInputStream
 
ChunkOutputStream<T> - Class in me.prettyprint.cassandra.io
Provide an OutputStream which will write to a row.
ChunkOutputStream(Keyspace, String, T, Serializer<T>, int) - Constructor for class me.prettyprint.cassandra.io.ChunkOutputStream
 
clear() - Method in class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
clear() - Method in class me.prettyprint.cassandra.model.HColumnImpl
Clear value, timestamp and ttl (the latter two set to '0') leaving only the column name
clear() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
Clear value, timestamp and ttl (the latter two set to '0') leaving only the column name
clear() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
clear() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
clear() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
clear() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
clear() - Method in interface me.prettyprint.hector.api.HColumnFamily
 
clock - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
An optional clock value to pass to deletes.
ClockResolution - Interface in me.prettyprint.hector.api
Clock interface to allow client define their own behavior for Clock Resolution.
close() - Method in class me.prettyprint.cassandra.io.ChunkOutputStream
 
Cluster - Interface in me.prettyprint.hector.api
 
ColumnDefinition - Interface in me.prettyprint.hector.api.ddl
 
columnFactory - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
columnFactory - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
ColumnFactory - Interface in me.prettyprint.hector.api
 
columnFamily - Variable in class me.prettyprint.cassandra.model.MultigetCountQuery
 
columnFamily - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ColumnFamilyDefinition - Interface in me.prettyprint.hector.api.ddl
Hector's implementation independent CfDef version.
columnFamilyName - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
ColumnFamilyResult<K,N> - Interface in me.prettyprint.cassandra.service.template
A common interface for access to the resuls of a query of either a standard or super column family.
ColumnFamilyResultWrapper<K,N> - Class in me.prettyprint.cassandra.service.template
Wraps the results with as an Iterator.
ColumnFamilyResultWrapper(Serializer<K>, Serializer<N>, ExecutionResult<Map<ByteBuffer, List<ColumnOrSuperColumn>>>) - Constructor for class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
ColumnFamilyRowMapper<K,N,V> - Interface in me.prettyprint.cassandra.service.template
Converts the contents of a standard column family row into an object.
ColumnFamilyTemplate<K,N> - Class in me.prettyprint.cassandra.service.template
This applies a Template Method pattern, much like Spring's JdbcTemplate, to Cassandra.
ColumnFamilyTemplate(Keyspace, String, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
ColumnFamilyUpdater<K,N> - Class in me.prettyprint.cassandra.service.template
This provides an interface of updating a specified row, most likely with the contents of an object.
ColumnFamilyUpdater(ColumnFamilyTemplate<K, N>, ColumnFactory) - Constructor for class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
Constructs a ColumnFamilyUpdater with the provided ColumnFamilyTemplate and ColumnFactory.
ColumnFamilyUpdater(ColumnFamilyTemplate<K, N>, ColumnFactory, Mutator<K>) - Constructor for class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
Same as 2-arg version, except we use the provided Mutator
ColumnIndexType - Enum in me.prettyprint.hector.api.ddl
 
columnNames - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
columnNameSerializer - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
columnNameSerializer - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
columnNameSerializer - Variable in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
columnParent - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ColumnQuery<K,N,V> - Interface in me.prettyprint.hector.api.query
A ColumnQuery is used for querying the value of a single and standard column.
ColumnSlice<N,V> - Interface in me.prettyprint.hector.api.beans
A ColumnSlice represents a set of columns as returned by calls such as get_slice
ColumnSliceImpl<N,V> - Class in me.prettyprint.cassandra.model
 
ColumnSliceImpl(List<Column>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.ColumnSliceImpl
 
ColumnSliceIterator<K,N,V> - Class in me.prettyprint.cassandra.service
 
ColumnSliceIterator(SliceQuery<K, N, V>, N, N, boolean) - Constructor for class me.prettyprint.cassandra.service.ColumnSliceIterator
Constructor
ColumnSliceIterator(SliceQuery<K, N, V>, N, ColumnSliceIterator.ColumnSliceFinish<N>, boolean) - Constructor for class me.prettyprint.cassandra.service.ColumnSliceIterator
Constructor
ColumnSliceIterator.ColumnSliceFinish<N> - Interface in me.prettyprint.cassandra.service
When iterating over a ColumnSlice, it may be desirable to move the finish point for each query.
ColumnType - Enum in me.prettyprint.hector.api.ddl
 
columnValueSerializers - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ComparatorType - Class in me.prettyprint.hector.api.ddl
 
compareTo(AbstractComposite) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
componentsIterator() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
Composite - Class in me.prettyprint.hector.api.beans
 
Composite() - Constructor for class me.prettyprint.hector.api.beans.Composite
 
Composite(Object...) - Constructor for class me.prettyprint.hector.api.beans.Composite
 
Composite(List<?>) - Constructor for class me.prettyprint.hector.api.beans.Composite
 
CompositeSerializer - Class in me.prettyprint.cassandra.serializers
 
CompositeSerializer() - Constructor for class me.prettyprint.cassandra.serializers.CompositeSerializer
 
COMPOSITETYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
computeInitialHashSize(int) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
ConcurrentHClientPool - Class in me.prettyprint.cassandra.connection
 
ConcurrentHClientPool(CassandraHost) - Constructor for class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
ConfigurableConsistencyLevel - Class in me.prettyprint.cassandra.model
Configurable and Runtime adjustable ConsistencyLevelPolicy
ConfigurableConsistencyLevel() - Constructor for class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
connectionManager - Variable in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
connectionManager - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
connectionManager - Variable in class me.prettyprint.cassandra.service.AbstractCluster
 
consistencyLevel(HConsistencyLevel) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftConverter
 
consistencyLevelPolicy - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
consistencyLevelPolicy - Variable in class me.prettyprint.cassandra.service.Operation
 
ConsistencyLevelPolicy - Interface in me.prettyprint.hector.api
Defines the interface for the consistency level policy.
contains(CassandraHost) - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
containsAll(Collection<?>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
count - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
countColumns(K) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
countColumns(K, N, N, int) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
Counts columns in the specified range of a standard column family
countColumns(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
countColumns(K, SN, SN, int) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Counts columns in the specified range of a super column family
CounterQuery<K,N> - Interface in me.prettyprint.hector.api.query
A CounterQuery is used for querying the value of a single and standard counter column.
CounterRow<K,N> - Interface in me.prettyprint.hector.api.beans
A Row is a touple consisting of a Key and a Column Slice.
CounterRowImpl<K,N> - Class in me.prettyprint.cassandra.model
A Row is a touple consisting of a Key and a Column Slice.
CounterRows<K,N> - Interface in me.prettyprint.hector.api.beans
Returned by a MultigetSliceQuery (multiget_slice thrift call)
CounterRowsImpl<K,N> - Class in me.prettyprint.cassandra.model
Returned by a MultigetSliceQuery (multiget_slice thrift call)
CounterRowsImpl(Map<K, List<CounterColumn>>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.CounterRowsImpl
 
CounterSlice<N> - Interface in me.prettyprint.hector.api.beans
A ColumnSlice represents a set of columns as returned by calls such as get_slice
CounterSliceImpl<N> - Class in me.prettyprint.cassandra.model
 
CounterSliceImpl(List<CounterColumn>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.CounterSliceImpl
 
CounterSuperRow<K,SN,N> - Interface in me.prettyprint.hector.api.beans
A SuperRow is a touple consisting of a Key and a SuperSlice.
CounterSuperRowImpl<K,SN,N> - Class in me.prettyprint.cassandra.model
A SuperRow is a touple consisting of a Key and a SuperSlice.
CounterSuperRows<K,SN,N> - Interface in me.prettyprint.hector.api.beans
Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
CounterSuperRowsImpl<K,SN,N> - Class in me.prettyprint.cassandra.model
Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
CounterSuperRowsImpl(Map<K, List<CounterSuperColumn>>, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
CounterSuperSlice<SN,N> - Interface in me.prettyprint.hector.api.beans
Represents a return of the get_slice query for supercolumns
CounterSuperSliceImpl<SN,N> - Class in me.prettyprint.cassandra.model
Represents a return of the get_slice query for supercolumns
CounterSuperSliceImpl(List<CounterSuperColumn>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.CounterSuperSliceImpl
 
COUNTERTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
CountQuery<K,N> - Interface in me.prettyprint.hector.api.query
Counts column for a standard column family
countSubColumns(K, SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
countSubColumns(K, SN, N, N, int) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Counts child columns in the specified range of a children in a specified super column
CqlQuery<K,N,V> - Class in me.prettyprint.cassandra.model
First cut at a CQL implementation.
CqlQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.CqlQuery
 
CqlRows<K,N,V> - Class in me.prettyprint.cassandra.model
Row wrapper specific to the multi-type results capable from a CqlQuery.
CqlRows(LinkedHashMap<K, List<Column>>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.CqlRows
Constructed for CqlResultType.ROWS
CqlRows() - Constructor for class me.prettyprint.cassandra.model.CqlRows
Constructed as empty for CqlResultType.VOID
createClock() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
createClock() - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
createClock() - Method in class me.prettyprint.cassandra.service.clock.MicrosecondsClockResolution
 
createClock() - Method in class me.prettyprint.cassandra.service.clock.MicrosecondsSyncClockResolution
 
createClock() - Method in class me.prettyprint.cassandra.service.clock.MillisecondsClockResolution
 
createClock() - Method in class me.prettyprint.cassandra.service.clock.SecondsClockResolution
 
createClock() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
Creates a clock of now with the default clock resolution (micorosec) as defined in CassandraHost
createClock() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createClock() - Method in interface me.prettyprint.hector.api.ClockResolution
Creates a timestamp.
createClock() - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a clock of now with the default clock resolution (micorosec) as defined in CassandraHostConfigurator.
createClock() - Method in interface me.prettyprint.hector.api.Keyspace
 
createClockResolution(String) - Static method in class me.prettyprint.hector.api.factory.HFactory
Create a clock resolution based on clockResolutionName which has to match any of the constants defined at ClockResolution
createCluster(String, CassandraHostConfigurator) - Static method in class me.prettyprint.hector.api.factory.HFactory
Method looks in the cache for the cluster by name.
createCluster(String, CassandraHostConfigurator, Map<String, String>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Method looks in the cache for the cluster by name.
createColumn(N, V, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftColumnFactory
 
createColumn(N, V, long, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftColumnFactory
 
createColumn(N, V, long, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createColumn(N, V) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
Creates a column with the clock of now.
createColumn(N, V, long) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
Creates a column with the specified name/value and clock.
createColumn(N, V, long, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createColumn(N, V) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createColumn(N, V, long) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createColumn(N, V, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.hector.api.ColumnFactory
 
createColumn(N, V, long, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.hector.api.ColumnFactory
 
createColumn(N, V, long, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createColumn(N, V, long, int, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createColumn(N, V, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a column with the clock of now.
createColumn(N, V, int, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a column with the clock of now
createColumnFamilyDefinition(String, String) - Static method in class me.prettyprint.hector.api.factory.HFactory
Create a column family for a given keyspace without comparator type.
createColumnFamilyDefinition(String, String, ComparatorType) - Static method in class me.prettyprint.hector.api.factory.HFactory
Create a column family for a given keyspace without comparator type.
createColumnFamilyDefinition(String, String, ComparatorType, List<ColumnDefinition>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createColumnPath(String, N, Serializer<N>) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
createColumnQuery() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createColumnQuery(Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createColumnQuery() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createColumnQuery(Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createColumnQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createConnection(CassandraHost) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 
createConnection(CassandraHost) - Method in class me.prettyprint.cassandra.connection.LeastActiveBalancingPolicy
 
createConnection(CassandraHost) - Method in interface me.prettyprint.cassandra.connection.LoadBalancingPolicy
 
createConnection(CassandraHost) - Method in class me.prettyprint.cassandra.connection.RoundRobinBalancingPolicy
 
createCounterColumn(String, long) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
createCounterColumn(N, long, Serializer<N>) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
createCounterColumn(N, long, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Create a counter column with a name and long value
createCounterColumn(String, long) - Static method in class me.prettyprint.hector.api.factory.HFactory
Convenient method for creating a counter column with a String name and long value
createCounterColumnQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createCounterSliceQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createCounterSuperColumn(SN, List<HCounterColumn<N>>, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createCountQuery(Serializer<K>, Serializer<N>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createCountQuery(Serializer<K>, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createCountQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createDefaultConsistencyLevelPolicy() - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createIndexedSlicesQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createIndexSlicesQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createIndexSlicesQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createKeyspace(String, Cluster) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a Keyspace with the default consistency level policy.
createKeyspace(String, Cluster, ConsistencyLevelPolicy) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a Keyspace with the given consistency level.
createKeyspace(String, Cluster, ConsistencyLevelPolicy, FailoverPolicy) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a Keyspace with the given consistency level.
createKeyspace(String, Cluster, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a Keyspace with the given consistency level, fail over policy and user credentials.
createKeyspaceDefinition(String) - Static method in class me.prettyprint.hector.api.factory.HFactory
Use createKeyspaceDefinition to add a new Keyspace to cluster.
createKeyspaceDefinition(String, String, int, List<ColumnFamilyDefinition>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Use createKeyspaceDefinition to add a new Keyspace to cluster.
createMultigetSliceCounterQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createMultigetSliceQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createMultigetSliceQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createMultigetSliceQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createMultigetSubSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createMultigetSubSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createMultigetSubSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createMultigetSuperSliceCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createMultigetSuperSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createMultigetSuperSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createMultigetSuperSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createMutator(Serializer<K>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createMutator() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createMutator(Serializer<K>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createMutator() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createMutator() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
createMutator(Keyspace, Serializer<K>) - Static method in class me.prettyprint.hector.api.factory.HFactory
Creates a mutator for updating records in a keyspace.
createMutator(Keyspace, Serializer<K>, BatchSizeHint) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createRangeSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createRangeSlicesQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createRangeSlicesQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createRangeSlicesQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createRangeSubSlicesQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createRangeSubSlicesQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createRangeSubSlicesQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createRangeSuperSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createRangeSuperSlicesQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createRangeSuperSlicesQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createRangeSuperSlicesQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSliceQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSliceQuery() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSliceQuery(Serializer<K>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSliceQuery() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSliceQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createStreamReader(InputStream) - Method in class me.prettyprint.cassandra.serializers.FastInfosetSerializer
Get a new XML stream reader.
createStreamReader(InputStream) - Method in class me.prettyprint.cassandra.serializers.JaxbSerializer
Get a new XML stream reader.
createStreamWriter(OutputStream) - Method in class me.prettyprint.cassandra.serializers.FastInfosetSerializer
Get a new XML stream writer.
createStreamWriter(OutputStream) - Method in class me.prettyprint.cassandra.serializers.JaxbSerializer
Get a new XML stream writer.
createStringColumn(String, String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftColumnFactory
 
createStringColumn(String, String) - Method in interface me.prettyprint.hector.api.ColumnFactory
 
createStringColumn(String, String) - Static method in class me.prettyprint.hector.api.factory.HFactory
Convienience method for creating a column with a String name and String value
createStringColumnQuery(Keyspace) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSubColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSubCountQuery(Serializer<K>, Serializer<SN>, Serializer<N>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSubCountQuery(Serializer<K>, Serializer<SN>, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSubCountQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSubSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSubSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSubSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSuperColumn(SN, List<HColumn<N, V>>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
createSuperColumn accepts a variable number of column arguments
createSuperColumn(SN, List<HColumn<N, V>>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperColumn(SN, List<HColumn<N, V>>, long, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperColumn(SN, List<HColumn<N, V>>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperColumn(SN, List<HColumn<N, V>>, long, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperColumn(SN, List<HColumn<N, V>>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperColumn(SN, List<HColumn<N, V>>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
createSuperColumn accepts a variable number of column arguments
createSuperColumn(SN, List<HColumn<N, V>>, long, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSuperColumnPath(String, SN, N, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
createSuperColumnPath(String, SN, Serializer<SN>) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
createSuperColumnQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperColumnQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSuperCountQuery(Serializer<K>, Serializer<SN>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperCountQuery(Serializer<K>, Serializer<SN>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperCountQuery(Keyspace, Serializer<K>, Serializer<SN>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSuperSliceCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createSuperSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperSliceQuery() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
createSuperSliceQuery(Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperSliceQuery() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
createSuperSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createUpdater(K) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
createUpdater(K, Mutator<K>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
createUpdater(K, SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
createUpdater(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
createVirtualKeyspace(String, E, Serializer<E>, Cluster) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createVirtualKeyspace(String, E, Serializer<E>, Cluster, ConsistencyLevelPolicy) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createVirtualKeyspace(String, E, Serializer<E>, Cluster, ConsistencyLevelPolicy, FailoverPolicy) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
createVirtualKeyspace(String, E, Serializer<E>, Cluster, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
credentials - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
credentials - Variable in class me.prettyprint.cassandra.service.Operation
 

D

DaemonThreadPoolFactory - Class in me.prettyprint.cassandra.utils
 
DaemonThreadPoolFactory(Class<?>) - Constructor for class me.prettyprint.cassandra.utils.DaemonThreadPoolFactory
 
DateSerializer - Class in me.prettyprint.cassandra.serializers
Converts bytes to Date and vice versa, by first converting the Date to or from a long which represents the specified number of milliseconds since the standard base time known as "the Unix epoch", that is January 1, 1970, 00:00:00 UTC.
DateSerializer() - Constructor for class me.prettyprint.cassandra.serializers.DateSerializer
 
decrementCounter(K, String, N, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
decrementCounter(K, String, N, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Convenient method to decrement a simple counter
DEF_AUTO_DISCOVERY_DELAY - Static variable in class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
 
DEF_CLOCK_RESOLUTION - Static variable in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
DEF_NODE_SUSPENSION_DURATION_IN_SECONDS - Static variable in class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
DEF_NODE_UNSUSPEND_CHECK_DELAY_IN_SECONDS - Static variable in class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
DEF_QUEUE_SIZE - Static variable in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
DEF_RETRY_DELAY - Static variable in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
DEF_STRATEGY_CLASS - Static variable in class me.prettyprint.cassandra.service.ThriftKsDef
 
DEF_TIMEOUT_COUNTER - Static variable in class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
DEF_TIMEOUT_WINDOW - Static variable in class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
DEFAULT_ALIAS_TO_COMPARATOR_MAPPING - Static variable in class me.prettyprint.hector.api.beans.AbstractComposite
 
DEFAULT_DYNAMIC_COMPOSITE_ALIASES - Static variable in class me.prettyprint.hector.api.beans.DynamicComposite
 
DEFAULT_GC_GRACE_SECONDS - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_KEY_CACHE_SAVE_PERIOD_IN_SECONDS - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_KEY_CACHE_SIZE - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_LIFO - Static variable in class me.prettyprint.cassandra.service.CassandraHost
 
DEFAULT_MAX_ACTIVE - Static variable in class me.prettyprint.cassandra.service.CassandraHost
 
DEFAULT_MAX_COMPACTION_THRESHOLD - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MAX_IDLE - Static variable in class me.prettyprint.cassandra.service.CassandraHost
The default max idle number determines how many idle connections may reside in the pool.
DEFAULT_MAX_WAITTIME_WHEN_EXHAUSTED - Static variable in class me.prettyprint.cassandra.service.CassandraHost
The default max wait time when exhausted happens, default value is negative, which means it'll block indefinitely.
DEFAULT_MEMTABLE_LIFETIME_IN_MINS - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MEMTABLE_OPERATIONS_IN_MILLIONS - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MEMTABLE_THROUGHPUT_IN_MB - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MERGE_SHARDS_CHANCE - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MIN_COMPACTION_THRESHOLD - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class me.prettyprint.cassandra.service.CassandraHost
 
DEFAULT_PORT - Static variable in class me.prettyprint.cassandra.service.CassandraHost
The default port number to which we will connect
DEFAULT_READ_REPAIR_CHANCE - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_REPLICATE_ON_WRITE - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_ROW_CACHE_SAVE_PERIOD_IN_SECONDS - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_ROW_CACHE_SIZE - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_SERIALIZER_TO_COMPARATOR_MAPPING - Static variable in class me.prettyprint.hector.api.beans.AbstractComposite
 
DEFAULT_SYSTEM_MEMTABLE_THROUGHPUT_IN_MB - Static variable in class me.prettyprint.cassandra.constants.CFMetaDataDefaults
 
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class me.prettyprint.cassandra.service.CassandraHost
 
DEFAULT_USE_FRAMED_THRIFT_TRANSPORT - Static variable in class me.prettyprint.cassandra.service.CassandraHost
By default, we will use TSocket transport on thrift (matches default Cassandra configs)
delete(String, String...) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
Delete multiple values
delete(Serializer<K>, K...) - Method in class me.prettyprint.cassandra.examples.ExampleDaoV2
Delete multiple values
delete(K, String, N, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
delete(K, String, N, Serializer<N>, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
delete(K, String, N, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
delete(K, String, N, Serializer<N>, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
deleteColumn(K, N) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Immediately delete this column as a single mutation operation
deleteColumn(Mutator<K>, K, N) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Stage this column deletion into the pending mutator.
deleteColumn(N) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
deleteColumn(K, SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Immediately delete the key and superColumn combination
deleteCounter(K, String, N, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
deleteCounter(K, String, N, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
deleteRow(K) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Immediately delete this row in a single mutation operation
deleteRow(Mutator<K>, K) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Stage this deletion into the provided mutator calling AbstractColumnFamilyTemplate.executeIfNotBatched(Mutator)
deleteRow(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Immediately delete the row
deleteSubColumn(N) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
deleteSuperColumn() - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
Deletes the super column and all of its sub columns
describe_cluster_name() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_keyspaces() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_partitioner() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_ring(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_schema_versions() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_snitch() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_splits(String, String, String, int) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describe_version() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
describeClusterName() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
describeClusterName() - Method in interface me.prettyprint.hector.api.Cluster
 
describeKeyspace(String) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
describeKeyspace(String) - Method in interface me.prettyprint.hector.api.Cluster
 
describeKeyspaces() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
describeKeyspaces() - Method in interface me.prettyprint.hector.api.Cluster
 
describePartitioner() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
describePartitioner() - Method in interface me.prettyprint.hector.api.Cluster
 
describeRing(String) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
describeRing(String) - Method in interface me.prettyprint.hector.api.Cluster
 
describeSchemaVersions() - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
describeSchemaVersions() - Method in interface me.prettyprint.hector.api.Cluster
 
describeThriftVersion() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
describeThriftVersion() - Method in interface me.prettyprint.hector.api.Cluster
 
deserialize(ByteBuffer) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
discardPendingMutations() - Method in class me.prettyprint.cassandra.model.MutatorImpl
Discards all pending mutations.
discardPendingMutations() - Method in interface me.prettyprint.hector.api.mutation.Mutator
Discards all pending mutations.
discoverNodes() - Method in class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
 
doAddNodes() - Method in class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
 
doExecute(KeyspaceOperationCallback<T>) - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
doExecute(KeyspaceOperationCallback<T>) - Method in class me.prettyprint.cassandra.model.ExecutingVirtualKeyspace
 
doExecuteMultigetSlice(Iterable<K>, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
doExecuteMultigetSlice(Iterable<K>, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
doExecuteMultigetSlice(List<K>, HSlicePredicate<SN>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
doExecuteMultigetSlice(Iterable<K>, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
 
doExecuteMultigetSlice(Iterable<K>, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
 
doExecuteMultigetSlice(List<K>, HSlicePredicate<SN>) - Method in class me.prettyprint.cassandra.service.template.ThriftSuperCfTemplate
 
doExecuteOperation(Operation<T>) - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
doExecuteOperation(Operation<T>) - Method in class me.prettyprint.cassandra.model.ExecutingVirtualKeyspace
 
doExecuteSlice(K, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, T>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
doExecuteSlice(K, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
doExecuteSlice(K, SN, HSlicePredicate<SN>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
doExecuteSlice(K, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, T>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
 
doExecuteSlice(K, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
 
doExecuteSlice(K, SN, HSlicePredicate<SN>) - Method in class me.prettyprint.cassandra.service.template.ThriftSuperCfTemplate
 
doInKeyspace(KeyspaceService) - Method in class me.prettyprint.cassandra.model.KeyspaceOperationCallback
 
doInKeyspaceAndMeasure(KeyspaceService) - Method in class me.prettyprint.cassandra.model.KeyspaceOperationCallback
 
DoubleSerializer - Class in me.prettyprint.cassandra.serializers
Uses LongSerializer via translating Doubles to and from raw long bytes form.
DoubleSerializer() - Constructor for class me.prettyprint.cassandra.serializers.DoubleSerializer
 
dropColumnFamily(String, String) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
dropColumnFamily(String, String, boolean) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
dropColumnFamily(String, String) - Method in interface me.prettyprint.hector.api.Cluster
Drops a column family and does not wait for schema agreement.
dropColumnFamily(String, String, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Drops a column family and wait for schema cluster agreement if blockUntilComplete is set to true.
dropKeyspace(String) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
dropKeyspace(String, boolean) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
dropKeyspace(String) - Method in interface me.prettyprint.hector.api.Cluster
Drops the Keyspace from the cluster.
dropKeyspace(String, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Drops a Keyspace and wait for schema cluster agreement if blockUntilComplete is set to true.
DynamicComposite - Class in me.prettyprint.hector.api.beans
 
DynamicComposite() - Constructor for class me.prettyprint.hector.api.beans.DynamicComposite
 
DynamicComposite(Object...) - Constructor for class me.prettyprint.hector.api.beans.DynamicComposite
 
DynamicComposite(List<?>) - Constructor for class me.prettyprint.hector.api.beans.DynamicComposite
 
DynamicCompositeSerializer - Class in me.prettyprint.cassandra.serializers
 
DynamicCompositeSerializer() - Constructor for class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
 
DYNAMICCOMPOSITETYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
DynamicLoadBalancingPolicy - Class in me.prettyprint.cassandra.connection
This LB Algorithm has the Phi algo which Dynamic snitch uses, LB is based on the probablity of failure of the node.
DynamicLoadBalancingPolicy() - Constructor for class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 

E

ENCODING - Static variable in class me.prettyprint.cassandra.utils.StringUtils
 
equals(Object) - Method in class me.prettyprint.cassandra.connection.HThriftClient
Compares the toString of these clients
equals(Object) - Method in class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
equals(Object) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
equals(Object) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
equals(Object) - Method in class me.prettyprint.cassandra.service.CassandraHost
Returns true if the ip and port are equal
ExampleClient - Class in me.prettyprint.cassandra.examples
Deprecated. use ExampleDaoV2
ExampleClient() - Constructor for class me.prettyprint.cassandra.examples.ExampleClient
Deprecated.  
ExampleDaoV2 - Class in me.prettyprint.cassandra.examples
Thread Safe
ExampleDaoV2(Keyspace) - Constructor for class me.prettyprint.cassandra.examples.ExampleDaoV2
 
ExceptionsTranslator - Interface in me.prettyprint.cassandra.service
Translates exceptions throw by thrift or pool to HectorException instances.
exceptionsTranslator - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ExceptionsTranslatorImpl - Class in me.prettyprint.cassandra.service
 
ExceptionsTranslatorImpl() - Constructor for class me.prettyprint.cassandra.service.ExceptionsTranslatorImpl
 
execTime - Variable in class me.prettyprint.cassandra.service.Operation
 
execute() - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
execute() - Method in class me.prettyprint.cassandra.model.CqlQuery
 
execute() - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
execute() - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
execute() - Method in class me.prettyprint.cassandra.model.MultigetSubCountQuery
 
execute() - Method in class me.prettyprint.cassandra.model.MutatorImpl
Batch executes all mutations scheduled to this Mutator instance by addInsertion, addDeletion etc.
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftColumnQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperColumnQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
execute() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
execute(Cassandra.Client) - Method in class me.prettyprint.cassandra.service.Operation
Performs the operation on the given cassandra instance.
execute(Cassandra.Client) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
execute() - Method in interface me.prettyprint.hector.api.mutation.Mutator
Batch executes all mutations scheduled to this Mutator instance by addInsertion, addDeletion etc.
execute() - Method in interface me.prettyprint.hector.api.query.Query
 
execute_cql_query(ByteBuffer, Compression) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
executeAndSetResult(Cassandra.Client, CassandraHost) - Method in class me.prettyprint.cassandra.service.Operation
 
executeAndSetResult(Cassandra.Client, CassandraHost) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
executeBatch(Mutator<K>) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
executeIfNotBatched(Mutator<K>) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
executeIfNotBatched(AbstractTemplateUpdater<K, N>) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
ExecutingKeyspace - Class in me.prettyprint.cassandra.model
Thread Safe
ExecutingKeyspace(String, HConnectionManager, ConsistencyLevelPolicy, FailoverPolicy) - Constructor for class me.prettyprint.cassandra.model.ExecutingKeyspace
 
ExecutingKeyspace(String, HConnectionManager, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Constructor for class me.prettyprint.cassandra.model.ExecutingKeyspace
 
ExecutingVirtualKeyspace<E> - Class in me.prettyprint.cassandra.model
 
ExecutingVirtualKeyspace(String, E, Serializer<E>, HConnectionManager, ConsistencyLevelPolicy, FailoverPolicy) - Constructor for class me.prettyprint.cassandra.model.ExecutingVirtualKeyspace
 
ExecutingVirtualKeyspace(String, E, Serializer<E>, HConnectionManager, ConsistencyLevelPolicy, FailoverPolicy, Map<String, String>) - Constructor for class me.prettyprint.cassandra.model.ExecutingVirtualKeyspace
 
ExecutionResult<T> - Class in me.prettyprint.cassandra.model
Describes the state of the executed cassandra command.
ExecutionResult(T, long, CassandraHost) - Constructor for class me.prettyprint.cassandra.model.ExecutionResult
 
executor - Variable in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
ExhaustedPolicy - Enum in me.prettyprint.cassandra.service
Policy what to do when the connection pool is exhausted.

F

FAIL_FAST - Static variable in class me.prettyprint.cassandra.service.FailoverPolicy
On communication failure, just return the error to the client and don't retry
failCounter - Variable in class me.prettyprint.cassandra.service.Operation
Counts failed attempts
failoverPolicy - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
FailoverPolicy - Class in me.prettyprint.cassandra.service
What should the client do if a call to cassandra node fails and we suspect that the node is down.
FailoverPolicy(int, int) - Constructor for class me.prettyprint.cassandra.service.FailoverPolicy
 
failoverPolicy - Variable in class me.prettyprint.cassandra.service.Operation
 
FastInfosetSerializer - Class in me.prettyprint.cassandra.serializers
A serializer which performs JAXB serialization with fast infoset encoding.
FastInfosetSerializer(Class...) - Constructor for class me.prettyprint.cassandra.serializers.FastInfosetSerializer
Constructor.
finish - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
FloatSerializer - Class in me.prettyprint.cassandra.serializers
Uses IntSerializer via translating Float objects to and from raw long bytes form.
FloatSerializer() - Constructor for class me.prettyprint.cassandra.serializers.FloatSerializer
 
flush() - Method in class me.prettyprint.cassandra.io.ChunkOutputStream
Trigger a flush.
flushQueue() - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
formatMessage(String, String) - Method in class me.prettyprint.cassandra.model.ExecutionResult
 
fromByte(byte) - Static method in enum me.prettyprint.hector.api.beans.AbstractComposite.ComponentEquality
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.AsciiSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.BigIntegerSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.BooleanSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.BytesArraySerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.CharSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.CompositeSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.DateSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.DoubleSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.FloatSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.IntegerSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.JaxbSerializer
Extract an object of type T from the bytes.
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.LongSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.ObjectSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.PrefixedSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.ShortSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.StringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.TimeUUIDSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.TypeInferringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.UUIDSerializer
 
fromByteBuffer(ByteBuffer) - Static method in class me.prettyprint.hector.api.beans.Composite
 
fromByteBuffer(ByteBuffer) - Static method in class me.prettyprint.hector.api.beans.DynamicComposite
 
fromByteBuffer(ByteBuffer) - Method in interface me.prettyprint.hector.api.Serializer
Extract an object of type T from the bytes.
fromBytes(byte[]) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
fromBytes(byte[]) - Method in class me.prettyprint.cassandra.serializers.IntegerSerializer
 
fromBytes(byte[]) - Method in interface me.prettyprint.hector.api.Serializer
 
fromBytesList(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
fromBytesList(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
fromBytesList(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.serializers.PrefixedSerializer
 
fromBytesList(List<ByteBuffer>) - Method in interface me.prettyprint.hector.api.Serializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class me.prettyprint.cassandra.serializers.PrefixedSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in interface me.prettyprint.hector.api.Serializer
 
fromBytesSet(Set<ByteBuffer>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
fromBytesSet(Set<ByteBuffer>) - Method in interface me.prettyprint.hector.api.Serializer
 
fromThrift(Column) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
fromThrift(CounterColumn) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
fromThriftList(List<CfDef>) - Static method in class me.prettyprint.cassandra.service.ThriftCfDef
 
fromThriftList(List<ColumnDef>) - Static method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
fromThriftList(List<KsDef>) - Static method in class me.prettyprint.cassandra.service.ThriftKsDef
 
function() - Method in interface me.prettyprint.cassandra.service.ColumnSliceIterator.ColumnSliceFinish
Generic function for deriving a new finish point.

G

get(String, String) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
Get a string value.
get(K, Serializer<K>) - Method in class me.prettyprint.cassandra.examples.ExampleDaoV2
Get a string value.
get(OperationType) - Method in class me.prettyprint.cassandra.model.AllOneConsistencyLevelPolicy
 
get(OperationType, String) - Method in class me.prettyprint.cassandra.model.AllOneConsistencyLevelPolicy
 
get(OperationType) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
get(OperationType, String) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
get() - Method in class me.prettyprint.cassandra.model.ExecutionResult
 
get(int) - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
get(int) - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
get(OperationType) - Method in class me.prettyprint.cassandra.model.QuorumAllConsistencyLevelPolicy
 
get(OperationType, String) - Method in class me.prettyprint.cassandra.model.QuorumAllConsistencyLevelPolicy
 
get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
get() - Static method in class me.prettyprint.cassandra.serializers.AsciiSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.BigIntegerSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.BooleanSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.BytesArraySerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.CharSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.DateSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.DoubleSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.FloatSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.IntegerSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.LongSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.ObjectSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.ShortSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.StringSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.TimeUUIDSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.TypeInferringSerializer
 
get() - Static method in class me.prettyprint.cassandra.serializers.UUIDSerializer
 
get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
get(int) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
get(int, Serializer<T>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
get(int) - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
get(int) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
get(OperationType) - Method in interface me.prettyprint.hector.api.ConsistencyLevelPolicy
Get the desired consistency level according to the operation type.
get(OperationType, String) - Method in interface me.prettyprint.hector.api.ConsistencyLevelPolicy
Get desired consistency according to the operation type and column family name.
get() - Method in interface me.prettyprint.hector.api.query.QueryResult
Get the result value.
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
getActivePools() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getActiveSuperColumn() - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getActiveSuperColumn() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getAliasesToComparatorMapping() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getAsCount() - Method in class me.prettyprint.cassandra.model.CqlRows
Will throw an IllegalArgumentException if called on a query that was not CqlResultType.INT
getAutoDiscoverHosts() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getAutoDiscoveryDelayInSeconds() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getBadnessThreshold() - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 
getBoolean(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getBoolean(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getBoolean(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getBoolean(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getBufferList() - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
Returns all data written and resets the stream to be empty.
getByClassName(String) - Static method in class me.prettyprint.hector.api.ddl.ComparatorType
 
getByKey(K) - Method in class me.prettyprint.cassandra.model.CounterRowsImpl
 
getByKey(K) - Method in class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
getByKey(K) - Method in class me.prettyprint.cassandra.model.RowsImpl
 
getByKey(K) - Method in class me.prettyprint.cassandra.model.SuperRowsImpl
 
getByKey(K) - Method in interface me.prettyprint.hector.api.beans.CounterRows
 
getByKey(K) - Method in interface me.prettyprint.hector.api.beans.CounterSuperRows
 
getByKey(K) - Method in interface me.prettyprint.hector.api.beans.Rows
 
getByKey(K) - Method in interface me.prettyprint.hector.api.beans.SuperRows
 
getByteArray(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getByteArray(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getByteArray(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getByteArray(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getByteBuffer(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getByteBuffer(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getByteBuffer() - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
getBytes(Serializer<A>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getBytes() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getBytes(ByteBuffer, int) - Static method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getCassandra() - Method in class me.prettyprint.cassandra.connection.HThriftClient
Returns a new Cassandra.Client on each invocation using the underlying transport
getCassandra(String) - Method in class me.prettyprint.cassandra.connection.HThriftClient
 
getCassandraHost() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getCassandraHost() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
getCassandraHost() - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getCassandraHost() - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCassandraHost() - Method in class me.prettyprint.cassandra.service.Operation
 
getCassandraHost() - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
getCassandraMonitor(HConnectionManager) - Method in class me.prettyprint.cassandra.service.JmxMonitor
 
getCassandraThriftSocketTimeout() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getCfDefs() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
getCfDefs() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
getCfDefs() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
getClassName() - Method in class me.prettyprint.hector.api.ddl.ComparatorType
 
getClock() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getClock() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getClock() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
getClock() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getClock() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getClockResolution() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getCluster() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
getCluster() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getCluster(String) - Static method in class me.prettyprint.hector.api.factory.HFactory
 
getClusterName() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getClusterName() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
getClusterName() - Method in interface me.prettyprint.hector.api.Cluster
Deprecated. use Cluster.describeClusterName()
getColumn(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getColumn(ByteBuffer, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the Column at the given columnPath.
getColumn(String, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getColumn(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getColumn(String, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getColumn(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getColumn(N) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
getColumn(N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getColumn(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getColumn(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getColumnByName(N) - Method in class me.prettyprint.cassandra.model.ColumnSliceImpl
 
getColumnByName(N) - Method in class me.prettyprint.cassandra.model.CounterSliceImpl
 
getColumnByName(SN) - Method in class me.prettyprint.cassandra.model.CounterSuperSliceImpl
 
getColumnByName(SN) - Method in class me.prettyprint.cassandra.model.SuperSliceImpl
 
getColumnByName(N) - Method in interface me.prettyprint.hector.api.beans.ColumnSlice
 
getColumnByName(N) - Method in interface me.prettyprint.hector.api.beans.CounterSlice
 
getColumnByName(SN) - Method in interface me.prettyprint.hector.api.beans.CounterSuperSlice
 
getColumnByName(SN) - Method in interface me.prettyprint.hector.api.beans.SuperSlice
 
getColumnFamily() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
getColumnList(List<ColumnOrSuperColumn>) - Static method in class me.prettyprint.cassandra.model.thrift.ThriftConverter
Converts a list of ColumnOrSuperColumn to Column
getColumnMetadata() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getColumnMetadata() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getColumnMetadata() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getColumnNames() - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
 
getColumnNames() - Method in class me.prettyprint.cassandra.model.HSlicePredicate
 
getColumnNames() - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getColumnNames() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
All the column names we know about in the current iterator position
getColumnNames() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.SuperSliceCounterQuery
 
getColumnNames() - Method in interface me.prettyprint.hector.api.query.SuperSliceQuery
 
getColumnNameSerializer() - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
getColumns() - Method in class me.prettyprint.cassandra.model.ColumnSliceImpl
 
getColumns() - Method in class me.prettyprint.cassandra.model.CounterSliceImpl
 
getColumns() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getColumns() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getColumns() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getColumns() - Method in interface me.prettyprint.hector.api.beans.ColumnSlice
 
getColumns() - Method in interface me.prettyprint.hector.api.beans.CounterSlice
 
getColumns() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getColumns() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getColumns() - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getColumnSlice() - Method in class me.prettyprint.cassandra.model.CounterRowImpl
 
getColumnSlice() - Method in class me.prettyprint.cassandra.model.RowImpl
 
getColumnSlice() - Method in interface me.prettyprint.hector.api.beans.CounterRow
 
getColumnSlice() - Method in interface me.prettyprint.hector.api.beans.Row
 
getColumnType() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getColumnType() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getColumnType() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getColumnValue(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getColumnValue(N) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
getColumnValue(N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getComment() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getComment() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getComment() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getComparator() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getComparatorsByPosition() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getComparatorType() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.AsciiSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.BigIntegerSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.CompositeSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.LongSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.StringSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.TimeUUIDSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.serializers.UUIDSerializer
 
getComparatorType() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getComparatorType() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getComparatorType() - Method in interface me.prettyprint.hector.api.Serializer
 
getComparatorTypeAlias() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getComparatorTypeAlias() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getComparatorTypeAlias() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getComponent(int) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getComponents() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getConfigurableConsistencyLevelPolicy() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getConnectionManager() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
getConnectionManager() - Method in interface me.prettyprint.hector.api.Cluster
 
getConsistencyLevel(OperationType) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getConsistencyLevel(OperationType) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCount() - Method in class me.prettyprint.cassandra.model.CounterRowsImpl
 
getCount() - Method in class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
getCount() - Method in class me.prettyprint.cassandra.model.RowsImpl
 
getCount() - Method in class me.prettyprint.cassandra.model.SuperRowsImpl
 
getCount(ByteBuffer, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Counts the columns present in columnParent.
getCount(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCount(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getCount() - Method in interface me.prettyprint.hector.api.beans.CounterRows
 
getCount() - Method in interface me.prettyprint.hector.api.beans.CounterSuperRows
 
getCount() - Method in interface me.prettyprint.hector.api.beans.Rows
 
getCount() - Method in interface me.prettyprint.hector.api.beans.SuperRows
 
getCounter(ByteBuffer, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the Counter at the given columnPath.
getCounter(String, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getCounter(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounter(String, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounter(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getCounterSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the group of counter columns contained by columnParent.
getCounterSlice(String, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getCounterSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounterSlice(String, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounterSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getCounterSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the group of superColumn contained by columnParent.
getCounterSuperSlice(String, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getCounterSuperSlice(String, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounterSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getCounterSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getCredentials() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
getCredentials() - Method in interface me.prettyprint.hector.api.Cluster
 
getCurrentKey() - Method in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
getCurrentMutator() - Method in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
getCurrentSuperColumn() - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
getDate(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getDate(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getDate(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getDate(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getDate(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getDate(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getDefaultValidationClass() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getDefaultValidationClass() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getDefaultValidationClass() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getDouble(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getDouble(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getDownedHosts() - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
getDownedHosts() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getEffectiveClock() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
getEquality() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getEquality() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getException() - Method in class me.prettyprint.cassandra.service.Operation
 
getException() - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
getExceptionsTranslator() - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
getExecutionResult() - Method in class me.prettyprint.cassandra.service.Operation
 
getExecutionResult() - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
getExecutionTimeMicro() - Method in class me.prettyprint.cassandra.model.ExecutionResult
Execution time is actually recorded in nanos, so we divide this by 1000 make the number more sensible
getExecutionTimeMicro() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getExecutionTimeMicro() - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getExecutionTimeMicro() - Method in interface me.prettyprint.hector.api.ResultStatus
How long the operation took to execute in MICRO-seconds.
getExecutionTimeNano() - Method in class me.prettyprint.cassandra.model.ExecutionResult
 
getExecutionTimeNano() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getExecutionTimeNano() - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getExecutionTimeNano() - Method in interface me.prettyprint.hector.api.ResultStatus
 
getExhaustedPolicy() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getExhaustedPoolNames() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getExhaustedPoolNames() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
List of exhausted pools.
getFromValue(String) - Static method in enum me.prettyprint.hector.api.ddl.ColumnType
 
getGcGraceSeconds() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getGcGraceSeconds() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getGcGraceSeconds() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getHost() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getHosts() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getHostTimeoutCounter() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getHostTimeoutSuspensionDurationInSeconds() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getHostTimeoutUnsuspendCheckDelay() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getHostTimeoutWindow() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getHostUsed() - Method in class me.prettyprint.cassandra.model.ExecutionResult
The cassandra host that was actually used to execute the operation
getHostUsed() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getHostUsed() - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getHostUsed() - Method in interface me.prettyprint.hector.api.ResultStatus
The CassandraHost on which this operation was successful
getId() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getId() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getId() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getIndexedSlices(ColumnParent, IndexClause, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
returns a subset of columns for a range of keys.
getIndexedSlices(ColumnParent, IndexClause, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getIndexedSlices(ColumnParent, IndexClause, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getIndexName() - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
getIndexName() - Method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
getIndexName() - Method in interface me.prettyprint.hector.api.ddl.ColumnDefinition
 
getIndexType() - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
getIndexType() - Method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
getIndexType() - Method in interface me.prettyprint.hector.api.ddl.ColumnDefinition
 
getInputProtocol() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
getInstance() - Static method in class me.prettyprint.cassandra.service.JmxMonitor
 
getInstance(String, String, int) - Static method in class me.prettyprint.cassandra.service.template.CassandraClusterFactory
 
getInt(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getInt(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getInteger(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getInteger(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getInteger(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getInteger(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getIp() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getIsActive() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getIsActive() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
 
getKey() - Method in class me.prettyprint.cassandra.model.CounterRowImpl
 
getKey() - Method in class me.prettyprint.cassandra.model.CounterSuperRowImpl
 
getKey() - Method in class me.prettyprint.cassandra.model.RowImpl
 
getKey() - Method in class me.prettyprint.cassandra.model.SuperRowImpl
 
getKey() - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getKey() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
getKey() - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getKey() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getKey() - Method in interface me.prettyprint.hector.api.beans.CounterRow
 
getKey() - Method in interface me.prettyprint.hector.api.beans.CounterSuperRow
 
getKey() - Method in interface me.prettyprint.hector.api.beans.Row
 
getKey() - Method in interface me.prettyprint.hector.api.beans.SuperRow
 
getKeyCacheSavePeriodInSeconds() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getKeyCacheSavePeriodInSeconds() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getKeyCacheSavePeriodInSeconds() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getKeyCacheSize() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getKeyCacheSize() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getKeyCacheSize() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getKeySerializer() - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
getKeySerializer() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
getKeyspace() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getKeyspaceName() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
SHOULD THIS BE HERE? A COLUMN DEFINITION IS PART OF A KEYSPACE BY VIRTUE OF BEING IN A KEYSPACE LIST
getKeyspaceName() - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
getKeyspaceName() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
getKeyspaceName() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getKeyspaceName() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getKeyspaceName() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getKeyspaceName() - Method in interface me.prettyprint.hector.api.Keyspace
 
getKeyValidationClass() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getKeyValidationClass() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getKeyValidationClass() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getKnownHosts() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getKnownHosts() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getKnownPoolHosts(boolean) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
getKnownPoolHosts(boolean) - Method in interface me.prettyprint.hector.api.Cluster
 
getLifo() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getLifo() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getList() - Method in class me.prettyprint.cassandra.model.OrderedCounterRowsImpl
Preserves rows order
getList() - Method in class me.prettyprint.cassandra.model.OrderedCounterSuperRowsImpl
Preserves rows order
getList() - Method in class me.prettyprint.cassandra.model.OrderedRowsImpl
Preserves rows order
getList() - Method in class me.prettyprint.cassandra.model.OrderedSuperRowsImpl
Preserves rows order
getList() - Method in interface me.prettyprint.hector.api.beans.OrderedCounterRows
Preserves rows order
getList() - Method in interface me.prettyprint.hector.api.beans.OrderedCounterSuperRows
Preserves rows order
getList() - Method in interface me.prettyprint.hector.api.beans.OrderedRows
Preserves rows order
getList() - Method in interface me.prettyprint.hector.api.beans.OrderedSuperRows
Preserves rows order
getLoadBalancingPolicy() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getLong(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getLong(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getLong(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getLong(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getLong(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getLong(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getMaxActive() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getMaxActive() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
getMaxActive() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getMaxCompactionThreshold() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getMaxCompactionThreshold() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getMaxCompactionThreshold() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getMaxIdle() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getMaxWaitTimeWhenExhausted() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getMemtableFlushAfterMins() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getMemtableFlushAfterMins() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getMemtableFlushAfterMins() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getMemtableOperationsInMillions() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getMemtableOperationsInMillions() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getMemtableOperationsInMillions() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getMemtableThroughputInMb() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getMemtableThroughputInMb() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getMemtableThroughputInMb() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getMinCompactionThreshold() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getMinCompactionThreshold() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getMinCompactionThreshold() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getMinEvictableIdleTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getMinEvictableIdleTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getMulti(String, String...) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
Get multiple values
getMulti(Serializer<K>, K...) - Method in class me.prettyprint.cassandra.examples.ExampleDaoV2
Get multiple values
getName() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getName() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
 
getName() - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
getName() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getName() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
getName() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getName() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
getName() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getName() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getName() - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
getName() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getName() - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getName() - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getName() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getName() - Method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
getName() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
getName() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getName() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
getName() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getName() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getName() - Method in interface me.prettyprint.hector.api.Cluster
Descriptive name of the cluster.
getName() - Method in interface me.prettyprint.hector.api.ddl.ColumnDefinition
 
getName() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getName() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
getNameByteBuffer() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getNameByteBuffer() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getNameByteBuffer() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getNameByteBuffer() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getNameBytes() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getNameBytes() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
getNameBytes() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getNameBytes() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getNameBytes() - Method in interface me.prettyprint.hector.api.beans.HColumn
(Advanced) Returns the underlying ByteBuffer for the name via ByteBuffer.duplicate().
getNameBytes() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
(Advanced) Returns the underlying ByteBuffer for the name via ByteBuffer.duplicate().
getNameBytes() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getNameBytes() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getNameSerializer() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getNameSerializer() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
getNameSerializer() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getNameSerializer() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
getNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getNumActive() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getNumActive() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
 
getNumActive() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumActive() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Total number of active clients in all client pools
getNumBeforeExhausted() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getNumBeforeExhausted() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
getNumBlockedThreads() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getNumBlockedThreads() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
 
getNumBlockedThreads() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumBlockedThreads() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Number of threads that are currently blocked, waiting for a free connection.
getNumConnectionErrors() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumConnectionErrors() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
How many times did initial connection failed.
getNumExhaustedPools() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumExhaustedPools() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Number of exhausted connection pools
getNumIdle() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getNumIdle() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
 
getNumIdleConnections() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumIdleConnections() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Total number of idle clients in all client pools
getNumOfColumns() - Method in class me.prettyprint.cassandra.service.BatchSizeHint
 
getNumOfRows() - Method in class me.prettyprint.cassandra.service.BatchSizeHint
 
getNumPoolExhaustedEventCount() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumPoolExhaustedEventCount() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getNumPools() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getNumPools() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Number of existing connection pools.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class me.prettyprint.cassandra.jndi.CassandraClientJndiResourceFactory
Creates an object using the location or reference information specified.
getOpTimer() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getOrCreateCluster(String, String) - Static method in class me.prettyprint.hector.api.factory.HFactory
Method tries to create a Cluster instance for an existing Cassandra cluster.
getOrCreateCluster(String, CassandraHostConfigurator) - Static method in class me.prettyprint.hector.api.factory.HFactory
Method tries to create a Cluster instance for an existing Cassandra cluster.
getOutputProtocol() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
getPool(Collection<HClientPool>, Set<CassandraHost>) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 
getPool(Collection<HClientPool>, Set<CassandraHost>) - Method in class me.prettyprint.cassandra.connection.LeastActiveBalancingPolicy
 
getPool(Collection<HClientPool>, Set<CassandraHost>) - Method in interface me.prettyprint.cassandra.connection.LoadBalancingPolicy
 
getPool(Collection<HClientPool>, Set<CassandraHost>) - Method in class me.prettyprint.cassandra.connection.RoundRobinBalancingPolicy
 
getPort() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getPort() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getPredicate() - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
 
getQuery() - Method in class me.prettyprint.cassandra.model.QueryResultImpl
 
getQuery() - Method in interface me.prettyprint.hector.api.query.QueryResult
 
getRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
returns a subset of counter columns for a range of keys
getRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
returns a subset of columns for a range of keys.
getRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getReadFail() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getReadFail() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getReadRepairChance() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getReadRepairChance() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getReadRepairChance() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getReadSuccess() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableErrorCount() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableErrorCount() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Returns the total number of recoverable errors which is the sum of getRecoverableTimedOutCount, getRecoverableTimedOutCount and getRecoverableTransportExceptionCount
getRecoverableLoadBalancedConnectErrors() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableLoadBalancedConnectErrors() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getRecoverableTimedOutCount() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableTimedOutCount() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getRecoverableTransportExceptionCount() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableTransportExceptionCount() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getRecoverableUnavailableCount() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getRecoverableUnavailableCount() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getReplicationFactor() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
getReplicationFactor() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
getReplicationFactor() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getReplicationFactor() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
getReplicationFactor() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
getReplicationStrategyClass() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
 
getReplicationStrategyClass() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
getResetInterval() - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 
getResult() - Method in class me.prettyprint.cassandra.service.Operation
 
getResult() - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
getRetryDelayInSeconds() - Method in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
getRetryDownedHosts() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getRetryDownedHostsDelayInSeconds() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getRetryDownedHostsQueueSize() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getRow() - Method in interface me.prettyprint.cassandra.service.template.MappedColumnFamilyResult
 
getRow() - Method in class me.prettyprint.cassandra.service.template.MappedColumnFamilyResultWrapper
 
getRow() - Method in interface me.prettyprint.cassandra.service.template.MappedSuperCfResult
 
getRow() - Method in class me.prettyprint.cassandra.service.template.MappedSuperCfResultWrapper
 
getRowCacheSavePeriodInSeconds() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getRowCacheSavePeriodInSeconds() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getRowCacheSavePeriodInSeconds() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getRowCacheSize() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getRowCacheSize() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getRowCacheSize() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getRunAutoDiscoveryAtStartup() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getSerializer(Object) - Static method in class me.prettyprint.cassandra.serializers.SerializerTypeInferer
 
getSerializer(Class<?>) - Static method in class me.prettyprint.cassandra.serializers.SerializerTypeInferer
 
getSerializer() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getSerializersByPosition() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getSerializerToComparatorMapping() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getShortLength(ByteBuffer) - Static method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getSinceLastUsed() - Method in class me.prettyprint.cassandra.connection.HThriftClient
 
getSize() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getSize() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getSize() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getSize() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getSkipHostSuccess() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getSkipHostSuccess() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the group of columns contained by columnParent.
getSlice(String, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSlice(String, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getStatisticsPerPool() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getStatisticsPerPool() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Retrieves stats per pool.
getStatusAsString() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
getStatusAsString() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
getStatusPerPool() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getStrategyClass() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
getStrategyClass() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
getStrategyClass() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
getStrategyOptions() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
getStrategyOptions() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
getStrategyOptions() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
getString(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getString(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getString(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getString(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getString(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getString(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getSubComparatorType() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getSubComparatorType() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getSubComparatorType() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getSubComparatorTypeAlias() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
getSubComparatorTypeAlias() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
getSubComparatorTypeAlias() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
getSubSerializer() - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
getSuperColumn(ByteBuffer, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the SuperColumn at the given columnPath.
getSuperColumn(String, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getSuperColumn(ByteBuffer, ColumnPath, boolean, int) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the SuperColumn at the given columnPath.
getSuperColumn(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperColumn(ByteBuffer, ColumnPath, boolean, int) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperColumn(String, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperColumn(SN) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
Retrieved named superColumn as an HSuperColumn with sub columns.
getSuperColumn(SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getSuperColumn(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getSuperColumn(ByteBuffer, ColumnPath, boolean, int) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getSuperColumns() - Method in class me.prettyprint.cassandra.model.CounterSuperSliceImpl
 
getSuperColumns() - Method in class me.prettyprint.cassandra.model.SuperSliceImpl
 
getSuperColumns() - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getSuperColumns() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getSuperColumns() - Method in interface me.prettyprint.hector.api.beans.CounterSuperSlice
 
getSuperColumns() - Method in interface me.prettyprint.hector.api.beans.SuperSlice
 
getSuperNameSerializer() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
getSuperNameSerializer() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getSuperNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
getSuperNameSerializer() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getSuperRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
returns a subset of counter super columns for a range of keys
getSuperRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperRangeCounterSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getSuperRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
returns a subset of super columns for a range of keys.
getSuperRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperRangeSlices(ColumnParent, SlicePredicate, KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getSuperSlice() - Method in class me.prettyprint.cassandra.model.CounterSuperRowImpl
 
getSuperSlice() - Method in class me.prettyprint.cassandra.model.SuperRowImpl
 
getSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Get the group of superColumn contained by columnParent.
getSuperSlice(String, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
getSuperSlice(String, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
getSuperSlice(ByteBuffer, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
getSuperSlice() - Method in interface me.prettyprint.hector.api.beans.CounterSuperRow
 
getSuperSlice() - Method in interface me.prettyprint.hector.api.beans.SuperRow
 
getSuspendedCassandraHosts() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
Returns a Set of CassandraHost which are in the suspended status
getSuspendedCassandraHosts() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getSuspendedCassandraHosts() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getSystemMilliseconds() - Method in class me.prettyprint.cassandra.service.clock.AbstractClockResolution
 
getTimeBetweenEvictionRunsMillis() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getTimeBetweenEvictionRunsMillis() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getTimeFromUUID(byte[]) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Retrieves the time as long based on the byte[] representation of a UUID.
getTimeFromUUID(UUID) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
 
getTimer() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
getTimeUUID(ClockResolution) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Gets a new time uuid using ClockResolution.createClock() as a time generator.
getTimeUUID(long) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Gets a new time uuid based on time.
getTopSerializer() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
getTtl() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getTtl() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
getTtl() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getTtl() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
getType() - Method in exception me.prettyprint.hector.api.exceptions.HCassandraInternalException
The underlying 'type' directly from TApplicationException#getType
getTypeName() - Method in class me.prettyprint.hector.api.ddl.ComparatorType
 
getUniqueTimeUUIDinMillis() - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Gets a new and unique time uuid in milliseconds.
getUpdateInterval() - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
 
getUrl() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getUseHostTimeoutTracker() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getUseSocketKeepalive() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getUseSocketKeepalive() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
getUseThriftFramedTransport() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
getUUID(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
getUUID(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
getUUID(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
getUUID(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
getUUID(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
getUUID(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getValidationClass() - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
getValidationClass() - Method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
getValidationClass() - Method in interface me.prettyprint.hector.api.ddl.ColumnDefinition
 
getValue() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getValue() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
getValue(N, Serializer<V>) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
Extract a value for the specified name and serializer
getValue(Serializer<A>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getValue() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
getValue() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getValue() - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
getValue() - Method in enum me.prettyprint.hector.api.ddl.ColumnType
 
getValue(N, Serializer<V>) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
getValueBytes() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getValueBytes() - Method in interface me.prettyprint.hector.api.beans.HColumn
(Advanced) Returns the underlying ByteBuffer for the value via ByteBuffer.duplicate().
getValueSerializer() - Method in class me.prettyprint.cassandra.model.AbstractQuery
 
getValueSerializer() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
getValueSerializer() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
getValueSerializer(N) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
Get the value serializer for a given column.
getValueSerializer() - Method in interface me.prettyprint.hector.api.beans.HColumn
 
getValueSerializer() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
getWhy() - Method in exception me.prettyprint.hector.api.exceptions.HInvalidRequestException
 
getWithShortLength(ByteBuffer) - Static method in class me.prettyprint.hector.api.beans.AbstractComposite
 
getWriteFail() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
getWriteFail() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
getWriteSuccess() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 

H

hasException() - Method in class me.prettyprint.cassandra.service.Operation
 
hasException() - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
hashCode() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
hashCode() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
hashCode() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
hasNext() - Method in class me.prettyprint.cassandra.service.ColumnSliceIterator
 
hasNext() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
hasNext() - Method in class me.prettyprint.cassandra.service.IndexedSlicesIterator
 
hasNext() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
hasNext() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
hasResults() - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
 
hasResults() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
hasResults() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
HCassandraInternalException - Exception in me.prettyprint.hector.api.exceptions
Designed to loosely wrap TApplicationException which can be generated by Apache Cassandra under a variety of ambiguous conditions - some of them transient, some of them not.
HCassandraInternalException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HCassandraInternalException
 
HCassandraInternalException(int, String) - Constructor for exception me.prettyprint.hector.api.exceptions.HCassandraInternalException
 
HCassandraInternalException(String, Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HCassandraInternalException
 
HCassandraInternalException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HCassandraInternalException
 
HClientPool - Interface in me.prettyprint.cassandra.connection
 
HColumn<N,V> - Interface in me.prettyprint.hector.api.beans
Hector Column definition.
HColumnFamily<K,N> - Interface in me.prettyprint.hector.api
 
HColumnFamilyImpl<K,N> - Class in me.prettyprint.cassandra.service
 
HColumnFamilyImpl(Keyspace, String, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
HColumnImpl<N,V> - Class in me.prettyprint.cassandra.model
Hector Column definition.
HColumnImpl(N, V, long, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HColumnImpl
 
HColumnImpl(N, V, long, int, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HColumnImpl
 
HColumnImpl(Column, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HColumnImpl
 
HColumnImpl(Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HColumnImpl
 
HColumnImpl(N, V, long) - Constructor for class me.prettyprint.cassandra.model.HColumnImpl
 
HConnectionManager - Class in me.prettyprint.cassandra.connection
 
HConnectionManager(String, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.connection.HConnectionManager
 
HConsistencyLevel - Enum in me.prettyprint.hector.api
This is the Hector consistency level which is just a mirror of the thrift or avro consistency levels.
HCounterColumn<N> - Interface in me.prettyprint.hector.api.beans
Hector Counter Column definition.
HCounterColumnImpl<N> - Class in me.prettyprint.cassandra.model
Hector Counter Column definition.
HCounterColumnImpl(N, Long, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HCounterColumnImpl
 
HCounterColumnImpl(CounterColumn, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HCounterColumnImpl
 
HCounterColumnImpl(Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HCounterColumnImpl
 
HCounterColumnImpl(N, Long) - Constructor for class me.prettyprint.cassandra.model.HCounterColumnImpl
 
HCounterSuperColumn<SN,N> - Interface in me.prettyprint.hector.api.beans
Models a Counter SuperColumn.
HCounterSuperColumnImpl<SN,N> - Class in me.prettyprint.cassandra.model
Models a CounterSuperColumn in a protocol independent manner.
HCounterSuperColumnImpl(SN, List<HCounterColumn<N>>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
HCounterSuperColumnImpl(CounterSuperColumn, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
HectorException - Exception in me.prettyprint.hector.api.exceptions
Base exception class for all Hector related exceptions.
HectorException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorException
 
HectorException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorException
 
HectorException(String, Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorException
 
HectorPoolException - Exception in me.prettyprint.hector.api.exceptions
Error while borrowing or returning object to the pool
HectorPoolException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorPoolException
 
HectorPoolException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorPoolException
 
HectorSerializationException - Exception in me.prettyprint.hector.api.exceptions
Describes a serialization exception.
HectorSerializationException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorSerializationException
 
HectorSerializationException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorSerializationException
 
HectorSerializationException(String, Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorSerializationException
 
HectorTemplate - Interface in me.prettyprint.cassandra.service.spring
The main interface used to operate with the underlying database.
HectorTemplateImpl - Class in me.prettyprint.cassandra.service.spring
Implementation of the HectorTemplate
HectorTemplateImpl() - Constructor for class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
HectorTemplateImpl(Cluster, String, int, String, ConfigurableConsistencyLevel) - Constructor for class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
HectorTransportException - Exception in me.prettyprint.hector.api.exceptions
Hector transport exception (thrift or avro).
HectorTransportException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorTransportException
 
HectorTransportException(String, Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorTransportException
 
HectorTransportException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HectorTransportException
 
HFactory - Class in me.prettyprint.hector.api.factory
A convenience class with bunch of factory static methods to help create a mutator, queries etc.
HFactory() - Constructor for class me.prettyprint.hector.api.factory.HFactory
 
HInactivePoolException - Exception in me.prettyprint.hector.api.exceptions
Indicates that a client pool has been suspended.
HInactivePoolException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HInactivePoolException
 
HInactivePoolException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HInactivePoolException
 
HInvalidRequestException - Exception in me.prettyprint.hector.api.exceptions
 
HInvalidRequestException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HInvalidRequestException
 
HInvalidRequestException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HInvalidRequestException
 
HKeyRange<K> - Class in me.prettyprint.cassandra.model
A helper class for range queries.
HKeyRange(Serializer<K>) - Constructor for class me.prettyprint.cassandra.model.HKeyRange
 
HNotFoundException - Exception in me.prettyprint.hector.api.exceptions
 
HNotFoundException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HNotFoundException
 
HNotFoundException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HNotFoundException
 
HOpTimer - Interface in me.prettyprint.cassandra.connection
Timer For Cassandra operations
HostTimeoutTracker - Class in me.prettyprint.cassandra.connection
Keep track of how often a node replies with a HTimeoutException.
HostTimeoutTracker(HConnectionManager, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.connection.HostTimeoutTracker
 
HPoolExhaustedException - Exception in me.prettyprint.hector.api.exceptions
Indicates that a client pool has been exhausted.
HPoolExhaustedException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HPoolExhaustedException
 
HPoolExhaustedException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HPoolExhaustedException
 
HPoolRecoverableException - Exception in me.prettyprint.hector.api.exceptions
Base exception for recoverable pool exceptions.
HPoolRecoverableException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HPoolRecoverableException
 
HPoolRecoverableException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HPoolRecoverableException
 
HSlicePredicate<N> - Class in me.prettyprint.cassandra.model
Hector's version of cassandra SlicePredicate
HSlicePredicate(Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.HSlicePredicate
 
HSlicePredicate.PredicateType - Enum in me.prettyprint.cassandra.model
 
HSuperColumn<SN,N,V> - Interface in me.prettyprint.hector.api.beans
Models a SuperColumn in a protocol independant manner
HSuperColumnImpl<SN,N,V> - Class in me.prettyprint.cassandra.model
Models a SuperColumn in a protocol independant manner
HSuperColumnImpl(SN, List<HColumn<N, V>>, long, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HSuperColumnImpl
 
HSuperColumnImpl(SuperColumn, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.HSuperColumnImpl
 
HThriftClient - Class in me.prettyprint.cassandra.connection
 
HTimedOutException - Exception in me.prettyprint.hector.api.exceptions
 
HTimedOutException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HTimedOutException
 
HTimedOutException(String, Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HTimedOutException
 
HTimedOutException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HTimedOutException
 
HUnavailableException - Exception in me.prettyprint.hector.api.exceptions
 
HUnavailableException(String) - Constructor for exception me.prettyprint.hector.api.exceptions.HUnavailableException
 
HUnavailableException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.HUnavailableException
 

I

incCounter(CassandraClientMonitor.Counter) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
incrementCounter(K, String, N, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
incrementCounter(K, String, N, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Convenient method to increment a simple counter
IndexedSlicesIterator<K,N,V> - Class in me.prettyprint.cassandra.service
 
IndexedSlicesIterator(IndexedSlicesQuery<K, N, V>, K) - Constructor for class me.prettyprint.cassandra.service.IndexedSlicesIterator
 
IndexedSlicesQuery<K,N,V> - Class in me.prettyprint.cassandra.model
Uses new secondary indexes.
IndexedSlicesQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
init() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
insert(String, String, String) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
Insert a new value keyed by key
insert(K, String, Serializer<K>) - Method in class me.prettyprint.cassandra.examples.ExampleDaoV2
Insert a new value keyed by key
insert(K, String, HColumn<N, V>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
insert(K, String, HSuperColumn<SN, N, V>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
insert(ByteBuffer, ColumnParent, Column) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Inserts a column.
insert(String, ColumnPath, ByteBuffer) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
insert(String, ColumnPath, ByteBuffer, long) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
insert(ByteBuffer, ColumnParent, Column) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
insert(String, ColumnPath, ByteBuffer) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
insert(String, ColumnPath, ByteBuffer, long) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
insert(ByteBuffer, ColumnParent, Column) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
insert(K, String, HColumn<N, V>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
insert(K, String, HSuperColumn<SN, N, V>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
 
insertCounter(K, String, HCounterColumn<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
insertCounter(K, String, HCounterSuperColumn<SN, N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
insertCounter(K, String, HCounterColumn<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Simple and immediate insertion (increment/decrement) of a counter
insertCounter(K, String, HCounterSuperColumn<SN, N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Simple and immediate insertion (increment/decrement) of a counter part of a super column
insertMulti(String, Map<String, String>) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
Insert multiple values for a given columnName
insertMulti(Map<K, String>, Serializer<K>) - Method in class me.prettyprint.cassandra.examples.ExampleDaoV2
Insert multiple values
IntegerSerializer - Class in me.prettyprint.cassandra.serializers
Converts bytes to Integer and vice versa
IntegerSerializer() - Constructor for class me.prettyprint.cassandra.serializers.IntegerSerializer
 
INTEGERTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
isBatched() - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
isColumnsExist(K) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
Checks if there are any columns at a row specified by key in a standard column family
isColumnsExist(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Checks if there are any columns at a row specified by key in a super column family
isDurableWrites() - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
isDurableWrites() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
isDurableWrites() - Method in interface me.prettyprint.hector.api.ddl.KeyspaceDefinition
 
isDynamic() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
isEmpty() - Method in class me.prettyprint.cassandra.service.BatchMutation
Checks whether the mutation object contains any mutations.
isExhausted() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
isExhausted() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
isPerformNameResolution() - Method in class me.prettyprint.cassandra.service.CassandraHost
Checks whether name resolution should occur.
isReplicateOnWrite() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
isReplicateOnWrite() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
isReplicateOnWrite() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
isSubColumnsExist(K, SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Checks if there are any columns at a row specified by key in a specific super column
isTrue(boolean, String) - Static method in class me.prettyprint.cassandra.utils.Assert
 
iterator() - Method in class me.prettyprint.cassandra.model.CounterRowsImpl
 
iterator() - Method in class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
iterator() - Method in class me.prettyprint.cassandra.model.RowsImpl
 
iterator() - Method in class me.prettyprint.cassandra.model.SuperRowsImpl
 
iterator() - Method in class me.prettyprint.cassandra.service.KeyIterator
 

J

JaxbSerializer - Class in me.prettyprint.cassandra.serializers
Serializes Objects using Jaxb.
JaxbSerializer(Class...) - Constructor for class me.prettyprint.cassandra.serializers.JaxbSerializer
Constructor.
JmxMonitor - Class in me.prettyprint.cassandra.service
A JMX monitor singlton.
JndiCassandraClientFactory - Class in me.prettyprint.cassandra.service
This is a wrapper class around CassandraClientFactory used by the JNDI resource pool CassandraClientJndiResourcePool.
JndiCassandraClientFactory(String, int) - Constructor for class me.prettyprint.cassandra.service.JndiCassandraClientFactory
JndiCassandraClientFactory constructor.

K

key - Variable in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
key - Variable in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
key - Variable in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
KeyIterator<K> - Class in me.prettyprint.cassandra.service
This class returns each key in the specified Column Family as an Iterator.
KeyIterator(Keyspace, String, AbstractSerializer<K>) - Constructor for class me.prettyprint.cassandra.service.KeyIterator
 
keyPos - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
keys - Variable in class me.prettyprint.cassandra.model.MultigetCountQuery
 
keys - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
keySerializer - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
keySerializer - Variable in class me.prettyprint.cassandra.model.MultigetCountQuery
 
keySerializer - Variable in class me.prettyprint.cassandra.model.MutatorImpl
 
keySerializer - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
keySerializer - Variable in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
keyspace - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
keyspace - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
keyspace - Variable in class me.prettyprint.cassandra.model.MultigetCountQuery
 
keyspace - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
Keyspace - Interface in me.prettyprint.hector.api
 
KEYSPACE_SYSTEM - Static variable in interface me.prettyprint.hector.api.Keyspace
 
KeyspaceDefinition - Interface in me.prettyprint.hector.api.ddl
Hector's implementation independent KsDef version.
keyspaceName - Variable in class me.prettyprint.cassandra.service.Operation
 
KeyspaceOperationCallback<T> - Class in me.prettyprint.cassandra.model
A callback template used by the package classes.
KeyspaceOperationCallback() - Constructor for class me.prettyprint.cassandra.model.KeyspaceOperationCallback
 
KeyspaceService - Interface in me.prettyprint.cassandra.service
The keyspace is a high level handle to all read/write operations to cassandra.
KeyspaceServiceImpl - Class in me.prettyprint.cassandra.service
Implementation of a Keyspace
KeyspaceServiceImpl(String, ConsistencyLevelPolicy, HConnectionManager, FailoverPolicy) - Constructor for class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
KeyspaceServiceImpl(String, ConsistencyLevelPolicy, HConnectionManager, FailoverPolicy, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 

L

LatencyAwareHClientPool - Class in me.prettyprint.cassandra.connection
This class provides a queue function of latencies over CHCP, collecting all the latency information and calculates the score (expensive operation).
LatencyAwareHClientPool(CassandraHost) - Constructor for class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
LeastActiveBalancingPolicy - Class in me.prettyprint.cassandra.connection
Selects the least active host based on the number of active connections.
LeastActiveBalancingPolicy() - Constructor for class me.prettyprint.cassandra.connection.LeastActiveBalancingPolicy
 
LEXICALUUIDTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
LoadBalancingPolicy - Interface in me.prettyprint.cassandra.connection
 
LOCALBYPARTITIONERTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
log - Static variable in class me.prettyprint.hector.api.beans.AbstractComposite
 
login(AuthenticationRequest) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
LongSerializer - Class in me.prettyprint.cassandra.serializers
Converts bytes to Long and vise a versa
LongSerializer() - Constructor for class me.prettyprint.cassandra.serializers.LongSerializer
 
LONGTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 

M

main(String[]) - Static method in class me.prettyprint.cassandra.examples.ExampleClient
Deprecated.  
main(String[]) - Static method in class me.prettyprint.cassandra.examples.ExampleDaoV2
 
makeCopy() - Method in class me.prettyprint.cassandra.service.BatchMutation
Makes a shallow copy of the mutation object.
MappedColumnFamilyResult<K,N,V> - Interface in me.prettyprint.cassandra.service.template
 
MappedColumnFamilyResultWrapper<K,N,V> - Class in me.prettyprint.cassandra.service.template
 
MappedColumnFamilyResultWrapper(Serializer<K>, Serializer<N>, ExecutionResult<Map<ByteBuffer, List<ColumnOrSuperColumn>>>, ColumnFamilyRowMapper) - Constructor for class me.prettyprint.cassandra.service.template.MappedColumnFamilyResultWrapper
 
MappedSuperCfResult<K,SN,N,V> - Interface in me.prettyprint.cassandra.service.template
 
MappedSuperCfResultWrapper<K,SN,N,V> - Class in me.prettyprint.cassandra.service.template
 
MappedSuperCfResultWrapper(Serializer<K>, Serializer<SN>, Serializer<N>, ExecutionResult<Map<ByteBuffer, List<ColumnOrSuperColumn>>>, SuperCfRowMapper<K, SN, N, V>) - Constructor for class me.prettyprint.cassandra.service.template.MappedSuperCfResultWrapper
 
mapRow(ColumnFamilyResult<K, N>) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyRowMapper
 
mapRow(SuperCfResult<K, SN, N>) - Method in interface me.prettyprint.cassandra.service.template.SuperCfRowMapper
 
markSupported() - Method in class me.prettyprint.cassandra.io.ChunkInputStream
Not supported
me.prettyprint.cassandra.connection - package me.prettyprint.cassandra.connection
 
me.prettyprint.cassandra.constants - package me.prettyprint.cassandra.constants
 
me.prettyprint.cassandra.dao - package me.prettyprint.cassandra.dao
 
me.prettyprint.cassandra.examples - package me.prettyprint.cassandra.examples
 
me.prettyprint.cassandra.io - package me.prettyprint.cassandra.io
 
me.prettyprint.cassandra.jndi - package me.prettyprint.cassandra.jndi
 
me.prettyprint.cassandra.model - package 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.model.thrift - package me.prettyprint.cassandra.model.thrift
 
me.prettyprint.cassandra.serializers - package me.prettyprint.cassandra.serializers
 
me.prettyprint.cassandra.service - package me.prettyprint.cassandra.service
 
me.prettyprint.cassandra.service.clock - package me.prettyprint.cassandra.service.clock
 
me.prettyprint.cassandra.service.spring - package me.prettyprint.cassandra.service.spring
 
me.prettyprint.cassandra.service.template - package me.prettyprint.cassandra.service.template
 
me.prettyprint.cassandra.utils - package me.prettyprint.cassandra.utils
 
me.prettyprint.hector.api - package me.prettyprint.hector.api
The api package defines the main hector api entry points (aka the v2 API)
me.prettyprint.hector.api.beans - package me.prettyprint.hector.api.beans
 
me.prettyprint.hector.api.ddl - package me.prettyprint.hector.api.ddl
The api.ddl package defines all Data Definition operations that hector supports which include: Adding new keyspaces Adding new column families Defining indices Deleting exisiting constructs A note should be taken that by server design, it is required that all DDL operations are to be performed in a serialized manner.
Cassandra cannot support two DDL operations issued at the same time.
me.prettyprint.hector.api.exceptions - package me.prettyprint.hector.api.exceptions
 
me.prettyprint.hector.api.factory - package me.prettyprint.hector.api.factory
 
me.prettyprint.hector.api.mutation - package me.prettyprint.hector.api.mutation
 
me.prettyprint.hector.api.query - package me.prettyprint.hector.api.query
The api.query package defines the different query types
MICROSECONDS - Static variable in interface me.prettyprint.hector.api.ClockResolution
Provides a clock resolution with microseconds granularity.
MICROSECONDS_SYNC - Static variable in interface me.prettyprint.hector.api.ClockResolution
Provides a clock resolution with microseconds granularity and assuring a unique timestamp within and across threads.
MicrosecondsClockResolution - Class in me.prettyprint.cassandra.service.clock
Milliseconds Resolution used to create clocks.
MicrosecondsClockResolution() - Constructor for class me.prettyprint.cassandra.service.clock.MicrosecondsClockResolution
 
MicrosecondsSyncClockResolution - Class in me.prettyprint.cassandra.service.clock
Synchronized Milliseconds Resolution used to create clocks.
MicrosecondsSyncClockResolution() - Constructor for class me.prettyprint.cassandra.service.clock.MicrosecondsSyncClockResolution
 
MILLISECONDS - Static variable in interface me.prettyprint.hector.api.ClockResolution
Provides a clock resolution with milliseconds granularity.
MillisecondsClockResolution - Class in me.prettyprint.cassandra.service.clock
Milliseconds Resolution used to create clocks.
MillisecondsClockResolution() - Constructor for class me.prettyprint.cassandra.service.clock.MillisecondsClockResolution
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
multigetCount(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Returns a map of key to column count
multigetCount(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetCount(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
multigetCounterSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Performs a get_slice for columnParent and predicate for the given keys in parallel.
multigetCounterSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetCounterSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
multigetCounterSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Performs a get_slice for a superColumn columnParent and predicate for the given keys in parallel.
multigetCounterSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetCounterSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
MultigetCountQuery<K,N> - Class in me.prettyprint.cassandra.model
 
MultigetCountQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.MultigetCountQuery
 
multigetSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Performs a get_slice for columnParent and predicate for the given keys in parallel.
multigetSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
MultigetSliceCounterQuery<K,N> - Interface in me.prettyprint.hector.api.query
A query wrapper for the multiget_slice call
MultigetSliceQuery<K,N,V> - Interface in me.prettyprint.hector.api.query
A query wrapper for the multiget_slice call
MultigetSubCountQuery<K,SN,N> - Class in me.prettyprint.cassandra.model
Does a multi_get_count within a given superColumn
MultigetSubCountQuery(Keyspace, Serializer<SN>, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.MultigetSubCountQuery
 
MultigetSubSliceQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query wrapper for the call multiget_slice for subcolumns of supercolumns
multigetSuperColumn(List<ByteBuffer>, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Performs a get for columnPath in parallel on the given list of keys.
multigetSuperColumn(List<ByteBuffer>, ColumnPath, boolean, int) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Perform a get for columnPath in parallel on the given list of keys.
multigetSuperColumn(List<ByteBuffer>, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetSuperColumn(List<ByteBuffer>, ColumnPath, boolean, int) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Performs a get_slice for a superColumn columnParent and predicate for the given keys in parallel.
multigetSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
multigetSuperSlice(List<ByteBuffer>, ColumnParent, SlicePredicate) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
MultigetSuperSliceCounterQuery<K,SN,N> - Interface in me.prettyprint.hector.api.query
A query wrapper for the call multiget_slice for a slice of supercolumns
MultigetSuperSliceQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query wrapper for the call multiget_slice for a slice of supercolumns
MutationResult - Interface in me.prettyprint.hector.api.mutation
Result from a mutation.
MutationResultImpl - Class in me.prettyprint.cassandra.model
 
mutator - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
Mutator<K> - Interface in me.prettyprint.hector.api.mutation
A Mutator inserts or deletes values from the cluster.
MutatorImpl<K> - Class in me.prettyprint.cassandra.model
A Mutator inserts or deletes values from the cluster.
MutatorImpl(Keyspace, Serializer<K>, BatchSizeHint) - Constructor for class me.prettyprint.cassandra.model.MutatorImpl
 
MutatorImpl(Keyspace, Serializer<K>) - Constructor for class me.prettyprint.cassandra.model.MutatorImpl
 
MutatorImpl(Keyspace) - Constructor for class me.prettyprint.cassandra.model.MutatorImpl
 
MutatorImpl(Keyspace, BatchSizeHint) - Constructor for class me.prettyprint.cassandra.model.MutatorImpl
 

N

name - Variable in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
name - Variable in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
newThread(Runnable) - Method in class me.prettyprint.cassandra.utils.DaemonThreadPoolFactory
 
next() - Method in class me.prettyprint.cassandra.service.ColumnSliceIterator
 
next() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
next() - Method in class me.prettyprint.cassandra.service.IndexedSlicesIterator
 
next() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
next() - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
 
next() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
NodeAutoDiscoverService - Class in me.prettyprint.cassandra.connection
 
NodeAutoDiscoverService(HConnectionManager, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
 
noneNull(Object...) - Static method in class me.prettyprint.cassandra.utils.Assert
 
notNull(Object, String) - Static method in class me.prettyprint.cassandra.utils.Assert
 
NullOpTimer - Class in me.prettyprint.cassandra.connection
 
NullOpTimer() - Constructor for class me.prettyprint.cassandra.connection.NullOpTimer
 
numRetries - Variable in class me.prettyprint.cassandra.service.FailoverPolicy
 

O

ObjectSerializer - Class in me.prettyprint.cassandra.serializers
The ObjectSerializer is used to turn objects into their binary representations.
ObjectSerializer() - Constructor for class me.prettyprint.cassandra.serializers.ObjectSerializer
 
ObjectSerializer(ClassLoader) - Constructor for class me.prettyprint.cassandra.serializers.ObjectSerializer
 
ON_FAIL_TRY_ALL_AVAILABLE - Static variable in class me.prettyprint.cassandra.service.FailoverPolicy
On communication error try all known servers before giving up
ON_FAIL_TRY_ONE_NEXT_AVAILABLE - Static variable in class me.prettyprint.cassandra.service.FailoverPolicy
On communication error try one more server before giving up
operateWithFailover(Operation<?>) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
Operation<T> - Class in me.prettyprint.cassandra.service
Defines an operation performed on cassandra
Operation(OperationType) - Constructor for class me.prettyprint.cassandra.service.Operation
 
Operation(OperationType, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.Operation
 
Operation(OperationType, FailoverPolicy, String, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.Operation
 
operationType - Variable in class me.prettyprint.cassandra.service.Operation
 
OperationType - Enum in me.prettyprint.cassandra.service
Specifies the "type" of operation - read or write.
OrderedCounterRows<K,N> - Interface in me.prettyprint.hector.api.beans
Return type from get_range_slices for simple columns
OrderedCounterRowsImpl<K,N> - Class in me.prettyprint.cassandra.model
Return type from get_range_slices for simple columns
OrderedCounterRowsImpl(LinkedHashMap<K, List<CounterColumn>>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.OrderedCounterRowsImpl
 
OrderedCounterSuperRows<K,SN,N> - Interface in me.prettyprint.hector.api.beans
 
OrderedCounterSuperRowsImpl<K,SN,N> - Class in me.prettyprint.cassandra.model
Return type from get_range_slices for super columns
OrderedCounterSuperRowsImpl(LinkedHashMap<K, List<CounterSuperColumn>>, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.OrderedCounterSuperRowsImpl
 
OrderedRows<K,N,V> - Interface in me.prettyprint.hector.api.beans
Return type from get_range_slices for simple columns
OrderedRowsImpl<K,N,V> - Class in me.prettyprint.cassandra.model
Return type from get_range_slices for simple columns
OrderedRowsImpl(LinkedHashMap<K, List<Column>>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.OrderedRowsImpl
 
OrderedRowsImpl() - Constructor for class me.prettyprint.cassandra.model.OrderedRowsImpl
 
OrderedSuperRows<K,SN,N,V> - Interface in me.prettyprint.hector.api.beans
 
OrderedSuperRowsImpl<K,SN,N,V> - Class in me.prettyprint.cassandra.model
Return type from get_range_slices for super columns
OrderedSuperRowsImpl(LinkedHashMap<K, List<SuperColumn>>, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.OrderedSuperRowsImpl
 

P

parseHostFromUrl(String) - Static method in class me.prettyprint.cassandra.service.CassandraHost
 
parsePortFromUrl(String) - Static method in class me.prettyprint.cassandra.service.CassandraHost
 
peekLast() - Method in class me.prettyprint.cassandra.model.OrderedCounterRowsImpl
Returns the last element in this row result.
peekLast() - Method in class me.prettyprint.cassandra.model.OrderedRowsImpl
Returns the last element in this row result.
peekLast() - Method in interface me.prettyprint.hector.api.beans.OrderedCounterRows
 
peekLast() - Method in interface me.prettyprint.hector.api.beans.OrderedRows
 
PoolIllegalStateException - Exception in me.prettyprint.hector.api.exceptions
Happens when the pool has been closed, but new borrow request come to it.
PoolIllegalStateException(Throwable) - Constructor for exception me.prettyprint.hector.api.exceptions.PoolIllegalStateException
 
PoolMetric - Interface in me.prettyprint.cassandra.connection
 
predicateType - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
PrefixedSerializer<P,S> - Class in me.prettyprint.cassandra.serializers
 
PrefixedSerializer(P, Serializer<P>, Serializer<S>) - Constructor for class me.prettyprint.cassandra.serializers.PrefixedSerializer
 
prefixKeyRange(KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
prefixKeyRange(KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
prefixKeySlice(KeySlice) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
prefixKeySlice(List<KeySlice>) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
prepend(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
Prepend a list of ByteBuffers to this stream.

Q

Query<T> - Interface in me.prettyprint.hector.api.query
The Query interface defines the common parts of all hector queries, such as ThriftColumnQuery.
queryColumns(K) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(Iterable<K>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(K, ColumnFamilyRowMapper<K, N, T>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(K, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, T>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
Queries a range of columns at the given key and maps them to an object of type OBJ using the given mapping object
queryColumns(K, List<N>, ColumnFamilyRowMapper<K, N, T>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
Queries all columns at a given key and maps them to an object of type OBJ using the given mapping object
queryColumns(K, List<N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(K, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(Iterable<K>, ColumnFamilyRowMapper<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(Iterable<K>, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
queryColumns(Iterable<K>, List<N>, ColumnFamilyRowMapper<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
QueryResult<T> - Interface in me.prettyprint.hector.api.query
Return type from queries execution.
QueryResultImpl<T> - Class in me.prettyprint.cassandra.model
 
QueryResultImpl(T, long, CassandraHost, Query<T>) - Constructor for class me.prettyprint.cassandra.model.QueryResultImpl
 
QueryResultImpl(ExecutionResult<T>, Query<T>) - Constructor for class me.prettyprint.cassandra.model.QueryResultImpl
 
querySingleColumn(K, N, Class<V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
querySingleColumn(K, N, Serializer<V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
querySingleSubColumn(K, SN, N, Serializer<V>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumn(K, SN) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumns(K, List<SN>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumns(List<K>, List<SN>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumns(List<K>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumns(K, List<SN>, SuperCfRowMapper<K, SN, N, T>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
querySuperColumns(K) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
QuorumAllConsistencyLevelPolicy - Class in me.prettyprint.cassandra.model
A simple implementation of ConsistencyLevelPolicy which returns QUORUM as the desired consistency level for both reads and writes.
QuorumAllConsistencyLevelPolicy() - Constructor for class me.prettyprint.cassandra.model.QuorumAllConsistencyLevelPolicy
 

R

RangeSlicesCounterQuery<K,N> - Interface in me.prettyprint.hector.api.query
A query for the call get_range_slices.
RangeSlicesQuery<K,N,V> - Interface in me.prettyprint.hector.api.query
A query for the call get_range_slices.
RangeSubSlicesQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query for the call get_range_slices for subcolumns of supercolumns
RangeSuperSlicesCounterQuery<K,SN,N> - Interface in me.prettyprint.hector.api.query
A query for the call get_range_slices of supercolumns
RangeSuperSlicesQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query for the call get_range_slices of supercolumns
read() - Method in class me.prettyprint.cassandra.io.ChunkInputStream
 
recv_add() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_batch_mutate() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_cluster_name() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_keyspace() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_keyspaces() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_partitioner() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_ring() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_schema_versions() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_snitch() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_splits() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_describe_version() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_execute_cql_query() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_get() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_get_count() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_get_indexed_slices() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_get_range_slices() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_get_slice() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_insert() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_login() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_multiget_count() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_multiget_slice() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_remove() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_remove_counter() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_set_keyspace() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_add_column_family() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_add_keyspace() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_drop_column_family() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_drop_keyspace() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_update_column_family() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_system_update_keyspace() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
recv_truncate() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
registerMonitor(String, String, Object) - Method in class me.prettyprint.cassandra.service.JmxMonitor
 
releaseClient(HThriftClient) - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
 
releaseClient(HThriftClient) - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
releaseClient(HThriftClient) - Method in class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
remove(CassandraHost) - Method in class me.prettyprint.cassandra.connection.CassandraHostRetryService
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
remove() - Method in class me.prettyprint.cassandra.service.ColumnSliceIterator
 
remove() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
remove() - Method in class me.prettyprint.cassandra.service.IndexedSlicesIterator
 
remove(ByteBuffer, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
remove(ByteBuffer, ColumnPath, long) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
Same as two argument version, but the caller must specify their own clock
remove(String, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
remove(String, ColumnPath, long) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
remove(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
remove(ByteBuffer, ColumnPath, long) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
remove(String, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
remove(String, ColumnPath, long) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
Same as two argument version, but the caller must specify their own timestamp
remove() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
 
remove() - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
remove(ByteBuffer, ColumnPath, long) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
remove(int) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
removeAll(Collection<?>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
removeCassandraHost(CassandraHost) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
Remove the CassandraHost from the pool, bypassing retry service.
removeCassandraHost(String) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
removeCassandraHost(String) - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Remove a host in the format of "[hostname]:[port]"
removeColumnFamily(ColumnFamilyDefinition) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
removeCounter(ByteBuffer, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
removeCounter(String, ColumnPath) - Method in interface me.prettyprint.cassandra.service.KeyspaceService
 
removeCounter(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
removeCounter(String, ColumnPath) - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
removeCounter(ByteBuffer, ColumnPath) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
removeKeys() - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
removeKeys() - Method in interface me.prettyprint.hector.api.HColumnFamily
 
removeStrategyOption(String) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
reset() - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
resetIntervel() - Method in class me.prettyprint.cassandra.connection.LatencyAwareHClientPool
 
result - Variable in class me.prettyprint.cassandra.service.Operation
 
resultStatus - Variable in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
 
ResultStatus - Interface in me.prettyprint.hector.api
Common interface for tracking the CassandraHost used for the execution of the operation and how long that operation took in micro seconds
retainAll(Collection<?>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
retryDelayInSeconds - Variable in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
reversed - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
RoundRobinBalancingPolicy - Class in me.prettyprint.cassandra.connection
Implements a RoundRobin balancing policy based off the contents of the active HClientPool.
RoundRobinBalancingPolicy() - Constructor for class me.prettyprint.cassandra.connection.RoundRobinBalancingPolicy
 
Row<K,N,V> - Interface in me.prettyprint.hector.api.beans
A Row is a touple consisting of a Key and a Column Slice.
RowImpl<K,N,V> - Class in me.prettyprint.cassandra.model
A Row is a touple consisting of a Key and a Column Slice.
rows - Variable in class me.prettyprint.cassandra.model.CounterRowsImpl
 
rows - Variable in class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
rows - Variable in class me.prettyprint.cassandra.model.RowsImpl
 
rows - Variable in class me.prettyprint.cassandra.model.SuperRowsImpl
 
Rows<K,N,V> - Interface in me.prettyprint.hector.api.beans
Returned by a MultigetSliceQuery (multiget_slice thrift call)
RowsImpl<K,N,V> - Class in me.prettyprint.cassandra.model
Returned by a MultigetSliceQuery (multiget_slice thrift call)
RowsImpl(Map<K, List<Column>>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.RowsImpl
 
RowsImpl() - Constructor for class me.prettyprint.cassandra.model.RowsImpl
 
rowsList - Variable in class me.prettyprint.cassandra.model.OrderedRowsImpl
 

S

SECONDS - Static variable in interface me.prettyprint.hector.api.ClockResolution
Provides a clock resolution with seconds granularity.
SecondsClockResolution - Class in me.prettyprint.cassandra.service.clock
Seconds Resolution used to create clocks.
SecondsClockResolution() - Constructor for class me.prettyprint.cassandra.service.clock.SecondsClockResolution
 
send_add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_cluster_name() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_keyspaces() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_partitioner() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_ring(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_schema_versions() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_snitch() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_splits(String, String, String, int) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_describe_version() - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_execute_cql_query(ByteBuffer, Compression) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_login(AuthenticationRequest) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_set_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_add_column_family(CfDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_add_keyspace(KsDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_drop_column_family(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_drop_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_update_column_family(CfDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_system_update_keyspace(KsDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
send_truncate(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
serialize() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
Serializer<T> - Interface in me.prettyprint.hector.api
Serializes a type T from the given bytes, or vice a versa.
SerializerTypeInferer - Class in me.prettyprint.cassandra.serializers
Utility class that infers the concrete Serializer needed to turn a value into its binary representation
SerializerTypeInferer() - Constructor for class me.prettyprint.cassandra.serializers.SerializerTypeInferer
 
set(int, Object) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
set_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
setAliasesToComparatorMapping(Map<Byte, String>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setAutoDiscoverHosts(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setAutoDiscoveryDelayInSeconds(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setBadnessThreshold(double) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
This is the percentage of badness which is acceptable...
setBatched(boolean) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
setBatched(boolean) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
setBoolean(N, Boolean) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setBoolean(N, Boolean) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setByteArray(N, byte[]) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setByteArray(N, byte[]) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setByteBuffer(N, ByteBuffer) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setByteBuffer(N, ByteBuffer) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setCassandraThriftSocketTimeout(int) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setCassandraThriftSocketTimeout(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
The value (in milliseconds) which gets passed down to Socket.setSoTimeout(int) used by the underlying Thrift transport.
setClock(long) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
setClock(long) - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
setClock(Long) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
setClock(long) - Method in interface me.prettyprint.hector.api.beans.HColumn
 
setClock(long) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
setClockResolution(String) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setClockResolution(ClockResolution) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setCluster(Cluster) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setColumn(N) - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
setColumn(HColumn<N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setColumn(N) - Method in interface me.prettyprint.hector.api.query.SubColumnQuery
 
setColumnFactory(ColumnFactory) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
setColumnFamily(String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.ColumnQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.CounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.CountQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SliceCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SubColumnQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SubCountQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SuperColumnQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SuperCountQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SuperSliceCounterQuery
 
setColumnFamily(String) - Method in interface me.prettyprint.hector.api.query.SuperSliceQuery
 
setColumnFamilyName(String) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
 
setColumnMetadata(List<ColumnDefinition>) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
Sets the column names to be retrieved by this query
setColumnNames(Collection<N>) - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
Sets the column names to be retrieved by this query
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Sets the column names to be retrieved by this query
setColumnNames(Collection<N>) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Same as varargs signature, except we take a collection
setColumnNames(Collection<N>) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setColumnNames(Collection<N>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setColumnNames(Collection<SN>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setColumnNames(Collection<SN>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
setColumnNames(SN...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
setColumnNames(Collection<N>) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setColumnNames(Collection<N>) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
Sets the column names to be retrieved by this query
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
Sets the column names to be retrieved by this query
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
Sets the column names to be retrieved by this query
setColumnNames(Collection<N>) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
Sets the column names to be retrieved by this query
setColumnNames(Collection<SN>) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
Sets the column names to be retrieved by this query
setColumnNames(Collection<SN>) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesCounterQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.SliceCounterQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.SliceQuery
 
setColumnNames(N...) - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.SuperSliceCounterQuery
 
setColumnNames(SN...) - Method in interface me.prettyprint.hector.api.query.SuperSliceQuery
 
setColumnNameSerializer(Serializer<N>) - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
setColumnType(ColumnType) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setColumnType(ColumnType) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setColumnType(ColumnType) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setComment(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setComment(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setComment(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setComparatorByPosition(int, String) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComparatorsByPosition(List<String>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComparatorsByPosition(String...) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComparatorType(ComparatorType) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setComparatorType(ComparatorType) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setComparatorType(ComparatorType) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setComparatorTypeAlias(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setComparatorTypeAlias(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setComparatorTypeAlias(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setComponent(int, T, Serializer<T>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComponent(int, T, Serializer<T>, String) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComponent(int, T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setComponents(List<AbstractComposite.Component<?>>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setConfigurableConsistencyLevelPolicy(ConfigurableConsistencyLevel) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setConsistencyLevelForCfOperation(HConsistencyLevel, String, OperationType) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
setConsistencyLevelPolicy(ConsistencyLevelPolicy) - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
setConsistencyLevelPolicy(ConsistencyLevelPolicy) - Method in interface me.prettyprint.hector.api.Keyspace
 
setCount(int) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Set the number of columns to return for this slice Switches to HSlicePredicate.PredicateType.Range
setCount(int) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setCount(int) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
The number of columns to return when not doing a name-based template
setCount(int) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setDate(N, Date) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setDate(N, Date) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setDefaultReadConsistencyLevel(HConsistencyLevel) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
setDefaultValidationClass(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setDefaultValidationClass(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setDefaultValidationClass(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setDefaultWriteConsistencyLevel(HConsistencyLevel) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
setDouble(N, Double) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setDouble(N, Double) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setDurableWrites(boolean) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
setDurableWrites(boolean) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
setEndOn(N) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Set the columnName on which we will end.
setEquality(AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setException(HectorException) - Method in class me.prettyprint.cassandra.service.Operation
 
setException(HectorException) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
setExceptionsTranslator(ExceptionsTranslator) - Method in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
 
setExhaustedPolicy(ExhaustedPolicy) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setExhaustedPolicy(ExhaustedPolicy) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setFinish(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setFinish(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setGcGraceSeconds(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setGcGraceSeconds(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setGcGraceSeconds(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setHosts(String) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setHostTimeoutCounter(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setHostTimeoutSuspensionDurationInSeconds(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setHostTimeoutUnsuspendCheckDelay(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setHostTimeoutWindow(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setId(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setId(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setId(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setIndexName(String) - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
setIndexType(ColumnIndexType) - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
setInteger(N, Integer) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setInteger(N, Integer) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setKey(K) - Method in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
setKey(K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.ColumnQuery
Set the row key for this query.
setKey(K) - Method in interface me.prettyprint.hector.api.query.CounterQuery
Set the row key for this query.
setKey(K) - Method in interface me.prettyprint.hector.api.query.CountQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SliceCounterQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SliceQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SubColumnQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SubCountQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SuperColumnQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SuperCountQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SuperSliceCounterQuery
 
setKey(K) - Method in interface me.prettyprint.hector.api.query.SuperSliceQuery
 
setKeyCacheSavePeriodInSeconds(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setKeyCacheSavePeriodInSeconds(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setKeyCacheSavePeriodInSeconds(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setKeyCacheSize(double) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setKeyCacheSize(double) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setKeyCacheSize(double) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.HKeyRange
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
setKeys(Iterable<K>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
setKeys(Iterable<K>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setKeys(Collection<K>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setKeys(Collection<K>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setKeys(K...) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setKeys(Collection<K>) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
setKeys(K, K) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
setKeys(K...) - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
 
setKeys(Iterable<K>) - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
 
setKeys(K...) - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
 
setKeys(Iterable<K>) - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
 
setKeys(K...) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
setKeys(Collection<K>) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
setKeys(K...) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
setKeys(Collection<K>) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
setKeys(K...) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
setKeys(Collection<K>) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
setKeys(K, K) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setKeys(K, K) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setKeys(K, K) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setKeys(K, K) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesCounterQuery
 
setKeys(K, K) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesQuery
 
setKeySerializer(Serializer<K>) - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
 
setKeysOnlyPredicate() - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Allows the use of returning just the keys.
setKeyspace(Keyspace) - Method in class me.prettyprint.cassandra.dao.SimpleCassandraDao
 
setKeyspace(Keyspace) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setKeyspaceName(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setKeyspaceName(String) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setKeyspaceName(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setKeyspaceName(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setKeyValidationClass(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setKeyValidationClass(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setKeyValidationClass(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setLifo(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setLifo(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setLoadBalancingPolicy(LoadBalancingPolicy) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setLong(N, Long) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setLong(N, Long) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setMaxActive(int) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setMaxActive(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setMaxCompactionThreshold(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setMaxCompactionThreshold(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setMaxCompactionThreshold(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setMaxIdle(int) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setMaxIdle(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setMaxWaitTimeWhenExhausted(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setMaxWaitTimeWhenExhausted(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setMemtableFlushAfterMins(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setMemtableFlushAfterMins(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setMemtableFlushAfterMins(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setMemtableOperationsInMillions(double) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setMemtableOperationsInMillions(double) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setMemtableOperationsInMillions(double) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setMemtableThroughputInMb(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setMemtableThroughputInMb(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setMemtableThroughputInMb(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setMinCompactionThreshold(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setMinCompactionThreshold(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setMinCompactionThreshold(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setMinEvictableIdleTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setMinEvictableIdleTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setName(N) - Method in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
setName(ByteBuffer) - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
setName(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setName(String) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
setName(N) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
setName(N) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
setName(SN) - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
setName(SN) - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
setName(N) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
setName(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setName(N) - Method in interface me.prettyprint.hector.api.beans.HColumn
 
setName(N) - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
setName(SN) - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
setName(SN) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
setName(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setName(N) - Method in interface me.prettyprint.hector.api.query.ColumnQuery
Set the column name for this query.
setName(N) - Method in interface me.prettyprint.hector.api.query.CounterQuery
Set the column name for this query.
setOpTimer(HOpTimer) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setPort(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setQuery(String) - Method in class me.prettyprint.cassandra.model.CqlQuery
Set the query as a String.
setQuery(ByteBuffer) - Method in class me.prettyprint.cassandra.model.CqlQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
Set a predicate of start/finish to retrieve a list of columns in this range.
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Set a predicate of start/finish to retrieve a list of columns in this range.
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setRange(N, N, int) - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
setRange(N, N, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
setRange(N, N, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
setRange(N, N, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
setRange(SN, SN, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
setRange(SN, SN, boolean, int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
setRange(N, N, int) - Method in interface me.prettyprint.hector.api.query.CountQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.MultigetSliceCounterQuery
Set a predicate of start/finish to retrieve a list of columns in this range.
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.MultigetSliceQuery
Set a predicate of start/finish to retrieve a list of columns in this range.
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceCounterQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.MultigetSuperSliceQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesCounterQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.SliceCounterQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.SliceQuery
 
setRange(N, N, int) - Method in interface me.prettyprint.hector.api.query.SubCountQuery
 
setRange(N, N, boolean, int) - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
 
setRange(SN, SN, int) - Method in interface me.prettyprint.hector.api.query.SuperCountQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.SuperSliceCounterQuery
 
setRange(SN, SN, boolean, int) - Method in interface me.prettyprint.hector.api.query.SuperSliceQuery
 
setReadCfConsistencyLevels(Map<String, HConsistencyLevel>) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
setReadConsistencyLevel(HConsistencyLevel) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setReadConsistencyLevel(HConsistencyLevel) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setReadRepairChance(double) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setReadRepairChance(double) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setReadRepairChance(double) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setReplicateOnWrite(boolean) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setReplicateOnWrite(boolean) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setReplicateOnWrite(boolean) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setReplicationFactor(int) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
setReplicationFactor(int) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setReplicationFactor(int) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
setReplicationStrategyClass(String) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
 
setResetInterval(int) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
Set the configured interval for the stats to be reset so that the new stats are allowed and we can get rid of bad nodes value.
setResult(T) - Method in class me.prettyprint.cassandra.service.Operation
 
setResult(T) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
setRetryDelayInSeconds(int) - Method in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
setRetryDownedHosts(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setRetryDownedHostsDelayInSeconds(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setRetryDownedHostsQueueSize(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setReturnKeysOnly() - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
Wraps the underlying call to HSlicePredicate.setKeysOnlyPredicate() Use this for a substantial performance increase when you only need the keys returned
setReturnKeysOnly() - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setReturnKeysOnly() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setReturnKeysOnly() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setReturnKeysOnly() - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setReturnKeysOnly() - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setReversed(boolean) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Sets the return order of the columns to be reversed.
setReversed(boolean) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setReversed(boolean) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setRowCacheSavePeriodInSeconds(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setRowCacheSavePeriodInSeconds(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setRowCacheSavePeriodInSeconds(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setRowCacheSize(double) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setRowCacheSize(double) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setRowCacheSize(double) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.HKeyRange
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
setRowCount(int) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
setRowCount(int) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
 
setRowCount(int) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
 
setRowCount(int) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setRowCount(int) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesCounterQuery
 
setRowCount(int) - Method in interface me.prettyprint.hector.api.query.RangeSuperSlicesQuery
 
setRunAutoDiscoveryAtStartup(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
Set to true to run NodeAutoDiscoverService at startup.
setSerializerByPosition(int, Serializer<?>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setSerializersByPosition(List<Serializer<?>>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setSerializersByPosition(Serializer<?>...) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setSerializerToComparatorMapping(Map<Class<? extends Serializer>, String>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
setStart(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setStart(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
setStartKey(K) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
 
setStartOn(N) - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Set the columnName on which we will start.
setStrategyClass(String) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
setStrategyClass(String) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
setStrategyOption(String, String) - Method in class me.prettyprint.cassandra.model.BasicKeyspaceDefinition
 
setStrategyOptions(Map<String, String>) - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
setString(N, String) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setString(N, String) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setSubcolumns(List<HCounterColumn<N>>) - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
setSubcolumns(List<HColumn<N, V>>) - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
setSubcolumns(List<HCounterColumn<N>>) - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
 
setSubcolumns(List<HColumn<N, V>>) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
 
setSubComparatorType(ComparatorType) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setSubComparatorType(ComparatorType) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setSubComparatorType(ComparatorType) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setSubComparatorTypeAlias(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
 
setSubComparatorTypeAlias(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
setSubComparatorTypeAlias(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
 
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.MultigetSubCountQuery
 
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
Set the supercolumn to run the slice query on
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
setSuperColumn(SN) - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
Set the supercolumn to run the slice query on
setSuperColumn(SN) - Method in interface me.prettyprint.hector.api.query.MultigetSubSliceQuery
Set the supercolumn to run the slice query on
setSuperColumn(SN) - Method in interface me.prettyprint.hector.api.query.RangeSubSlicesQuery
 
setSuperColumn(SN) - Method in interface me.prettyprint.hector.api.query.SubColumnQuery
 
setSuperColumn(SN) - Method in interface me.prettyprint.hector.api.query.SubCountQuery
 
setSuperColumn(SN) - Method in interface me.prettyprint.hector.api.query.SubSliceQuery
Set the supercolumn to run the slice query on
setSuperName(SN) - Method in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
setSuperName(SN) - Method in interface me.prettyprint.hector.api.query.SuperColumnQuery
 
setTimeBetweenEvictionRunsMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setTimeBetweenEvictionRunsMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setTimer(HOpTimer) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
setTtl(int) - Method in class me.prettyprint.cassandra.model.HColumnImpl
Set the time-to-live value for this column in seconds.
setTtl(int) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
Set the time-to-live value for this column in seconds.
setTtl(int) - Method in interface me.prettyprint.hector.api.beans.HColumn
 
setTtl(int) - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
setUpdateInterval(int) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
Set the configured interval for the stats to be recalculated (until this time it is been cached.
setUseHostTimeoutTracker(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setUseSocketKeepalive(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setUseSocketKeepalive(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
Enable SO_KEEPALIVE on the underlying socket.
setUseThriftFramedTransport(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHost
 
setUseThriftFramedTransport(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
setUUID(N, UUID) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setUUID(N, UUID) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setValidationClass(String) - Method in class me.prettyprint.cassandra.model.BasicColumnDefinition
 
setValue(V) - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
setValue(Long) - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
setValue(N, V, Serializer<V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
 
setValue(N, V, Serializer<V>) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
setValue(V) - Method in interface me.prettyprint.hector.api.beans.HColumn
 
setValue(Long) - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
 
setValueSerializer(Serializer<V>) - Method in class me.prettyprint.cassandra.model.AbstractQuery
 
setWhy(String) - Method in exception me.prettyprint.hector.api.exceptions.HInvalidRequestException
 
setWriteCfConsistencyLevels(Map<String, HConsistencyLevel>) - Method in class me.prettyprint.cassandra.model.ConfigurableConsistencyLevel
 
setWriteConsistencyLevel(HConsistencyLevel) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
 
setWriteConsistencyLevel(HConsistencyLevel) - Method in interface me.prettyprint.hector.api.HColumnFamily
 
sf - Variable in class me.prettyprint.cassandra.connection.BackgroundCassandraHostService
 
ShortSerializer - Class in me.prettyprint.cassandra.serializers
Serializer for Shorts (no pun intended).
ShortSerializer() - Constructor for class me.prettyprint.cassandra.serializers.ShortSerializer
 
shutdown() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
Controlled shutdown of pool.
shutdown() - Method in interface me.prettyprint.cassandra.connection.HClientPool
 
shutdown() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
 
shutdownCluster(Cluster) - Static method in class me.prettyprint.hector.api.factory.HFactory
Shutdown this cluster, removing it from the Map.
SimpleCassandraDao - Class in me.prettyprint.cassandra.dao
 
SimpleCassandraDao() - Constructor for class me.prettyprint.cassandra.dao.SimpleCassandraDao
 
size() - Method in class me.prettyprint.hector.api.beans.AbstractComposite
 
sleepBetweenHostsMilli - Variable in class me.prettyprint.cassandra.service.FailoverPolicy
 
SliceCounterQuery<K,N> - Interface in me.prettyprint.hector.api.query
A query for the thrift call get_counter_slice
slicePredicate - Variable in class me.prettyprint.cassandra.model.AbstractSliceQuery
 
slicePredicate - Variable in class me.prettyprint.cassandra.model.MultigetCountQuery
The slice predicate for which the count it performed
SliceQuery<K,N,V> - Interface in me.prettyprint.hector.api.query
A query for the thrift call get_slice
sNameSerializer - Variable in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
SpeedForJOpTimer - Class in me.prettyprint.cassandra.connection
 
SpeedForJOpTimer(String) - Constructor for class me.prettyprint.cassandra.connection.SpeedForJOpTimer
 
start() - Method in interface me.prettyprint.cassandra.connection.HOpTimer
Start timing an operation.
start() - Method in class me.prettyprint.cassandra.connection.NullOpTimer
 
start() - Method in class me.prettyprint.cassandra.connection.SpeedForJOpTimer
 
start - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
 
startToUse() - Method in class me.prettyprint.cassandra.connection.HThriftClient
 
stop(Object, String, boolean) - Method in interface me.prettyprint.cassandra.connection.HOpTimer
 
stop(Object, String, boolean) - Method in class me.prettyprint.cassandra.connection.NullOpTimer
 
stop(Object, String, boolean) - Method in class me.prettyprint.cassandra.connection.SpeedForJOpTimer
 
stopWatchTagName - Variable in class me.prettyprint.cassandra.service.Operation
The stopwatch used to measure operation performance
string(byte[]) - Static method in class me.prettyprint.cassandra.utils.StringUtils
Utility for converting bytes to strings.
StringKeyIterator - Class in me.prettyprint.cassandra.service
This class returns each key in the specified Column Family as an Iterator.
StringKeyIterator(Keyspace, String) - Constructor for class me.prettyprint.cassandra.service.StringKeyIterator
 
StringSerializer - Class in me.prettyprint.cassandra.serializers
A StringSerializer translates the byte[] to and from string using utf-8 encoding.
StringSerializer() - Constructor for class me.prettyprint.cassandra.serializers.StringSerializer
 
StringUtils - Class in me.prettyprint.cassandra.utils
Encoding and decoding utilities.
StringUtils() - Constructor for class me.prettyprint.cassandra.utils.StringUtils
 
SubColumnQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
Used to get the value of a subcolumn within a super column
SubCountQuery<K,SN,N> - Interface in me.prettyprint.hector.api.query
Counts sub columns for a of a key and a super column in a super column family
subDelete(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
Deletes a subcolumn of a supercolumn
subDelete(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Deletes a subcolumn of a supercolumn
subDeleteCounter(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
subDeleteCounter(K, String, SN, N, Serializer<SN>, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Deletes a subcolumn of a supercolumn for a counter
subSerializer - Variable in class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
subSliceQuery - Variable in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
SubSliceQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query for the call get_slice on subcolumns of a supercolumns.
SuperCfResult<K,SN,N> - Interface in me.prettyprint.cassandra.service.template
Holds the result for the contents of a super column.
SuperCfResultWrapper<K,SN,N> - Class in me.prettyprint.cassandra.service.template
Provides access to the current row of data during super column queries.
SuperCfResultWrapper(Serializer<K>, Serializer<SN>, Serializer<N>, ExecutionResult<Map<ByteBuffer, List<ColumnOrSuperColumn>>>) - Constructor for class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
 
SuperCfRowMapper<K,SN,N,V> - Interface in me.prettyprint.cassandra.service.template
Converts the contents of a given super column into an object.
SuperCfTemplate<K,SN,N> - Class in me.prettyprint.cassandra.service.template
 
SuperCfTemplate(Keyspace, String, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.template.SuperCfTemplate
 
SuperCfUpdater<K,SN,N> - Class in me.prettyprint.cassandra.service.template
This provides an interface of updating a specified row, most likely with the contents of an object.
SuperCfUpdater(SuperCfTemplate<K, SN, N>, ColumnFactory) - Constructor for class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
SuperColumnQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A SuperColumnQuery is used for querying the value of a single entire supercolumn from a SC family
SuperCountQuery<K,SN> - Interface in me.prettyprint.hector.api.query
Counts super column for a of a key in a super column family
superDelete(K, String, SN, Serializer<SN>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
superDelete(K, String, SN, Serializer<SN>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
Deletes a supercolumn immediately
superName - Variable in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
SuperRow<K,SN,N,V> - Interface in me.prettyprint.hector.api.beans
A SuperRow is a touple consisting of a Key and a SuperSlice.
SuperRowImpl<K,SN,N,V> - Class in me.prettyprint.cassandra.model
A SuperRow is a touple consisting of a Key and a SuperSlice.
SuperRows<K,SN,N,V> - Interface in me.prettyprint.hector.api.beans
Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
SuperRowsImpl<K,SN,N,V> - Class in me.prettyprint.cassandra.model
Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
SuperRowsImpl(Map<K, List<SuperColumn>>, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.SuperRowsImpl
 
SuperSlice<SN,N,V> - Interface in me.prettyprint.hector.api.beans
Represents a return of the get_slice query for supercolumns
SuperSliceCounterQuery<K,SN,N> - Interface in me.prettyprint.hector.api.query
A query for the call get_slice.
SuperSliceImpl<SN,N,V> - Class in me.prettyprint.cassandra.model
Represents a return of the get_slice query for supercolumns
SuperSliceImpl(List<SuperColumn>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.SuperSliceImpl
 
SuperSliceQuery<K,SN,N,V> - Interface in me.prettyprint.hector.api.query
A query for the call get_slice.
suspendCassandraHost(CassandraHost) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
Remove the HClientPool referenced by the CassandraHost from the active host pools.
suspendCassandraHost(String) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
suspendCassandraHost(String) - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
system_add_column_family(CfDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
system_add_keyspace(KsDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
system_drop_column_family(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
system_drop_keyspace(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
system_update_column_family(CfDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
system_update_keyspace(KsDef) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
SystemProperties - Enum in me.prettyprint.cassandra.service
System properties used by Hector.

T

template - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
 
template - Variable in class me.prettyprint.cassandra.service.template.SuperCfUpdater
 
ThriftCfDef - Class in me.prettyprint.cassandra.service
 
ThriftCfDef(CfDef) - Constructor for class me.prettyprint.cassandra.service.ThriftCfDef
 
ThriftCfDef(ColumnFamilyDefinition) - Constructor for class me.prettyprint.cassandra.service.ThriftCfDef
 
ThriftCfDef(String, String) - Constructor for class me.prettyprint.cassandra.service.ThriftCfDef
 
ThriftCfDef(String, String, ComparatorType) - Constructor for class me.prettyprint.cassandra.service.ThriftCfDef
 
ThriftCfDef(String, String, ComparatorType, List<ColumnDefinition>) - Constructor for class me.prettyprint.cassandra.service.ThriftCfDef
 
ThriftCluster - Class in me.prettyprint.cassandra.service
 
ThriftCluster(String, CassandraHostConfigurator) - Constructor for class me.prettyprint.cassandra.service.ThriftCluster
 
ThriftCluster(String, CassandraHostConfigurator, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.ThriftCluster
 
ThriftColumnDef - Class in me.prettyprint.cassandra.service
 
ThriftColumnDef(ColumnDef) - Constructor for class me.prettyprint.cassandra.service.ThriftColumnDef
 
ThriftColumnDef(ColumnDefinition) - Constructor for class me.prettyprint.cassandra.service.ThriftColumnDef
 
ThriftColumnFactory - Class in me.prettyprint.cassandra.model.thrift
 
ThriftColumnFactory() - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftColumnFactory
 
ThriftColumnFamilyTemplate<K,N> - Class in me.prettyprint.cassandra.service.template
Thrift specific implementation of ColumnFamilyTemplate
ThriftColumnFamilyTemplate(Keyspace, String, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
 
ThriftColumnQuery<K,N,V> - Class in me.prettyprint.cassandra.model.thrift
Thrift implementation of the ColumnQuery type.
ThriftColumnQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftColumnQuery
 
ThriftColumnQuery(Keyspace, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftColumnQuery
 
ThriftColumnQuery(Keyspace) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftColumnQuery
 
ThriftConverter - Class in me.prettyprint.cassandra.model.thrift
 
ThriftConverter() - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftConverter
 
ThriftCounterColumnQuery<K,N> - Class in me.prettyprint.cassandra.model.thrift
Thrift implementation of the ColumnQuery type.
ThriftCounterColumnQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
ThriftCounterColumnQuery(Keyspace) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftCounterColumnQuery
 
ThriftCountQuery<K,N> - Class in me.prettyprint.cassandra.model.thrift
Counts column for a standard column family
ThriftCountQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
ThriftFactory - Class in me.prettyprint.cassandra.model.thrift
Utility factory class for creating thrift objects.
ThriftFactory() - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftFactory
 
ThriftKsDef - Class in me.prettyprint.cassandra.service
 
ThriftKsDef(KsDef) - Constructor for class me.prettyprint.cassandra.service.ThriftKsDef
 
ThriftKsDef(String, String, int, List<ColumnFamilyDefinition>) - Constructor for class me.prettyprint.cassandra.service.ThriftKsDef
 
ThriftKsDef(String) - Constructor for class me.prettyprint.cassandra.service.ThriftKsDef
 
ThriftKsDef(KeyspaceDefinition) - Constructor for class me.prettyprint.cassandra.service.ThriftKsDef
 
ThriftMultigetSliceCounterQuery<K,N> - Class in me.prettyprint.cassandra.model.thrift
A query wrapper for the thrift call multiget_slice
ThriftMultigetSliceCounterQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
ThriftMultigetSliceQuery<K,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query wrapper for the thrift call multiget_slice
ThriftMultigetSliceQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
ThriftMultigetSubSliceQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query wrapper for the thrift call multiget_slice for subcolumns of supercolumns
ThriftMultigetSubSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
ThriftMultigetSuperSliceCounterQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
A query wrapper for the thrift call multiget_slice for a slice of supercolumns
ThriftMultigetSuperSliceCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
ThriftMultigetSuperSliceQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query wrapper for the thrift call multiget_slice for a slice of supercolumns
ThriftMultigetSuperSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
ThriftRangeSlicesCounterQuery<K,N> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_range_slices.
ThriftRangeSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
ThriftRangeSlicesQuery<K,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_range_slices.
ThriftRangeSlicesQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
ThriftRangeSubSlicesQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_range_slices for subcolumns of supercolumns
ThriftRangeSubSlicesQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
ThriftRangeSuperSlicesCounterQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_range_slices of supercolumns
ThriftRangeSuperSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
ThriftRangeSuperSlicesQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_range_slices of supercolumns
ThriftRangeSuperSlicesQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
ThriftSliceCounterQuery<K,N> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_slice
ThriftSliceCounterQuery(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
ThriftSliceQuery<K,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_slice
ThriftSliceQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
ThriftSubColumnQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
Thrift implementation of SubColumnQuery
ThriftSubColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSubColumnQuery
 
ThriftSubCountQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
Counts sub columns for a of a key and a super column in a super column family
ThriftSubCountQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
ThriftSubSliceQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_slice on subcolumns of a supercolumns.
ThriftSubSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
ThriftSuperCfTemplate<K,SN,N> - Class in me.prettyprint.cassandra.service.template
 
ThriftSuperCfTemplate(Keyspace, String, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.template.ThriftSuperCfTemplate
 
ThriftSuperColumnQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
Thrift implementation of the SuperColumnQuery
ThriftSuperColumnQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSuperColumnQuery
 
ThriftSuperCountQuery<K,SN> - Class in me.prettyprint.cassandra.model.thrift
Counts super column for a of a key in a super column family
ThriftSuperCountQuery(Keyspace, Serializer<K>, Serializer<SN>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
ThriftSuperSliceCounterQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_slice.
ThriftSuperSliceCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
ThriftSuperSliceQuery<K,SN,N,V> - Class in me.prettyprint.cassandra.model.thrift
A query for the thrift call get_slice.
ThriftSuperSliceQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
ThriftTypeInferringColumnQuery<K,N,V> - Class in me.prettyprint.cassandra.model.thrift
The same as ColumnQuery, but dynamically inferring the serializers needed to transform the key and column name to their binary form.
ThriftTypeInferringColumnQuery(Keyspace, Serializer<V>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftTypeInferringColumnQuery
 
ThriftTypeInferringColumnQuery(Keyspace) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftTypeInferringColumnQuery
 
TimeUUIDSerializer - Class in me.prettyprint.cassandra.serializers
A UUIDSerializer translates the byte[] to and from UUID types.
TimeUUIDSerializer() - Constructor for class me.prettyprint.cassandra.serializers.TimeUUIDSerializer
 
TIMEUUIDTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
TimeUUIDUtils - Class in me.prettyprint.cassandra.utils
Utilitary class to generate TimeUUID (type 1)
TimeUUIDUtils() - Constructor for class me.prettyprint.cassandra.utils.TimeUUIDUtils
 
toByte() - Method in enum me.prettyprint.hector.api.beans.AbstractComposite.ComponentEquality
 
toByteBuffer(T) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
toByteBuffer(String) - Method in class me.prettyprint.cassandra.serializers.AsciiSerializer
 
toByteBuffer(BigInteger) - Method in class me.prettyprint.cassandra.serializers.BigIntegerSerializer
 
toByteBuffer(Boolean) - Method in class me.prettyprint.cassandra.serializers.BooleanSerializer
 
toByteBuffer(ByteBuffer) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
toByteBuffer(byte[]) - Method in class me.prettyprint.cassandra.serializers.BytesArraySerializer
 
toByteBuffer(Character) - Method in class me.prettyprint.cassandra.serializers.CharSerializer
 
toByteBuffer(Composite) - Method in class me.prettyprint.cassandra.serializers.CompositeSerializer
 
toByteBuffer(Date) - Method in class me.prettyprint.cassandra.serializers.DateSerializer
 
toByteBuffer(Double) - Method in class me.prettyprint.cassandra.serializers.DoubleSerializer
 
toByteBuffer(DynamicComposite) - Method in class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
 
toByteBuffer(Float) - Method in class me.prettyprint.cassandra.serializers.FloatSerializer
 
toByteBuffer(Integer) - Method in class me.prettyprint.cassandra.serializers.IntegerSerializer
 
toByteBuffer(Object) - Method in class me.prettyprint.cassandra.serializers.JaxbSerializer
Extract bytes from the obj of type T
toByteBuffer(Long) - Method in class me.prettyprint.cassandra.serializers.LongSerializer
 
toByteBuffer(Object) - Method in class me.prettyprint.cassandra.serializers.ObjectSerializer
 
toByteBuffer(S) - Method in class me.prettyprint.cassandra.serializers.PrefixedSerializer
 
toByteBuffer(Short) - Method in class me.prettyprint.cassandra.serializers.ShortSerializer
 
toByteBuffer(String) - Method in class me.prettyprint.cassandra.serializers.StringSerializer
 
toByteBuffer(UUID) - Method in class me.prettyprint.cassandra.serializers.TimeUUIDSerializer
 
toByteBuffer(T) - Method in class me.prettyprint.cassandra.serializers.TypeInferringSerializer
 
toByteBuffer(UUID) - Method in class me.prettyprint.cassandra.serializers.UUIDSerializer
 
toByteBuffer(Object...) - Static method in class me.prettyprint.hector.api.beans.Composite
 
toByteBuffer(List<?>) - Static method in class me.prettyprint.hector.api.beans.Composite
 
toByteBuffer(Object...) - Static method in class me.prettyprint.hector.api.beans.DynamicComposite
 
toByteBuffer(List<?>) - Static method in class me.prettyprint.hector.api.beans.DynamicComposite
 
toByteBuffer(T) - Method in interface me.prettyprint.hector.api.Serializer
Extract bytes from the obj of type T
toBytes(T) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
toBytes(T) - Method in interface me.prettyprint.hector.api.Serializer
 
toBytesList(List<T>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
toBytesList(List<ByteBuffer>) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
toBytesList(List<T>) - Method in interface me.prettyprint.hector.api.Serializer
 
toBytesMap(Map<T, V>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
toBytesMap(Map<ByteBuffer, V>) - Method in class me.prettyprint.cassandra.serializers.ByteBufferSerializer
 
toBytesMap(Map<T, V>) - Method in interface me.prettyprint.hector.api.Serializer
 
toBytesSet(List<T>) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
 
toBytesSet(List<T>) - Method in interface me.prettyprint.hector.api.Serializer
 
topSerializer - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
The serializer for a standard column name or a super-column name
toString() - Method in class me.prettyprint.cassandra.connection.HThriftClient
 
toString() - Method in class me.prettyprint.cassandra.model.AbstractColumnQuery
 
toString() - Method in class me.prettyprint.cassandra.model.AbstractSubColumnQuery
 
toString() - Method in class me.prettyprint.cassandra.model.AbstractSuperColumnQuery
 
toString() - Method in class me.prettyprint.cassandra.model.ColumnSliceImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterRowImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterRowsImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterSliceImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterSuperRowImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterSuperRowsImpl
 
toString() - Method in class me.prettyprint.cassandra.model.CounterSuperSliceImpl
 
toString() - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
 
toString() - Method in class me.prettyprint.cassandra.model.ExecutionResult
 
toString() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
toString() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
toString() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
toString() - Method in class me.prettyprint.cassandra.model.HKeyRange
 
toString() - Method in class me.prettyprint.cassandra.model.HSlicePredicate
 
toString() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
toString() - Method in class me.prettyprint.cassandra.model.MultigetCountQuery
 
toString() - Method in class me.prettyprint.cassandra.model.MutationResultImpl
 
toString() - Method in class me.prettyprint.cassandra.model.MutatorImpl
 
toString() - Method in class me.prettyprint.cassandra.model.QueryResultImpl
 
toString() - Method in class me.prettyprint.cassandra.model.RowImpl
 
toString() - Method in class me.prettyprint.cassandra.model.RowsImpl
 
toString() - Method in class me.prettyprint.cassandra.model.SuperRowImpl
 
toString() - Method in class me.prettyprint.cassandra.model.SuperRowsImpl
 
toString() - Method in class me.prettyprint.cassandra.model.SuperSliceImpl
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftCountQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSubSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftMultigetSuperSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSuperSlicesQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubCountQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSubSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperCountQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceCounterQuery
 
toString() - Method in class me.prettyprint.cassandra.model.thrift.ThriftSuperSliceQuery
 
toString() - Method in class me.prettyprint.cassandra.service.CassandraHost
 
toString() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
 
toString() - Method in class me.prettyprint.cassandra.service.KeyspaceServiceImpl
 
toString() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
toString() - Method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
toString() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
toString() - Method in class me.prettyprint.hector.api.beans.AbstractComposite.Component
 
toStringInternal() - Method in class me.prettyprint.cassandra.model.AbstractSliceQuery
 
toThrift() - Method in class me.prettyprint.cassandra.model.HColumnImpl
 
toThrift() - Method in class me.prettyprint.cassandra.model.HCounterColumnImpl
 
toThrift() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
 
toThrift() - Method in class me.prettyprint.cassandra.model.HKeyRange
 
toThrift() - Method in class me.prettyprint.cassandra.model.HSlicePredicate
Will throw a runtime exception if neither columnsNames nor count were set.
toThrift() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
 
toThrift() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
 
toThrift() - Method in class me.prettyprint.cassandra.service.ThriftKsDef
 
toThriftList(List<ColumnFamilyDefinition>) - Static method in class me.prettyprint.cassandra.service.ThriftCfDef
 
toThriftList(List<ColumnDefinition>) - Static method in class me.prettyprint.cassandra.service.ThriftColumnDef
 
toUUID(byte[]) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Returns an instance of uuid.
translate(Throwable) - Method in interface me.prettyprint.cassandra.service.ExceptionsTranslator
 
translate(Throwable) - Method in class me.prettyprint.cassandra.service.ExceptionsTranslatorImpl
 
truncate(String) - Method in class me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper
 
truncate(String, String) - Method in class me.prettyprint.cassandra.service.AbstractCluster
 
truncate(String, String) - Method in interface me.prettyprint.hector.api.Cluster
 
TypeInferringSerializer<T> - Class in me.prettyprint.cassandra.serializers
A serializer that dynamically delegates to a proper serializer based on the value passed
TypeInferringSerializer() - Constructor for class me.prettyprint.cassandra.serializers.TypeInferringSerializer
 

U

unprefixKeyRange(KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
unprefixKeyRange(KeyRange) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
unprefixKeySlice(KeySlice) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
unprefixKeySlice(List<KeySlice>) - Method in class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
unsuspendCassandraHost(CassandraHost) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
The opposite of suspendCassandraHost, places the pool back into selection
unsuspendCassandraHost(String) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
unsuspendCassandraHost(String) - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
 
update() - Method in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
To be overridden by folks choosing to add their own functionality.
update(ColumnFamilyUpdater<K, N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
 
update(SuperCfUpdater<K, SN, N>) - Method in class me.prettyprint.cassandra.service.template.SuperCfTemplate
Calls SuperCfUpdater.updateInternal() and AbstractTemplateUpdater.update() in that order before invoking AbstractColumnFamilyTemplate.executeIfNotBatched(Mutator) on the underlying upater's Mutator
updateColumnFamily(ColumnFamilyDefinition) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
updateColumnFamily(ColumnFamilyDefinition, boolean) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
updateColumnFamily(ColumnFamilyDefinition) - Method in interface me.prettyprint.hector.api.Cluster
Updates a column family and does not wait for schema agreement.
updateColumnFamily(ColumnFamilyDefinition, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Update a column family and wait for schema cluster agreement if blockUntilComplete is set to true.
updateKeyspace(KeyspaceDefinition) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
updateKeyspace(KeyspaceDefinition, boolean) - Method in class me.prettyprint.cassandra.service.ThriftCluster
 
updateKeyspace(KeyspaceDefinition) - Method in interface me.prettyprint.hector.api.Cluster
Updates the Keyspace from the cluster without waiting for schema agreement.
updateKeyspace(KeyspaceDefinition, boolean) - Method in interface me.prettyprint.hector.api.Cluster
Updates the Keyspace and wait for schema cluster agreement if blockUntilComplete is set to true.
updateKnownHosts() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
 
updateKnownHosts() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
Tells all pulls to update their list of known hosts.
useCompression() - Method in class me.prettyprint.cassandra.model.CqlQuery
 
UTF8TYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 
uuid(byte[], int) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
 
uuid(ByteBuffer) - Static method in class me.prettyprint.cassandra.utils.TimeUUIDUtils
Converts a ByteBuffer containing a UUID into a java.util.UUID
UUIDSerializer - Class in me.prettyprint.cassandra.serializers
A UUIDSerializer translates the byte[] to and from UUID types.
UUIDSerializer() - Constructor for class me.prettyprint.cassandra.serializers.UUIDSerializer
 
UUIDTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
 

V

valueOf(String) - Static method in enum me.prettyprint.cassandra.model.HSlicePredicate.PredicateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.cassandra.service.CassandraClientMonitor.Counter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.cassandra.service.ExhaustedPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.cassandra.service.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.cassandra.service.SystemProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.hector.api.beans.AbstractComposite.ComponentEquality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.hector.api.ddl.ColumnIndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.hector.api.ddl.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.prettyprint.hector.api.HConsistencyLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.prettyprint.cassandra.model.HSlicePredicate.PredicateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.cassandra.service.CassandraClientMonitor.Counter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.cassandra.service.ExhaustedPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.cassandra.service.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.cassandra.service.SystemProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.hector.api.beans.AbstractComposite.ComponentEquality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.hector.api.ddl.ColumnIndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.hector.api.ddl.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.prettyprint.hector.api.HConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
valueSerializer - Variable in class me.prettyprint.cassandra.model.AbstractQuery
 
VirtualKeyspaceCassandraClient - Class in me.prettyprint.cassandra.service
 
VirtualKeyspaceCassandraClient(Cassandra.Client, ByteBuffer) - Constructor for class me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient
 
VirtualKeyspaceOperation<T> - Class in me.prettyprint.cassandra.service
 
VirtualKeyspaceOperation(Operation<T>, ByteBuffer) - Constructor for class me.prettyprint.cassandra.service.VirtualKeyspaceOperation
 
VirtualKeyspaceServiceImpl - Class in me.prettyprint.cassandra.service
 
VirtualKeyspaceServiceImpl(String, E, Serializer<E>, ConsistencyLevelPolicy, HConnectionManager, FailoverPolicy) - Constructor for class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 
VirtualKeyspaceServiceImpl(String, E, Serializer<E>, ConsistencyLevelPolicy, HConnectionManager, FailoverPolicy, Map<String, String>) - Constructor for class me.prettyprint.cassandra.service.VirtualKeyspaceServiceImpl
 

W

waitForSchemaAgreement(Cassandra.Client) - Static method in class me.prettyprint.cassandra.service.AbstractCluster
 
write(int) - Method in class me.prettyprint.cassandra.io.ChunkOutputStream
 
write(int) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
write(byte[]) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
write(ByteBuffer) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
Add a buffer to the output without copying, if possible.
writeChar(char) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
writeDouble(double) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
writeFloat(float) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
writeInt(int) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
writeLong(long) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 
writeShort(short) - Method in class me.prettyprint.cassandra.utils.ByteBufferOutputStream
 

X

xtrans - Variable in class me.prettyprint.cassandra.service.AbstractCluster
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2011. All Rights Reserved.