- 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
-
- AbstractLockManager - Class in me.prettyprint.cassandra.locking
-
- AbstractLockManager(Cluster, Keyspace, HLockManagerConfigurator) - Constructor for class me.prettyprint.cassandra.locking.AbstractLockManager
-
- AbstractLockManager(Cluster) - Constructor for class me.prettyprint.cassandra.locking.AbstractLockManager
-
- AbstractLockManager(Cluster, HLockManagerConfigurator) - Constructor for class me.prettyprint.cassandra.locking.AbstractLockManager
-
- AbstractLockManager(Cluster, Keyspace) - Constructor for class me.prettyprint.cassandra.locking.AbstractLockManager
-
- 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
-
- accept(C) - Method in interface me.prettyprint.cassandra.service.template.SliceFilter
-
Determine if the column should be included in the slice
- acquire(HLock) - Method in class me.prettyprint.cassandra.locking.HLockManagerImpl
-
- acquire(HLock, long) - Method in class me.prettyprint.cassandra.locking.HLockManagerImpl
-
Acquires a lock represented by lock.getPath and filling up the lockId with
a unique client/caller lock id.
- acquire(HLock, long) - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
Acquires a lock represented by lock.getPath and filling up the lockId with
a unique client/caller lock id.
- acquire(HLock) - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
Acquires a lock represented by lock.getPath and filling up the lockId with
a unique client/caller lock id.
- acquired(HLock) - Method in interface me.prettyprint.hector.api.locking.HLockObserver
-
The lock is acquired
- 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
-
add(int,Object) is the primary method that adds elements
to the list.
- addAll(Collection<? extends Object>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
-
For education purposes, when addAll is called, it ultimately
ends up calling add(int,Object).
- addAll(int, Collection<? extends Object>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
-
Method is similar to addAll(Collection extends Object>) in that
it ends up calling AbstractComposite.add(int,Object).
- 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 waitForSchemaAgreement
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
-
- addComponent(int, T, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.DynamicComposite
-
- addComponent(T, Serializer<T>) - Method in class me.prettyprint.hector.api.beans.DynamicComposite
-
- addComponent(T, Serializer<T>, String) - Method in class me.prettyprint.hector.api.beans.DynamicComposite
-
- addComponent(T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.DynamicComposite
-
- addComponent(int, T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class me.prettyprint.hector.api.beans.DynamicComposite
-
- 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, String, N, N, Serializer<N>) - Method in class me.prettyprint.cassandra.model.MutatorImpl
-
Adds a Range-Deletion to the underlying batch_mutate call.
- addDeletion(K, String, N, N, Serializer<N>, long) - Method in class me.prettyprint.cassandra.model.MutatorImpl
-
Adds a Range-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.
- addDeletion(K, String, N, N, Serializer<N>) - Method in interface me.prettyprint.hector.api.mutation.Mutator
-
Adds a Range-Deletion to the underlying batch_mutate call.
- addDeletion(K, String, N, N, Serializer<N>, long) - Method in interface me.prettyprint.hector.api.mutation.Mutator
-
Adds a Range-Deletion to the underlying batch_mutate call.
- addEqualsExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- addEqualsExpression(N, V) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- addEqualsExpression(N, V) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- addExpression(N, IndexOperator, V) - Method in class me.prettyprint.cassandra.service.template.IndexedSlicesPredicate
-
- addGteExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- addGteExpression(N, V) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- addGteExpression(N, V) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- addGtExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- addGtExpression(N, V) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- addGtExpression(N, V) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- 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
-
- 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 waitForSchemaAgreement
is set to true.
- addListener(String, ConnectionManagerListener) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
-
adds a listener in order to execute some operations when a status of a host changes
- addLteExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- addLteExpression(N, V) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- addLteExpression(N, V) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- addLtExpression(N, V) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- addLtExpression(N, V) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- addLtExpression(N, V) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- addSubCounterColumn(HCounterColumn<N>) - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
-
- addSubCounterColumn(HCounterColumn<N>) - Method in interface me.prettyprint.hector.api.beans.HCounterSuperColumn
-
- 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.
- addToExpressions(IndexExpression) - Method in class me.prettyprint.cassandra.model.HKeyRange
-
- 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
-
- authenticateClient(Socket, Subject, String) - Static method in class me.prettyprint.cassandra.connection.security.KerberosHelper
-
Authenticate client to use this service and return secure context
- cassandraClient - Variable in class me.prettyprint.cassandra.connection.client.HThriftClient
-
- 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
-
Creates a new CassandraHostConfigurator from the specified hosts String, formatted as
host[:port][,host[:port]...].
- CassandraHostRetryService - Class in me.prettyprint.cassandra.connection
-
- CassandraHostRetryService(HConnectionManager, HClientFactory, CassandraHostConfigurator, ConnectionManagerListenersHandler) - 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
-
- ChunkOutputStream(Keyspace, String, T, Serializer<T>, int) - Constructor for class me.prettyprint.cassandra.io.ChunkOutputStream
-
- clear() - Method in class me.prettyprint.cassandra.connection.ConnectionManagerListenersHandler
-
- 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.ClearCounterRow
-
Clear the counter columns.
- 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
-
- clearAuthentication() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Clears current authentication
- clearAuthentication() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Clears current authentication
- ClearCounterRow<K,N> - Class in me.prettyprint.cassandra.service
-
Resets each counter counter column in the row to zero.
- ClearCounterRow(Keyspace, Serializer<K>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.service.ClearCounterRow
-
- clock - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
-
An optional clock value to pass to deletes.
- clock - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
-
- ClockResolution - Interface in me.prettyprint.hector.api
-
Clock interface to allow client define their own behavior for Clock Resolution.
- close() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Close this client and its underlying connection.
- close() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Close this client and its underlying connection.
- close() - Method in class me.prettyprint.cassandra.io.ChunkOutputStream
-
- cluster - Variable in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- Cluster - Interface in me.prettyprint.hector.api
-
- COLLECTIONTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- 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.dao.SimpleCassandraDao
-
- 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.
- ColumnFamilyResultIterator - Class in me.prettyprint.cassandra.service.template
-
- ColumnFamilyResultIterator(ColumnFamilyResult<?, ?>) - Constructor for class me.prettyprint.cassandra.service.template.ColumnFamilyResultIterator
-
- 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
-
- ColumnFamilyRowCopy<K,N> - Class in me.prettyprint.cassandra.service
-
Copys all the columns in the source row to the destination row.
- ColumnFamilyRowCopy(Keyspace, Serializer<K>) - Constructor for class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
- 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
-
- 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
-
Iterates over the column slice, refreshing until all qualifing columns are
retrieved. If column deletion can occur synchronously with calls to
hasNext(),
the column name object type must override Object.equals().
- ColumnSliceIterator(SliceQuery<K, N, V>, N, N, boolean) - Constructor for class me.prettyprint.cassandra.service.ColumnSliceIterator
-
Constructor
- ColumnSliceIterator(SliceQuery<K, N, V>, N, N, boolean, int) - 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(SliceQuery<K, N, V>, N, ColumnSliceIterator.ColumnSliceFinish<N>, boolean, int) - 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(HClientFactory, CassandraHost, CassandraClientMonitor) - 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
-
- ConnectionManagerEmptyListener - Class in me.prettyprint.cassandra.connection
-
- ConnectionManagerEmptyListener() - Constructor for class me.prettyprint.cassandra.connection.ConnectionManagerEmptyListener
-
- ConnectionManagerListener - Interface in me.prettyprint.cassandra.connection
-
- ConnectionManagerListenersHandler - Class in me.prettyprint.cassandra.connection
-
- ConnectionManagerListenersHandler() - Constructor for class me.prettyprint.cassandra.connection.ConnectionManagerListenersHandler
-
- consistency - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- 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 - Variable in class me.prettyprint.cassandra.service.template.AbstractColumnFamilyTemplate
-
- 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
-
- copy() - Method in class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
Copy the source row to the destination row.
- count - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
-
- count(int) - Method in class me.prettyprint.cassandra.service.template.IndexedSlicesPredicate
-
- 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
- cql3 - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- 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
- cqlVersion - Variable in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- cqlVersion - Variable in class me.prettyprint.cassandra.model.ExecutingKeyspace
-
- createClient(CassandraHost) - Method in interface me.prettyprint.cassandra.connection.factory.HClientFactory
-
Creates a Hector Client against the host represented by ch
- createClient(CassandraHost) - Method in class me.prettyprint.cassandra.connection.factory.HKerberosSaslThriftClientFactoryImpl
-
Creates a Hector Client against the host represented by ch
- createClient(CassandraHost) - Method in class me.prettyprint.cassandra.connection.factory.HKerberosSecuredThriftClientFactoryImpl
-
Creates a Hector Client against the host represented by ch
- createClient(CassandraHost) - Method in class me.prettyprint.cassandra.connection.factory.HThriftClientFactoryImpl
-
Creates a Hector Client against the host represented by ch
- 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
-
- 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
-
Deprecated.
use getOrCreateCluster instead
- 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
-
Creates a column with a user-specified clock.
- createColumn(N, V, long) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
Creates a column without specifying serializers.
- createColumn(N, V) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
Creates a column without specifying serializers.
- createColumn(N, V, long, int, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
Create a column with a user-defined clock and TTL (DEFINED IN SECONDS SINCE THE TIMESTAMP [aka "clock"]).
- createColumn(N, V, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
- createColumn(N, V, int, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
Similar to the four argument version (including the clock creation) except
we accept a TTL (DEFINED IN SECONDS SINCE THE TIMESTAMP [aka "clock"])
- 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(HClientFactory, CassandraHost, CassandraClientMonitor) - Method in class me.prettyprint.cassandra.connection.DynamicLoadBalancingPolicy
-
- createConnection(HClientFactory, CassandraHost, CassandraClientMonitor) - Method in class me.prettyprint.cassandra.connection.LeastActiveBalancingPolicy
-
- createConnection(HClientFactory, CassandraHost, CassandraClientMonitor) - Method in interface me.prettyprint.cassandra.connection.LoadBalancingPolicy
-
Creates a connection pool for host.
- createConnection(HClientFactory, CassandraHost, CassandraClientMonitor) - 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>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
Create a counter column with a name and long value
- createCounterColumn(String, long) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
Convenient method for creating a counter column with a String name and long value
- createCounterColumn(N, long, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- createCounterColumn(String, long) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- 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(Serializer<K>, Serializer<N>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
- createCounterColumnQuery(Serializer<K>, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- createCounterColumnQuery(Keyspace, Serializer<K>, Serializer<N>) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
- createCounterSliceQuery(Serializer<K>, Serializer<N>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
- createCounterSliceQuery(Serializer<K>, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- 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>) - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
- createCounterSuperColumn(SN, List<HCounterColumn<N>>, Serializer<SN>, Serializer<N>) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- 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
-
- createFactory(CassandraHostConfigurator) - Static method in class me.prettyprint.cassandra.connection.factory.HClientFactoryProvider
-
- createIndexedSlicesQuery(Keyspace, Serializer<K>, Serializer<N>, Serializer<V>) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
Deprecated.
- 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.
- createLock(String) - Method in class me.prettyprint.cassandra.locking.HLockManagerImpl
-
- createLock(String) - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
Creates a lock instance to use later on acquire(HLock)
- 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
-
- createRangeSubSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - 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
-
- createSubSliceCounterQuery(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() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
-
- 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
-
- 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
-
- DATETYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- DECIMALTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- 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
-
- DEF_TTL - Static variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
-
- 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_CONNECT_TIME - Static variable in class me.prettyprint.cassandra.service.CassandraHost
-
The default number of milliseconds (since creation time) we'll allow a connection
to stay open.
- DEFAULT_MAX_EXHAUSTED_TIME_BEFORE_MARKING_AS_DOWN - Static variable in class me.prettyprint.cassandra.service.CassandraHost
-
The default max exhausted time before suspending.
- DEFAULT_MAX_FRAME_SIZE - Static variable in class me.prettyprint.cassandra.service.CassandraHost
-
By default, match TFramedTransport's default max frame size (Integer.MAX_VALUE).
- DEFAULT_MAX_LAST_SUCCESS_TIME - Static variable in class me.prettyprint.cassandra.service.CassandraHost
-
The default number of milliseconds (since last success) we'll allow a connection
to stay open.
- 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_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_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)
- DEFAUT_LOCK_MANAGER_CF - Static variable in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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
-
- 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.
- disconnected(HLock) - Method in interface me.prettyprint.hector.api.locking.HLockObserver
-
The lock was lost/disconnected.
- discoverNodes() - Method in class me.prettyprint.cassandra.connection.NodeDiscovery
-
Find any unknown nodes in the cassandra ring
- doAddNodes() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
-
- doAddNodes() - Method in class me.prettyprint.cassandra.connection.NodeAutoDiscoverService
-
- doAddNodes() - Method in class me.prettyprint.cassandra.connection.NodeDiscovery
-
Find any nodes that are not already in the connection manager but are in
the cassandra ring and add them
- doExecute(KeyspaceOperationCallback<T>) - Method in class me.prettyprint.cassandra.model.ExecutingKeyspace
-
- doExecute(KeyspaceOperationCallback<T>) - Method in class me.prettyprint.cassandra.model.ExecutingVirtualKeyspace
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, ColumnFamilyRowMapper<K, N, R>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, R>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, HSlicePredicate<N>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, ColumnFamilyRowMapper<K, N, R>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
-
- doExecuteIndexedSlices(IndexedSlicesPredicate<K, N, V>, HSlicePredicate<N>, ColumnFamilyRowMapper<K, N, R>) - Method in class me.prettyprint.cassandra.service.template.ThriftColumnFamilyTemplate
-
- 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
-
- dontRetry - Variable in class me.prettyprint.cassandra.service.FailoverPolicy
-
Optional set of classes representing Exceptions/Errors for which retry should not happen.
- 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
-
- DOUBLETYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- DoubleTypeSerializer - Class in me.prettyprint.cassandra.serializers
-
Serialization class to use with Cassandras DoubleType.
- DoubleTypeSerializer() - Constructor for class me.prettyprint.cassandra.serializers.DoubleTypeSerializer
-
- 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 waits for schema cluster agreement if waitForSchemaAgreement
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 waits for schema cluster agreement if waitForSchemaAgreement
is set to true.
- DUMMY_VALUE - Static variable in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- 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
-
- 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.BigDecimalSerializer
-
- 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.CompositeSerializer
-
- 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.DoubleTypeSerializer
-
- 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.FloatTypeSerializer
-
- 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
-
- getAppConfigurationEntry(String) - Method in class me.prettyprint.cassandra.connection.client.HSaslThriftClient.KerberosUserConfiguration
-
- 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
-
- getAutoDiscoveryDataCenters() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Retrieves the 'local' datacenter names that the DiscoveryService recognizes as valid
in order to discover new hosts.
- getAutoDiscoveryDelayInSeconds() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- getBackOffRetryDelayInMillis() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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 interface me.prettyprint.cassandra.connection.client.HClient
-
Returns a new Cassandra.Client on each invocation using the underlying
transport.
- getCassandra(String) - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Returns a new Cassandra.Client on each invocation using the underlying
transport.
- getCassandra() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Returns a new Cassandra.Client on each invocation using the underlying
transport.
- getCassandra(String) - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Returns a new Cassandra.Client on each invocation using the underlying
transport.
- getCassandraHost() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Retrieves the CassandraHost associate to this client.
- getCassandraHost() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Retrieves the CassandraHost associate to this client.
- 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
-
- getClientFactoryClass() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- 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
-
Wrapped call to keyspace.createClock
To Specify a clock for a group of operations, use
AbstractTemplateUpdater instead
- getClock() - Method in interface me.prettyprint.hector.api.beans.HColumn
-
- getClock() - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
-
- getClockResolution() - Static method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- getCluster() - Method in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- 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
-
- getCluster() - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
the Cluster this Lock Manager is running on
- 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
-
- 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.RangeSubSlicesCounterQuery
-
- getColumnNames() - Method in interface me.prettyprint.hector.api.query.SubSliceCounterQuery
-
- 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
-
- getCompactionStrategy() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getCompactionStrategy() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getCompactionStrategy() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- getCompactionStrategyOptions() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getCompactionStrategyOptions() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getCompactionStrategyOptions() - 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.BigDecimalSerializer
-
- 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
-
- getCompressionOptions() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getCompressionOptions() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getCompressionOptions() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- getConfigurableConsistencyLevelPolicy() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- getConfigurator() - Method in class me.prettyprint.cassandra.service.AbstractCluster
-
- getConnectionManager() - Method in class me.prettyprint.cassandra.service.AbstractCluster
-
- getConnectionManager() - Method in interface me.prettyprint.hector.api.Cluster
-
- getConsistency() - Method in class me.prettyprint.cassandra.model.CqlQuery
-
- getConsistencyLevel() - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- 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 Column 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
-
- getCqlVersion() - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- getCreatedTime() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Returns the time that this HClient was created.
- getCreatedTime() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Returns the time that this HClient was created.
- 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 class me.prettyprint.cassandra.service.template.AbstractResultWrapper
-
- getDouble(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
-
- getDouble(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
-
- getDouble(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
-
- 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
-
Deprecated.
does the same thing as getClock() will be removed in a future release
- 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
-
- getExhaustedPoolNames() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
-
- getExhaustedPoolNames() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
-
List of exhausted pools.
- getExhaustedTime() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
-
- getExhaustedTime() - Method in interface me.prettyprint.cassandra.connection.PoolMetric
-
- getFloat(N) - Method in class me.prettyprint.cassandra.service.template.AbstractResultWrapper
-
- getFloat(N) - Method in interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
-
- getFloat(SN, N) - Method in interface me.prettyprint.cassandra.service.template.SuperCfResult
-
- getFloat(SN, N) - Method in class me.prettyprint.cassandra.service.template.SuperCfResultWrapper
-
- 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
-
- getHeartbeat() - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- getHost() - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- getHost() - Method in exception me.prettyprint.hector.api.exceptions.HectorException
-
- getHosts() - Method in class me.prettyprint.cassandra.connection.HConnectionManager
-
- getHostsUsed() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
- 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
-
- 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
-
- getKeyAlias() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getKeyAlias() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getKeyAlias() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- 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.locking.AbstractLockManager
-
- getKeyspace() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- getKeyspace() - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
- 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
-
- getKeyspaceName() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- getKeyValidationAlias() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getKeyValidationAlias() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getKeyValidationAlias() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- 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
-
- getLastSuccessTime() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Retrieves the time of the last success in milliseconds.
- getLastSuccessTime() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Retrieves the time of the last success in milliseconds.
- 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
-
- getLockId() - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- getLockId() - Method in interface me.prettyprint.hector.api.locking.HLock
-
- getLockManagerCF() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- getLockManagerConfigurator() - Method in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- getLockManagerConfigurator() - Method in interface me.prettyprint.hector.api.locking.HLockManager
-
- getLocksTTLInMillis() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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
-
- getMaxConnectTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- getMaxConnectTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
The maximum time in milliseconds that we'll allow a connection to stay open to a host.
- getMaxExhaustedTimeBeforeMarkingAsDown() - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- getMaxFrameSize() - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- getMaxLastSuccessTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- getMaxLastSuccessTimeMillis() - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
The maximum time in milliseconds that we'll allow a connection to stay idle to a host.
- getMaxSelectSize() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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
-
- getMergeShardsChance() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getMergeShardsChance() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getMergeShardsChance() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- getMessage() - Method in exception me.prettyprint.hector.api.exceptions.HectorException
-
- 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
-
- 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
- getMutationMap() - Method in class me.prettyprint.cassandra.service.BatchMutation
-
- getName() - Method in class me.prettyprint.cassandra.connection.ConcurrentHClientPool
-
- getName() - Method in class me.prettyprint.cassandra.connection.ConnectionManagerEmptyListener
-
- getName() - Method in interface me.prettyprint.cassandra.connection.ConnectionManagerListener
-
- 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
-
- getNumberOfLockObserverThreads() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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.
- getNumRenewedIdleConnections() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
-
- getNumRenewedIdleConnections() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
-
Total number of connections created due to previous idle connections.
- getNumRenewedTooLongConnections() - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
-
- getNumRenewedTooLongConnections() - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
-
Total number of connections created due to previous too long connections.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class me.prettyprint.cassandra.jndi.CassandraClientJndiResourceFactory
-
Creates an object using the location or reference information specified.
- getObserver() - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- getObserver() - Method in interface me.prettyprint.hector.api.locking.HLock
-
Get the observer for this lock
- 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
-
Calls the three argument version with a null credentials map.
- getOrCreateCluster(String, CassandraHostConfigurator, Map<String, String>) - 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
-
- getPath() - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- getPath() - Method in interface me.prettyprint.hector.api.locking.HLock
-
- getPendingMutationCount() - Method in class me.prettyprint.cassandra.model.MutatorImpl
-
- getPendingMutationCount() - Method in interface me.prettyprint.hector.api.mutation.Mutator
-
Get the size of the pending mutations map
- 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
-
Retrieves a pool from the collection of pools excluding excludeHosts.
- 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
-
- getReplicationFactor() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- getReplicationStrategyClass() - Method in interface me.prettyprint.cassandra.service.spring.HectorTemplate
-
- getReplicationStrategyClass() - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- getRes() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultIterator
-
- 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
-
- getRowCacheKeysToSave() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getRowCacheKeysToSave() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getRowCacheKeysToSave() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- getRowCacheProvider() - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- getRowCacheProvider() - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- getRowCacheProvider() - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- 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
-
- getRowCount() - Method in class me.prettyprint.cassandra.model.HKeyRange
-
- getRowCount() - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- getRowCount() - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- getRowCount() - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- getRowCountPerQueryUsed() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Returns the RowCount per query used in this operation
- 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 interface me.prettyprint.cassandra.connection.client.HClient
-
Retrieves the time in milliseconds since this client was used last time.
- getSinceLastUsed() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Retrieves the time in milliseconds since this client was used last time.
- getSize() - Method in class me.prettyprint.cassandra.model.HCounterSuperColumnImpl
-
- getSize() - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
-
- getSize() - Method in class me.prettyprint.cassandra.service.BatchMutation
-
Return the current size of the underlying map
- 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
-
- getSourcePrinciple(GSSContext) - Static method in class me.prettyprint.cassandra.connection.security.KerberosHelper
-
- 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
-
- getSubColumnByName(N) - Method in class me.prettyprint.cassandra.model.HSuperColumnImpl
-
- getSubColumnByName(N) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
-
- 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
-
- 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
-
- getThreadCountUsed() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Number of threads used to call Cassandra
- 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
-
- 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
-
- getTotalExecutionTimeMicro() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
How long the operation took to execute in MICRO-seconds.
- getTotalExecutionTimeNano() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
How long the operation took to execute in NANO-seconds.
- getTSSLTransportParameters() - Static method in class me.prettyprint.cassandra.connection.security.SSLHelper
-
build TSSLTranportParameters by getting trust store path, trust store password,
ssl protocol (default SSL) , store type (default JKS), cipher suites
- 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
-
- globalTtl - Variable in class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
-
- 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.locking.HLockImpl
-
- 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
-
- hashCode() - Method in class me.prettyprint.hector.api.ddl.ComparatorType
-
- 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
-
Deprecated.
- hasNext() - Method in class me.prettyprint.cassandra.service.MultigetSliceIterator
-
- hasNext() - Method in class me.prettyprint.cassandra.service.RangeSlicesIterator
-
- hasNext() - Method in class me.prettyprint.cassandra.service.SliceCounterIterator
-
- hasNext() - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultIterator
-
- 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
-
- HClient - Interface in me.prettyprint.cassandra.connection.client
-
Hector Client Interface.
- HClientFactory - Interface in me.prettyprint.cassandra.connection.factory
-
Basic interface for all implementations of this factory.
- HClientFactoryProvider - Class in me.prettyprint.cassandra.connection.factory
-
- HClientFactoryProvider() - Constructor for class me.prettyprint.cassandra.connection.factory.HClientFactoryProvider
-
- 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
-
- HCounterSuperColumnImpl(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
-
- HKerberosSaslThriftClientFactoryImpl - Class in me.prettyprint.cassandra.connection.factory
-
- HKerberosSaslThriftClientFactoryImpl() - Constructor for class me.prettyprint.cassandra.connection.factory.HKerberosSaslThriftClientFactoryImpl
-
- HKerberosSecuredThriftClientFactoryImpl - Class in me.prettyprint.cassandra.connection.factory
-
Client Factory that provides Secure sockets using Kerberos as authentication
mechanism.
- HKerberosSecuredThriftClientFactoryImpl() - Constructor for class me.prettyprint.cassandra.connection.factory.HKerberosSecuredThriftClientFactoryImpl
-
- HKerberosThriftClient - Class in me.prettyprint.cassandra.connection.client
-
Hector client that authenticate against kerberos.
- HKerberosThriftClient(Subject, CassandraHost, String) - Constructor for class me.prettyprint.cassandra.connection.client.HKerberosThriftClient
-
Constructor
- HKerberosThriftClient(Subject, CassandraHost, String, TSSLTransportFactory.TSSLTransportParameters) - Constructor for class me.prettyprint.cassandra.connection.client.HKerberosThriftClient
-
Constructor
- 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
-
- HLock - Interface in me.prettyprint.hector.api.locking
-
A Lock whose path refers to a common path/id clients compete to acquire.
- HLockDisconnecteException - Exception in me.prettyprint.hector.api.locking
-
Thrown when our heart beat can't renew our lock
- HLockDisconnecteException(String) - Constructor for exception me.prettyprint.hector.api.locking.HLockDisconnecteException
-
- HLockImpl - Class in me.prettyprint.cassandra.locking
-
Default Lock implementation of
HLock
- HLockImpl(String, String) - Constructor for class me.prettyprint.cassandra.locking.HLockImpl
-
- HLockManager - Interface in me.prettyprint.hector.api.locking
-
Entity responsible for managing locks acquisition.
- HLockManagerConfigurator - Class in me.prettyprint.hector.api.locking
-
- HLockManagerConfigurator() - Constructor for class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- HLockManagerImpl - Class in me.prettyprint.cassandra.locking
-
Wait Chain implementation created by Dominic Williams, reviewed by Aaron
Morton and Patricio Echague.
- HLockManagerImpl(Cluster, HLockManagerConfigurator) - Constructor for class me.prettyprint.cassandra.locking.HLockManagerImpl
-
- HLockObserver - Interface in me.prettyprint.hector.api.locking
-
Observer interface for lock events
- HLockTimeoutException - Exception in me.prettyprint.hector.api.locking
-
The waiting time for a lock has expired.
- HLockTimeoutException(String) - Constructor for exception me.prettyprint.hector.api.locking.HLockTimeoutException
-
- 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
-
- HSaslThriftClient - Class in me.prettyprint.cassandra.connection.client
-
- HSaslThriftClient(CassandraHost, String) - Constructor for class me.prettyprint.cassandra.connection.client.HSaslThriftClient
-
Constructor
- HSaslThriftClient(CassandraHost, String, TSSLTransportFactory.TSSLTransportParameters) - Constructor for class me.prettyprint.cassandra.connection.client.HSaslThriftClient
-
Constructor
- HSaslThriftClient.KerberosUserConfiguration - Class in me.prettyprint.cassandra.connection.client
-
- HSaslThriftClient.KerberosUserConfiguration() - Constructor for class me.prettyprint.cassandra.connection.client.HSaslThriftClient.KerberosUserConfiguration
-
- 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.client
-
- HThriftClient(CassandraHost) - Constructor for class me.prettyprint.cassandra.connection.client.HThriftClient
-
Constructor
- HThriftClient(CassandraHost, TSSLTransportFactory.TSSLTransportParameters) - Constructor for class me.prettyprint.cassandra.connection.client.HThriftClient
-
Constructor
- HThriftClientFactoryImpl - Class in me.prettyprint.cassandra.connection.factory
-
- HThriftClientFactoryImpl() - Constructor for class me.prettyprint.cassandra.connection.factory.HThriftClientFactoryImpl
-
- 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
-
- 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
-
- MAPTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- markSupported() - Method in class me.prettyprint.cassandra.io.ChunkInputStream
-
Not supported
- maxRowCount(int) - Method in class me.prettyprint.cassandra.service.KeyIterator.Builder
-
- maxRowCount(int) - Method in class me.prettyprint.cassandra.service.StringKeyIterator.Builder
-
- maybeWrapWithTFramedTransport(TTransport) - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
- me.prettyprint.cassandra.connection - package me.prettyprint.cassandra.connection
-
- me.prettyprint.cassandra.connection.client - package me.prettyprint.cassandra.connection.client
-
- me.prettyprint.cassandra.connection.factory - package me.prettyprint.cassandra.connection.factory
-
- me.prettyprint.cassandra.connection.security - package me.prettyprint.cassandra.connection.security
-
- 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.locking - package me.prettyprint.cassandra.locking
-
- 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.locking - package me.prettyprint.hector.api.locking
-
- 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
- MetricsOpTimer - Class in me.prettyprint.cassandra.connection
-
- MetricsOpTimer(MetricsRegistry, String, TimeUnit, TimeUnit) - Constructor for class me.prettyprint.cassandra.connection.MetricsOpTimer
-
- MetricsOpTimer(String) - Constructor for class me.prettyprint.cassandra.connection.MetricsOpTimer
-
- 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
- MultigetSliceIterator<K,N,V> - Class in me.prettyprint.cassandra.service
-
Iterates over the MultigetSliceQuery result set, refreshing until all
qualifying rows are retrieved based on input keys. This iterator is
optimized for parallelism with the help of maxThreadCount option provided.
- MultigetSliceIterator(boolean, Keyspace, Serializer<K>, Serializer<N>, Serializer<V>, String, List<K>, N, N) - Constructor for class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Constructor with the required parameters.
- MultigetSliceIterator(boolean, Keyspace, Serializer<K>, Serializer<N>, Serializer<V>, String, List<K>, N, N, int) - Constructor for class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Constructor with the required parameters Constructor with the required
parameters.
- MultigetSliceIterator(boolean, int, Keyspace, Serializer<K>, Serializer<N>, Serializer<V>, String, List<K>, N, N, int) - Constructor for class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Constructor with the required parameters.
- MultigetSliceIterator(boolean, int, Keyspace, Serializer<K>, Serializer<N>, Serializer<V>, String, List<K>, N, N) - Constructor for class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Constructor with the required parameters.
- MultigetSliceIterator(boolean, Keyspace, Serializer<K>, Serializer<N>, Serializer<V>, String, List<K>, N, N, int, int, int) - Constructor for class me.prettyprint.cassandra.service.MultigetSliceIterator
-
Constructor with all required parameters.
- 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
-
- SASL_PROPS - Static variable in class me.prettyprint.cassandra.connection.client.HSaslThriftClient
-
- 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
-
- setAcquired(boolean) - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- setAliasesToComparatorMapping(Map<Byte, String>) - Method in class me.prettyprint.hector.api.beans.AbstractComposite
-
- setAuthenticated(Map<String, String>) - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Sets authentication credentials to the client.
- setAuthenticated(Map<String, String>) - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Sets authentication credentials to the client.
- setAutoDiscoverHosts(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setAutoDiscoveryDataCenter(String) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Sets the local datacenter for the DiscoveryService.
- setAutoDiscoveryDataCenter(List<String>) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Sets the datacenters for the DiscoveryService.
- setAutoDiscoveryDelayInSeconds(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setBackOffRetryDelayInMillis(long) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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, int) - 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[], int) - 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, int) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setByteBuffer(N, ByteBuffer) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
-
- setCassandraHostRetryDelay(int) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
-
- setCassandraHostRetryDelay(String) - Method in class me.prettyprint.cassandra.service.CassandraClientMonitor
-
- setCassandraHostRetryDelay(String) - Method in interface me.prettyprint.cassandra.service.CassandraClientMonitorMBean
-
- setCassandraThriftSocketTimeout(int) - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- setCassandraThriftSocketTimeout(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setClientFactoryClass(String) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- 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 class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
-
Reset the clock used for column creation.
- setClock(long) - Method in interface me.prettyprint.hector.api.beans.HColumn
-
- setClock(long) - Method in interface me.prettyprint.hector.api.beans.HSuperColumn
-
- setClockResolution(String) - Static method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Sets this Clock for all clusters administered by Hector.
- setClockResolution(ClockResolution) - Static method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Sets this Clock for all clusters administered by Hector.
- setCluster(Cluster) - Method in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- setCluster(Cluster) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- setClusterForTest(Cluster) - Static method in class me.prettyprint.hector.api.factory.HFactory
-
- 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
-
Deprecated.
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.ThriftSubSliceCounterQuery
-
- 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 class me.prettyprint.cassandra.service.ClearCounterRow
-
Column family the row is part of.
- setColumnFamily(String) - Method in class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
Column family the row is part of.
- 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.RangeSubSlicesCounterQuery
-
- 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.SubSliceCounterQuery
-
- 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
-
Deprecated.
- setColumnNames(N...) - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.ThriftSubSliceCounterQuery
-
- 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.RangeSubSlicesCounterQuery
-
- 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.SubSliceCounterQuery
-
- 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
-
- setCompactionStrategy(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setCompactionStrategy(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setCompactionStrategy(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- setCompactionStrategyOptions(Map<String, String>) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setCompactionStrategyOptions(Map<String, String>) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setCompactionStrategyOptions(Map<String, 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
-
Sets the type alias for the comparator to be used for the row keys of the column family.
- 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
-
- setComposite(N, Composite) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setComposite(N, Composite, int) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setCompressionOptions(Map<String, String>) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setCompressionOptions(Map<String, String>) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setCompressionOptions(Map<String, String>) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- setConfigurableConsistencyLevelPolicy(ConfigurableConsistencyLevel) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- setConsistencyLevel(HConsistencyLevel) - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- 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
-
- setCount(int) - Method in class me.prettyprint.cassandra.service.ClearCounterRow
-
Set the number of columns to retrieve per slice.
- 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
-
- setCqlVersion(String) - Method in class me.prettyprint.cassandra.model.AbstractBasicQuery
-
- setCqlVersion(String) - Method in class me.prettyprint.cassandra.model.CqlQuery
-
Method will check to see if the version starts with "3" and set
the boolean cql3 to true.
- 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
-
- setDestinationKey(K) - Method in class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
Key of the destination row
- setDouble(N, Double) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setDouble(N, Double, int) - 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
-
- setDynamicComposite(N, DynamicComposite) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setDynamicComposite(N, DynamicComposite, int) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- 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
-
- setFilter(SliceFilter<HColumn<N, V>>) - Method in class me.prettyprint.cassandra.service.ColumnSliceIterator
-
Set a filter to determine which columns will be returned.
- setFilter(SliceFilter<Row<K, N, V>>) - Method in class me.prettyprint.cassandra.service.RangeSlicesIterator
-
- setFilter(SliceFilter<HCounterColumn<N>>) - Method in class me.prettyprint.cassandra.service.SliceCounterIterator
-
Set a filter to determine which columns will be returned.
- setFinish(N) - Method in class me.prettyprint.cassandra.service.HColumnFamilyImpl
-
- setFinish(N) - Method in interface me.prettyprint.hector.api.HColumnFamily
-
- setFloat(N, Float) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setFloat(N, Float, int) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setFloat(N, float) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setFloat(N, Float) - Method in class me.prettyprint.cassandra.service.template.SuperCfUpdater
-
- 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
-
- setHeartbeat(Future<Void>) - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- setHost(CassandraHost) - Method in exception me.prettyprint.hector.api.exceptions.HectorException
-
- setHosts(String) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Specifies the hosts String, formatted as
host[:port][,host[:port]...].
- 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, int) - 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.ThriftSubSliceCounterQuery
-
- 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.SubSliceCounterQuery
-
- 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
-
- setKeyAlias(ByteBuffer) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setKeyAlias(ByteBuffer) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setKeyAlias(ByteBuffer) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.RangeSubSlicesCounterQuery
-
- 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.locking.AbstractLockManager
-
- 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
-
- setKeyspaceName(String) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setKeyValidationAlias(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setKeyValidationAlias(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setKeyValidationAlias(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
-
- setLockId(String) - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- setLockId(String) - Method in interface me.prettyprint.hector.api.locking.HLock
-
Sets the lock id (UID) that identifies uniquely this lock object
- setLockManagerCF(String) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setLockManagerConfigurator(HLockManagerConfigurator) - Method in class me.prettyprint.cassandra.locking.AbstractLockManager
-
- setLocksTTLInMillis(long) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setLong(N, Long) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyUpdater
-
- setLong(N, Long, int) - 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
-
- setMaxConnectTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- setMaxConnectTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Set the maximum time in milliseconds that we'll allow a connection to stay open to a host.
- setMaxExhaustedTimeBeforeMarkingAsDown(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- setMaxExhaustedTimeBeforeMarkingAsDown(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setMaxFrameSize(int) - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- setMaxFrameSize(int) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setMaxLastSuccessTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHost
-
- setMaxLastSuccessTimeMillis(long) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
Set the maximum time in milliseconds that we'll allow a connection to stay idle to a host.
- setMaxSelectSize(int) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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
-
- setMergeShardsChance(double) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setMergeShardsChance(double) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setMergeShardsChance(double) - 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
-
- setMutateInterval(int) - Method in class me.prettyprint.cassandra.service.ClearCounterRow
-
Set the mutate interval.
- setMutateInterval(int) - Method in class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
Set the mutate interval.
- 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.
- setNumberOfLockObserverThreads(int) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setObserver(HLockObserver) - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- setObserver(HLockObserver) - Method in interface me.prettyprint.hector.api.locking.HLock
-
Set the observer to receive events
- setOpTimer(HOpTimer) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- setPath(String) - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- setPath(String) - Method in interface me.prettyprint.hector.api.locking.HLock
-
Sets the lock path for this lock.
- 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
-
Deprecated.
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.ThriftSubSliceCounterQuery
-
- 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.RangeSubSlicesCounterQuery
-
- 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.SubSliceCounterQuery
-
- 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
-
- setReplicationFactor(int) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setReplicationStrategyClass(String) - Method in class me.prettyprint.cassandra.service.spring.HectorTemplateImpl
-
- setRes(ColumnFamilyResult<?, ?>) - Method in class me.prettyprint.cassandra.service.template.ColumnFamilyResultIterator
-
- 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
-
- setReturnKeysOnly() - Method in class me.prettyprint.cassandra.model.IndexedSlicesQuery
-
Deprecated.
- 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
-
- setRowCacheKeysToSave(int) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setRowCacheKeysToSave(int) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setRowCacheKeysToSave(int) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- setRowCacheProvider(String) - Method in class me.prettyprint.cassandra.model.BasicColumnFamilyDefinition
-
- setRowCacheProvider(String) - Method in class me.prettyprint.cassandra.service.ThriftCfDef
-
- setRowCacheProvider(String) - Method in interface me.prettyprint.hector.api.ddl.ColumnFamilyDefinition
-
- 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
-
Deprecated.
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.RangeSubSlicesCounterQuery
-
- 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
-
- setRowKey(K) - Method in class me.prettyprint.cassandra.service.ClearCounterRow
-
Key of the source row.
- setRowKey(K) - Method in class me.prettyprint.cassandra.service.ColumnFamilyRowCopy
-
Key of the source row.
- setRowsCacheEnabled(boolean) - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- setRunAutoDiscoveryAtStartup(boolean) - Method in class me.prettyprint.cassandra.service.CassandraHostConfigurator
-
- 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
-
Deprecated.
- 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, int) - 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.ThriftRangeSubSlicesCounterQuery
-
- 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.ThriftSubSliceCounterQuery
-
Set the supercolumn to run the slice query on
- 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.RangeSubSlicesCounterQuery
-
- 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.SubSliceCounterQuery
-
Set the supercolumn to run the slice query on
- 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
-
- setSuppressKeyInColumns(boolean) - Method in class me.prettyprint.cassandra.model.CqlQuery
-
- setTimer(HOpTimer) - Method in class me.prettyprint.cassandra.connection.HConnectionManager
-
- setTokens(K, String, String) - Method in class me.prettyprint.cassandra.model.HKeyRange
-
- setTokens(K, String, String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesCounterQuery
-
- setTokens(K, String, String) - Method in class me.prettyprint.cassandra.model.thrift.ThriftRangeSlicesQuery
-
- setTokens(K, String, String) - Method in interface me.prettyprint.hector.api.query.RangeSlicesCounterQuery
-
- setTokens(K, String, String) - Method in interface me.prettyprint.hector.api.query.RangeSlicesQuery
-
- 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 class me.prettyprint.cassandra.service.template.AbstractTemplateUpdater
-
Globally sets the ttl for this updater instance.
- setTtl(int) - Method in interface me.prettyprint.hector.api.beans.HColumn
-
- setTtl(int) - Method in interface me.prettyprint.hector.api.beans.HCounterColumn
-
- SETTYPE - Static variable in class me.prettyprint.hector.api.ddl.ComparatorType
-
- 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, int) - 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>, int) - 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
-
- shouldRetryFor(Class<E>) - Method in class me.prettyprint.cassandra.service.FailoverPolicy
-
Determines if a given class is an exception or error that this FailoverPolicy supports retry for.
- 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.
- shutdownScheduler() - Method in class me.prettyprint.cassandra.locking.HLockManagerImpl
-
Here for testing purposes only, this should never really be invoked
- SimpleCassandraDao - Class in me.prettyprint.cassandra.dao
-
Really easy way to get started when you are just dealing with String data
- 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
-
- SliceCounterIterator<K,N> - Class in me.prettyprint.cassandra.service
-
Iterates over the SliceCounterQuery, refreshing the query until all qualifing
columns are retrieved. If column deletion can occur synchronously with
calls to
hasNext(), the column name object type must
override Object.equals().
- SliceCounterIterator(SliceCounterQuery<K, N>, N, N, boolean) - Constructor for class me.prettyprint.cassandra.service.SliceCounterIterator
-
Constructor
- SliceCounterIterator(SliceCounterQuery<K, N>, N, N, boolean, int) - Constructor for class me.prettyprint.cassandra.service.SliceCounterIterator
-
Constructor
- SliceCounterIterator(SliceCounterQuery<K, N>, N, SliceCounterIterator.SliceCounterFinish<N>, boolean) - Constructor for class me.prettyprint.cassandra.service.SliceCounterIterator
-
Constructor
- SliceCounterIterator(SliceCounterQuery<K, N>, N, SliceCounterIterator.SliceCounterFinish<N>, boolean, int) - Constructor for class me.prettyprint.cassandra.service.SliceCounterIterator
-
Constructor
- SliceCounterIterator.SliceCounterFinish<N> - Interface in me.prettyprint.cassandra.service
-
When iterating over a SliceCounter, it may be desirable to move the finish
point for each query.
- SliceCounterQuery<K,N> - Interface in me.prettyprint.hector.api.query
-
A query for the thrift call get_counter_slice
- SliceFilter<C> - Interface in me.prettyprint.cassandra.service.template
-
- 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
-
- SSL_PROTOCOL - Static variable in class me.prettyprint.cassandra.connection.security.SSLHelper
-
- SSL_STORE_TYPE - Static variable in class me.prettyprint.cassandra.connection.security.SSLHelper
-
- SSLHelper - Class in me.prettyprint.cassandra.connection.security
-
- SSLHelper() - Constructor for class me.prettyprint.cassandra.connection.security.SSLHelper
-
- start(String) - Method in interface me.prettyprint.cassandra.connection.HOpTimer
-
Start timing an operation.
- start(String) - Method in class me.prettyprint.cassandra.connection.MetricsOpTimer
-
- start(String) - Method in class me.prettyprint.cassandra.connection.NullOpTimer
-
- start(String) - Method in class me.prettyprint.cassandra.connection.SpeedForJOpTimer
-
- start - Variable in class me.prettyprint.cassandra.model.HSlicePredicate
-
- start(K) - Method in class me.prettyprint.cassandra.service.KeyIterator.Builder
-
- start(String) - Method in class me.prettyprint.cassandra.service.StringKeyIterator.Builder
-
- startKey(K) - Method in class me.prettyprint.cassandra.service.template.IndexedSlicesPredicate
-
- startToUse() - Method in interface me.prettyprint.cassandra.connection.client.HClient
-
Start tracking the beginning of use for this client.
- startToUse() - Method in class me.prettyprint.cassandra.connection.client.HThriftClient
-
Start tracking the beginning of use for this client.
- stop(Object, String, boolean) - Method in interface me.prettyprint.cassandra.connection.HOpTimer
-
- stop(Object, String, boolean) - Method in class me.prettyprint.cassandra.connection.MetricsOpTimer
-
- 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
-
Deprecated.
- StringKeyIterator.Builder - Class in me.prettyprint.cassandra.service
-
- StringKeyIterator.Builder(Keyspace, String) - Constructor for class me.prettyprint.cassandra.service.StringKeyIterator.Builder
-
- 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
-
- SubSliceCounterQuery<K,SN,N> - Interface in me.prettyprint.hector.api.query
-
A query for the call get_slice on subcolumns of a supercolumns.
- 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
-
- 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.
- 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
-
- 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
-
- ThriftRangeSubSlicesCounterQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
-
A query for the thrift call get_range_slices for subcolumns of supercolumns
- ThriftRangeSubSlicesCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftRangeSubSlicesCounterQuery
-
- 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
-
- ThriftSubSliceCounterQuery<K,SN,N> - Class in me.prettyprint.cassandra.model.thrift
-
A query for the thrift call get_slice on subcolumns of a supercolumns.
- ThriftSubSliceCounterQuery(Keyspace, Serializer<K>, Serializer<SN>, Serializer<N>) - Constructor for class me.prettyprint.cassandra.model.thrift.ThriftSubSliceCounterQuery
-
- 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
-
- timeout - Variable in class me.prettyprint.cassandra.connection.client.HThriftClient
-
- timeout(HLock) - Method in interface me.prettyprint.hector.api.locking.HLockObserver
-
We timed out waiting for the lock
- 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
-
- toByteArray(BigDecimal) - Method in class me.prettyprint.cassandra.serializers.BigDecimalSerializer
-
- toByteBuffer(T) - Method in class me.prettyprint.cassandra.serializers.AbstractSerializer
-
- toByteBuffer(String) - Method in class me.prettyprint.cassandra.serializers.AsciiSerializer
-
- toByteBuffer(BigDecimal) - Method in class me.prettyprint.cassandra.serializers.BigDecimalSerializer
-
- 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(Double) - Method in class me.prettyprint.cassandra.serializers.DoubleTypeSerializer
-
- toByteBuffer(DynamicComposite) - Method in class me.prettyprint.cassandra.serializers.DynamicCompositeSerializer
-
- toByteBuffer(Float) - Method in class me.prettyprint.cassandra.serializers.FloatSerializer
-
- toByteBuffer(Float) - Method in class me.prettyprint.cassandra.serializers.FloatTypeSerializer
-
- 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(BigDecimal) - Method in class me.prettyprint.cassandra.serializers.BigDecimalSerializer
-
- 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.client.HThriftClient
-
- toString() - Method in class me.prettyprint.cassandra.locking.HLockImpl
-
- 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.ThriftRangeSubSlicesCounterQuery
-
- 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.ThriftSubSliceCounterQuery
-
- 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
-
- toString() - Method in class me.prettyprint.hector.api.locking.HLockManagerConfigurator
-
- 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.template.IndexedSlicesPredicate
-
- 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, CassandraHost) - Method in interface me.prettyprint.cassandra.service.ExceptionsTranslator
-
- translate(Throwable) - Method in class me.prettyprint.cassandra.service.ExceptionsTranslatorImpl
-
- translate(Throwable, CassandraHost) - Method in class me.prettyprint.cassandra.service.ExceptionsTranslatorImpl
-
- transport - Variable in class me.prettyprint.cassandra.connection.client.HThriftClient
-
- 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
-
- TRUST_MANAGER_TYPE - Static variable in class me.prettyprint.cassandra.connection.security.SSLHelper
-
- 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
-
- 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.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.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
-