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

A

accept(String) - Method in class org.scale7.cassandra.pelops.Cluster.AcceptAllNodeFilter
 
accept(String) - Method in interface org.scale7.cassandra.pelops.Cluster.INodeFilter
 
addColumnFamily(CfDef) - Method in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
addKeyspace(KsDef) - Method in class org.scale7.cassandra.pelops.KeyspaceManager
 
addPool(String, Cluster, String) - Static method in class org.scale7.cassandra.pelops.Pelops
Add a new Thrift connection pool for a specific cluster and keyspace.
addPool(String, Cluster, String, CommonsBackedPool.Policy, OperandPolicy) - Static method in class org.scale7.cassandra.pelops.Pelops
Add a new Thrift connection pool for a specific cluster and keyspace.
addPool(String, Cluster, String, OperandPolicy, CachePerNodePool.Policy) - Static method in class org.scale7.cassandra.pelops.Pelops
Deprecated. Use the CommonsBackedPool
addPool(String, IThriftPool) - Static method in class org.scale7.cassandra.pelops.Pelops
Add an already instantiated instance of IThriftPool to pelops.
afterPropertiesSet() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated. Initializes the Pelops pool.
afterPropertiesSet() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
Initializes the Pelops pool.
ApplicationException - Exception in org.scale7.cassandra.pelops.exceptions
 
ApplicationException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.ApplicationException
 
AuthenticationException - Exception in org.scale7.cassandra.pelops.exceptions
 
AuthenticationException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.AuthenticationException
 
AuthorizationException - Exception in org.scale7.cassandra.pelops.exceptions
 
AuthorizationException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.AuthorizationException
 

B

batchSize - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
Bytes - Class in org.scale7.cassandra.pelops
Wraps a ByteBuffer and provides useful methods to operate on it.
Bytes(byte[]) - Constructor for class org.scale7.cassandra.pelops.Bytes
Constructs a new instance based on the provided byte array.
Bytes(ByteBuffer) - Constructor for class org.scale7.cassandra.pelops.Bytes
Constructs a new instance based on the provided byte buffer.

C

CachePerNodePool - Class in org.scale7.cassandra.pelops.pool
Deprecated. Use CommonsBackedPool instead
CachePerNodePool(Cluster, String, OperandPolicy, CachePerNodePool.Policy) - Constructor for class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Constructs a pool instance.
CachePerNodePool.Policy - Class in org.scale7.cassandra.pelops.pool
Deprecated.  
CachePerNodePool.Policy() - Constructor for class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
CachePerNodePool.PooledConnection - Class in org.scale7.cassandra.pelops.pool
Deprecated. Encapsulates a connection to a Cassandra node.
CachePerNodePool.PooledConnection(Cluster.Node, String, CachePerNodePool.NodeContext, int) - Constructor for class org.scale7.cassandra.pelops.pool.CachePerNodePool.PooledConnection
Deprecated.  
CachePerNodePoolFactoryBean - Class in org.scale7.cassandra.pelops.spring
Deprecated. 
CachePerNodePoolFactoryBean() - Constructor for class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
CachePerNodePoolMBean - Interface in org.scale7.cassandra.pelops.pool
Deprecated. 
CFDEF_COMPARATOR_ASCII - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_BYTES - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_INTEGER - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_LEXICAL_UUID - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_LONG - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_TIME_UUID - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_COMPARATOR_UTF8 - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_TYPE_STANDARD - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
CFDEF_TYPE_SUPER - Static variable in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
cLevel - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
close() - Method in class org.scale7.cassandra.pelops.Connection
Close the connection.
close() - Method in interface org.scale7.cassandra.pelops.IConnection
Close the connection.
close() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.PooledConnection
Deprecated. Close the connection.
Cluster - Class in org.scale7.cassandra.pelops
A heavy thread safe object that maintains a list of nodes in the cluster.
Cluster(String, int) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster(String, int, boolean) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster(String, IConnection.Config, boolean) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster(String[], IConnection.Config, boolean) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster(String[], IConnection.Config, boolean, Cluster.INodeFilter) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster(String, IConnection.Config, boolean, Cluster.INodeFilter) - Constructor for class org.scale7.cassandra.pelops.Cluster
 
Cluster.AcceptAllNodeFilter - Class in org.scale7.cassandra.pelops
Default implementation that accepts all nodes.
Cluster.AcceptAllNodeFilter() - Constructor for class org.scale7.cassandra.pelops.Cluster.AcceptAllNodeFilter
 
Cluster.INodeFilter - Interface in org.scale7.cassandra.pelops
A filter used to determine which nodes should be used when refreshing.
Cluster.Node - Class in org.scale7.cassandra.pelops
Represents a node in the cluster.
Cluster.Node(String, IConnection.Config) - Constructor for class org.scale7.cassandra.pelops.Cluster.Node
 
ClusterManager - Class in org.scale7.cassandra.pelops
 
ClusterManager(Cluster) - Constructor for class org.scale7.cassandra.pelops.ClusterManager
 
columnExists(List<Column>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Determines if a column with a particular name exist in the list of columns.
columnExists(List<Column>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Determines if a column with a particular name exist in the list of columns.
columnFamily - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
ColumnFamilyManager - Class in org.scale7.cassandra.pelops
 
ColumnFamilyManager(Cluster, String) - Constructor for class org.scale7.cassandra.pelops.ColumnFamilyManager
 
ColumnIterator - Class in org.scale7.cassandra.pelops
Encapsulates the logic required to iterate over columns.
CommonsBackedPool - Class in org.scale7.cassandra.pelops.pool
 
CommonsBackedPool(Cluster, String) - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool
Create a new instance with reasonable defaults.
CommonsBackedPool(Cluster, String, CommonsBackedPool.Policy, OperandPolicy) - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool
Create a new instance with reasonable defaults.
CommonsBackedPool(Cluster, String, CommonsBackedPool.Policy, OperandPolicy, CommonsBackedPool.INodeSelectionStrategy, CommonsBackedPool.INodeSuspensionStrategy, CommonsBackedPool.IConnectionValidator) - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool
Create a new instance of the pool.
CommonsBackedPool.IConnectionValidator - Interface in org.scale7.cassandra.pelops.pool
Interface used to define how a connection is validated while idle.
CommonsBackedPool.INodeSelectionStrategy - Interface in org.scale7.cassandra.pelops.pool
Interface used to define how nodes should be selected.
CommonsBackedPool.INodeSuspensionState - Interface in org.scale7.cassandra.pelops.pool
Interface used to define a pooled nodes suspension status.
CommonsBackedPool.INodeSuspensionStrategy - Interface in org.scale7.cassandra.pelops.pool
Interface used to define how nodes should be suspended for behaving badly.
CommonsBackedPool.Policy - Class in org.scale7.cassandra.pelops.pool
 
CommonsBackedPool.Policy() - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
CommonsBackedPool.PooledConnection - Class in org.scale7.cassandra.pelops.pool
 
CommonsBackedPool.PooledConnection(Cluster.Node, String) - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool.PooledConnection
 
CommonsBackedPool.RunningStatistics - Class in org.scale7.cassandra.pelops.pool
 
CommonsBackedPool.RunningStatistics() - Constructor for class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
CommonsBackedPoolFactoryBean - Class in org.scale7.cassandra.pelops.spring
Used to initialize a Pelops pool that honors Spring's context life cycle.
CommonsBackedPoolFactoryBean() - Constructor for class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
CommonsBackedPoolMBean - Interface in org.scale7.cassandra.pelops.pool
 
compareTo(LeastLoadedNodeSelectionStrategy.Candidate) - Method in class org.scale7.cassandra.pelops.pool.LeastLoadedNodeSelectionStrategy.Candidate
 
configureBackingPool() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
Connection - Class in org.scale7.cassandra.pelops
 
Connection(Cluster.Node, String) - Constructor for class org.scale7.cassandra.pelops.Connection
 
corrupted() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.PooledConnection
Deprecated.  
corrupted() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.PooledConnection
 
corrupted() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool.PooledConnection
 
corrupted() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool.IPooledConnection
Specify whether an exception has been thrown during usage of the connection.
createClusterManager(Cluster) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a ClusterManager object for use managing the cluster.
createColumnFamilyManager(Cluster, String) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a ColumnFamilyManager object for use managing column families inside a keyspace.
createKeyspaceManager(Cluster) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a KeyspaceManager object for use managing keyspaces in the cluster.
createMutator(String) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a Mutator object using the current time as the operation time stamp.
createMutator(String, long) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a Mutator object with an arbitrary time stamp.
createMutator(String, long, boolean) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a Mutator object with an arbitrary time stamp.
createMutator() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a mutator object using the current time as the operation time stamp.
createMutator(long) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a mutator object with an arbitrary time stamp.
createMutator(long, int) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a mutator object with an arbitrary time stamp.
createMutator(long, boolean) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a mutator object with an arbitrary time stamp.
createMutator(long, boolean, int) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a mutator object with an arbitrary time stamp.
createMutator() - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a mutator object using the current time as the operation time stamp.
createMutator(long) - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a mutator object with an arbitrary time stamp.
createMutator(long, int) - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
 
createMutator(long, boolean) - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a mutator object with an arbitrary time stamp.
createMutator(long, boolean, int) - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
 
createRowDeletor(String) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a row deletor object using the current time as the operation time stamp.
createRowDeletor(String, long) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a row deletor object with an arbitrary time stamp.
createRowDeletor() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a key deletor object using the current time as the operation time stamp.
createRowDeletor(long) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a key deletor object with an arbitrary time stamp.
createRowDeletor() - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a key deletor object using the current time as the operation time stamp.
createRowDeletor(long) - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a key deletor object with an arbitrary time stamp.
createSelector(String) - Static method in class org.scale7.cassandra.pelops.Pelops
Create a Selector object.
createSelector() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Create a selector object.
createSelector() - Method in class org.scale7.cassandra.pelops.pool.ThriftPoolBase
Create a selector object.

D

DebuggingPool - Class in org.scale7.cassandra.pelops.pool
A basic non-pooled pool impl.
DebuggingPool(Cluster, String, OperandPolicy) - Constructor for class org.scale7.cassandra.pelops.pool.DebuggingPool
 
DebuggingPool.PooledConnection - Class in org.scale7.cassandra.pelops.pool
 
DebuggingPool.PooledConnection(Cluster.Node, String) - Constructor for class org.scale7.cassandra.pelops.pool.DebuggingPool.PooledConnection
 
deleteColumn(String, String, String) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column
deleteColumn(String, String, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteColumn(String, Bytes, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteColumns(String, String, Bytes...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of columns or super columns.
deleteColumns(String, Bytes, Bytes...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of columns or super columns.
deleteColumns(String, String, String...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of columns or super columns.
deleteColumns(String, String, List<Bytes>) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of columns or super columns.
deleteColumns(String, Bytes, List<Bytes>) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of columns or super columns.
deleteIfNull - Variable in class org.scale7.cassandra.pelops.Mutator
 
deleteRow(String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.RowDeletor
Delete a row with a specified key from a specified column family.
deleteRow(String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.RowDeletor
Delete a row with a specified key from a specified column family.
deleteSubColumn(String, String, String, String) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteSubColumn(String, String, Bytes, String) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteSubColumn(String, String, String, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteSubColumn(String, String, Bytes, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteSubColumn(String, Bytes, Bytes, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a column or super column.
deleteSubColumns(String, String, String, String...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
deleteSubColumns(String, String, Bytes, String...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
deleteSubColumns(String, Bytes, Bytes, String...) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
deleteSubColumns(String, String, String) - Method in class org.scale7.cassandra.pelops.Mutator
Delete all sub-columns
deleteSubColumns(String, String, String, List<Bytes>) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
deleteSubColumns(String, String, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Delete all sub-columns
deleteSubColumns(String, String, Bytes, List<Bytes>) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
deleteSubColumns(String, Bytes, Bytes, List<Bytes>) - Method in class org.scale7.cassandra.pelops.Mutator
Delete a list of sub-columns
DescribeVersionConnectionValidator - Class in org.scale7.cassandra.pelops.pool
A simple impl.
DescribeVersionConnectionValidator() - Constructor for class org.scale7.cassandra.pelops.pool.DescribeVersionConnectionValidator
 
destroy() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated. Shuts down the Pelops pool.
destroy() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
Shuts down the Pelops pool.
dropColumnFamily(String) - Method in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
dropKeyspace(String) - Method in class org.scale7.cassandra.pelops.KeyspaceManager
 
duplicate() - Method in class org.scale7.cassandra.pelops.Bytes
Returns a duplicate of the bytes instance.

E

EMPTY - Static variable in class org.scale7.cassandra.pelops.Bytes
 
equals(Object) - Method in class org.scale7.cassandra.pelops.Bytes
Determines if two instances of this class are equals using the Arrays.equals(byte[], byte[]) method.
equals(Object) - Method in class org.scale7.cassandra.pelops.Cluster.Node
 
evaluate(CommonsBackedPool, PooledNode) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPool.INodeSuspensionStrategy
Called for each node in the pool by the pools background thread.
evaluate(CommonsBackedPool, PooledNode) - Method in class org.scale7.cassandra.pelops.pool.NoOpNodeSuspensionStrategy
 
execute(Cassandra.Client) - Method in interface org.scale7.cassandra.pelops.ManagerOperand.IManagerOperation
 
execute(ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Mutator
Execute the mutations that have been specified by sending them to Cassandra in a single batch.
execute(IThriftPool.IPooledConnection) - Method in interface org.scale7.cassandra.pelops.Operand.IOperation
 

F

fetchNextBatch() - Method in class org.scale7.cassandra.pelops.ColumnIterator
 
fetchNextBatch() - Method in class org.scale7.cassandra.pelops.PageOfIterator
 
fetchNextBatch() - Method in class org.scale7.cassandra.pelops.SuperColumnIterator
 
fromBoolean(boolean) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromBoolean(Boolean) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromByte(byte) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromByte(Byte) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromByteArray(byte[]) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided byte array.
fromByteBuffer(ByteBuffer) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided byte buffer.
fromBytes(byte[]) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided byte array.
fromChar(char) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromChar(Character) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromDouble(double) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromDouble(Double) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromFloat(float) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromFloat(Float) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromInt(int) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromInt(Integer) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromLong(long) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromLong(Long) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromShort(short) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value.
fromShort(Short) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromTimeUuid(UUID) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromTimeUuid(String) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromTimeUuid(long, long) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided values.
fromUTF8(String) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value in UTF-8 format handling nulls.
fromUuid(UUID) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromUuid(String) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided value handling nulls.
fromUuid(long, long) - Static method in class org.scale7.cassandra.pelops.Bytes
Creates an instance based on the provided values.

G

getAddress() - Method in class org.scale7.cassandra.pelops.Cluster.Node
 
getAddress() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getAPI() - Method in class org.scale7.cassandra.pelops.Connection
Get a reference to the Cassandra Thrift API
getAPI() - Method in interface org.scale7.cassandra.pelops.IConnection
Get a reference to the Cassandra Thrift API
getAttribute(String, String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
getBatch() - Method in class org.scale7.cassandra.pelops.Mutator
 
getBytes() - Method in class org.scale7.cassandra.pelops.Bytes
Returns the underlying ByteBuffer.
getCacheConnNotSelectedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getCacheConnNotSelectedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getCacheConnSelectedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getCacheConnSelectedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getCassandraVersion() - Method in class org.scale7.cassandra.pelops.ClusterManager
Get the version of the Cassandra software being run by the cluster.
getCluster() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getCluster() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
getCluster() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getClusterName() - Method in class org.scale7.cassandra.pelops.ClusterManager
Get the name of the cluster.
getColumnCount(String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of columns in a row.
getColumnCount(String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of columns in a row.
getColumnCount(String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of columns in a row.
getColumnCount(String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of columns in a row.
getColumnFromRow(String, String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a column from a row.
getColumnFromRow(String, String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a column from a row.
getColumnFromRow(String, Bytes, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a column from a row.
getColumnsFromRow(String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a row.
getColumnsFromRow(String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a row.
getColumnsFromRows(String, List<Bytes>, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a set of rows.
getColumnsFromRows(String, KeyRange, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a range of rows.
getColumnsFromRowsUtf8Keys(String, List<String>, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a set of rows.
getColumnsFromRowsUtf8Keys(String, KeyRange, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a range of rows.
getColumnStringName(Column) - Static method in class org.scale7.cassandra.pelops.Selector
Get the name of a column as a UTF8 string
getColumnStringValue(Column) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column as a UTF8 string
getColumnStringValue(List<Column>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnStringValue(List<Column>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnTimestamp(List<Column>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get the time stamp of a column in a list of columns.
getColumnTimestamp(List<Column>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get the time stamp of a column in a list of columns.
getColumnValue(List<Column>, String, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnValue(List<Column>, String, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnValue(List<Column>, Bytes, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnValue(List<Column>, Bytes, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnValue(List<Column>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getColumnValue(List<Column>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get the value of a column in a list of columns
getConfig() - Method in class org.scale7.cassandra.pelops.Cluster.Node
 
getConnAddToCacheCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnAddToCacheCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnCannotOpenCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnCannotOpenCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnClosedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnClosedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnCreatedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnCreatedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnCreateExceptionCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnCreateExceptionCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnection() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Get a Cassandra connection to the least loaded node represented in the connection pool.
getConnection() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnection() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool
 
getConnection() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Get a connection from the pool.
getConnectionConfig() - Method in class org.scale7.cassandra.pelops.Cluster
Configuration used to open new connections.
getConnectionExcept(String) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Get a Cassandra connection to the least loaded node represented in the connection pool.
getConnectionExcept(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionExcept(String) - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool
 
getConnectionExcept(String) - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Get a connection from the pool trying to avoid the node specified by the notNode param.
getConnectionsActive() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsActive() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsActive() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsBorrowedTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsBorrowedTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsBorrowedTotal() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsBorrowedTotal() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getConnectionsCorrupted() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsCorrupted() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsCorrupted() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsCorrupted() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getConnectionsCreated() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsCreated() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsCreated() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsCreated() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getConnectionsDestroyed() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsDestroyed() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsDestroyed() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsDestroyed() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getConnectionsReleasedTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionsReleasedTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getConnectionsReleasedTotal() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getConnectionsReleasedTotal() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getConnectionTimeout() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. The timeout value passed to the org.apache.thrift.transport.TSocket constructor.
getConnectionValidator() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getConnectionValidator() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getConnOpenedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnOpenedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnReleaseCalledCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnReleaseCalledCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnReturnedToCacheCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnReturnedToCacheCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnSelectedAlreadyOpenCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnSelectedAlreadyOpenCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getConnSelectedNotAlreadyOpenCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getConnSelectedNotAlreadyOpenCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getDbConnPool(String) - Static method in class org.scale7.cassandra.pelops.Pelops
Get a direct reference to a DbConnPool.
getDeadConnCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getDeadConnCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getDefaultTargetRefillCheckPause() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getDynamicNodeDiscovery() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getExceptionTranslator() - Method in class org.scale7.cassandra.pelops.OperandPolicy
The translater used to convert checked Thirft/Cassandra exceptions into unchecked PelopsExceptions.
getGetConnBackoffCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getGetConnBackoffCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getGetConnCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getGetConnCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getIndexedColumns(String, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a range of indexed rows using its secondary index.
getIndexedColumns(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve columns from a range of indexed rows using its secondary index.
getInstance() - Static method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
getIntAttribute(String, String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
getKeyspace() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getKeyspace() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getKeyspace() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool
 
getKeyspace() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
The keyspace this connection operates on.
getKeyspace() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
getKeyspace() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getKeyspaceNames() - Method in class org.scale7.cassandra.pelops.KeyspaceManager
 
getKeyspaceRingMappings(String) - Method in class org.scale7.cassandra.pelops.KeyspaceManager
 
getKeyspaceSchema(String) - Method in class org.scale7.cassandra.pelops.KeyspaceManager
 
getLeastLoadedNotSelectedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getLeastLoadedNotSelectedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getLeastLoadedSelectedCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getLeastLoadedSelectedCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getMaxActivePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getMaxActivePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getMaxActivePerNode() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getMaxConnectionsPerNode() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getMaxGetConnectionRetryDelay() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getMaxGetConnectionRetryWait() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getMaxIdlePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getMaxIdlePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getMaxIdlePerNode() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getMaxOpRetries() - Method in class org.scale7.cassandra.pelops.OperandPolicy
 
getMaxTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getMaxTotal() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getMaxTotal() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getMaxWaitForConnection() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getMaxWaitForConnection() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getMaxWaitForConnection() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getMinCachedConnectionsPerNode() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getMinGetConnectionRetryDelay() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getMinIdlePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getMinIdlePerNode() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getMinIdlePerNode() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getMutationList(String, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
 
getMutationTimestamp(boolean) - Method in class org.scale7.cassandra.pelops.Mutator
Get the default time stamp used by this Mutator instance as a byte[].
getMutationTimestampValue() - Method in class org.scale7.cassandra.pelops.Mutator
Get the raw time stamp value used by this Mutator instance.
getNetworkExceptionCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getNetworkExceptionCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getNode() - Method in class org.scale7.cassandra.pelops.Connection
Get a string identifying the node
getNode() - Method in interface org.scale7.cassandra.pelops.IConnection
Get a node this instance is connected to.
getNodes() - Method in class org.scale7.cassandra.pelops.Cluster
The current list of available nodes.
getNodesActive() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getNodesActive() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getNodesActive() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getNodeSelectionStrategy() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getNodeSelectionStrategy() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getNodeSessionId() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.PooledConnection
Deprecated.  
getNodesSuspended() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getNodesSuspended() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
 
getNodesSuspended() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
getNodeSuspensionStrategy() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getNodeSuspensionStrategy() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getNumActive() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getNumIdle() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getObject() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated. .
getObject() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
.
getObjectType() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated. .
getObjectType() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
.
getOperandPolicy() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Get the current policy in force, which controls the general behavior of pelops.
getOperandPolicy() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getOperandPolicy() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool
 
getOperandPolicy() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Get the current policy in force, which controls the general behavior of pelops.
getOperandPolicy() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
getOperandPolicy() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getPageOfColumnsFromRow(String, String, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of columns composed from a segment of the sequence of columns in a row.
getPageOfColumnsFromRow(String, String, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of columns composed from a segment of the sequence of columns in a row.
getPageOfColumnsFromRow(String, Bytes, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of columns composed from a segment of the sequence of columns in a row.
getPageOfColumnsFromRow(String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of columns composed from a segment of the sequence of columns in a row.
getPageOfSuperColumnsFromRow(String, String, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
getPageOfSuperColumnsFromRow(String, String, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
getPageOfSuperColumnsFromRow(String, Bytes, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
getPageOfSuperColumnsFromRow(String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
getPolicy() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getPolicy() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
getPooledNode(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
Returns the pooled node instance for the nodeAddress.
getPoolPolicy() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Get the current policy in force, which controls the behavioral parameters of the connection pool.
getPoolPolicy() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
getPurgeAllSessionConnsCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getPurgeAllSessionConnsCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getRefillBackoffCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getRefillBackoffCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getRefillNeedConnCount() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated.  
getRefillNeedConnCount() - Method in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
getStatistics() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
getStringAttribute(String, String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
getSubColumnCount(String, String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, Bytes, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, Bytes, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, Bytes, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnCount(String, Bytes, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of sub-columns inside a super column in a row.
getSubColumnFromRow(String, String, Bytes, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a sub column from a super column in a row.
getSubColumnFromRow(String, String, String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a sub column from a super column in a row.
getSubColumnFromRow(String, String, String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a sub column from a super column in a row.
getSubColumnFromRow(String, String, Bytes, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a sub column from a super column in a row.
getSubColumnFromRow(String, Bytes, Bytes, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a sub column from a super column in a row.
getSubColumnsFromRow(String, Bytes, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a row.
getSubColumnsFromRow(String, String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a row.
getSubColumnsFromRow(String, String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a row.
getSubColumnsFromRows(String, List<Bytes>, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a set of rows.
getSubColumnsFromRows(String, List<Bytes>, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a set of rows.
getSubColumnsFromRows(String, KeyRange, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a range of rows.
getSubColumnsFromRows(String, KeyRange, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a range of rows.
getSubColumnsFromRowsUtf8Keys(String, List<String>, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a set of rows.
getSubColumnsFromRowsUtf8Keys(String, List<String>, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a set of rows.
getSubColumnsFromRowsUtf8Keys(String, KeyRange, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a range of rows.
getSubColumnsFromRowsUtf8Keys(String, KeyRange, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve sub-columns from a super column in a range of rows.
getSuperColumn(List<SuperColumn>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Get a super column by name from a list of super columns
getSuperColumn(List<SuperColumn>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Get a super column by name from a list of super columns
getSuperColumnCount(String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of super columns in a row.
getSuperColumnCount(String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of super columns in a row.
getSuperColumnCount(String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of super columns in a row.
getSuperColumnCount(String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Get the count of super columns in a row.
getSuperColumnFromRow(String, String, String, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a super column from a row.
getSuperColumnFromRow(String, String, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a super column from a row.
getSuperColumnFromRow(String, Bytes, Bytes, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve a super column from a row.
getSuperColumnsFromRow(String, String, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a row.
getSuperColumnsFromRow(String, Bytes, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a row.
getSuperColumnsFromRows(String, List<Bytes>, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a set of rows.
getSuperColumnsFromRows(String, KeyRange, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a range of rows.
getSuperColumnsFromRowsUtf8Keys(String, List<String>, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a set of rows.
getSuperColumnsFromRowsUtf8Keys(String, KeyRange, SlicePredicate, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Retrieve super columns from a range of rows.
getSuspensions() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
getTargetConnectionsPerNode() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
getThriftPort() - Method in class org.scale7.cassandra.pelops.IConnection.Config
 
getTimeBetweenScheduledMaintenanceTaskRunsMillis() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
getTimeout() - Method in class org.scale7.cassandra.pelops.IConnection.Config
 
getWhy() - Method in exception org.scale7.cassandra.pelops.exceptions.InvalidRequestException
 

H

hashCode() - Method in class org.scale7.cassandra.pelops.Bytes
Calculates the hash code using Arrays.hashCode(byte[]).
hashCode() - Method in class org.scale7.cassandra.pelops.Cluster.Node
 
hasNext() - Method in class org.scale7.cassandra.pelops.PageOfIterator
Returns true if the iteration has more super columns.

I

IConnection - Interface in org.scale7.cassandra.pelops
 
IConnection.Config - Class in org.scale7.cassandra.pelops
 
IConnection.Config(int, boolean, int) - Constructor for class org.scale7.cassandra.pelops.IConnection.Config
Config used when opening connections.
IExceptionTranslator - Interface in org.scale7.cassandra.pelops.exceptions
Interface used to define how exception are translated.
IExceptionTranslator.ExceptionTranslator - Class in org.scale7.cassandra.pelops.exceptions
Default implementation.
IExceptionTranslator.ExceptionTranslator() - Constructor for class org.scale7.cassandra.pelops.exceptions.IExceptionTranslator.ExceptionTranslator
 
InvalidRequestException - Exception in org.scale7.cassandra.pelops.exceptions
 
InvalidRequestException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.InvalidRequestException
 
isCorrupt() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.PooledConnection
 
isDeleteIfNull() - Method in class org.scale7.cassandra.pelops.OperandPolicy
Dictates if pelops should issue deletes when it detects null values being written in a mutation batch.
isFramedTransportRequired() - Method in class org.scale7.cassandra.pelops.IConnection.Config
 
isKillNodeConnsOnException() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated.  
isNull() - Method in class org.scale7.cassandra.pelops.Bytes
Helper used to determine if the underlying ByteBuffer is null.
isOpen() - Method in class org.scale7.cassandra.pelops.Connection
 
isOpen() - Method in interface org.scale7.cassandra.pelops.IConnection
Used to determine if the connection is open.
isRegistered(String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
isSingleton() - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated. .
isSingleton() - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
.
isSuspended() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPool.INodeSuspensionState
Used to indicate if a node is suspended.
isSuspended() - Method in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
isTestConnectionsWhileIdle() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
isTestConnectionsWhileIdle() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
isTestConnectionsWhileIdle() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
isTimeoutSet() - Method in class org.scale7.cassandra.pelops.IConnection.Config
Determines if a timeout should be set on the thrift connection.
iterateColumnsFromRow(String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Returns an iterator that can be used to iterate over super columns.
iterateColumnsFromRow(String, String, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Returns an iterator that can be used to iterate over super columns.
iterateSuperColumnsFromRow(String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Returns an iterator that can be used to iterate over super columns.
iterateSuperColumnsFromRow(String, String, String, boolean, int, ConsistencyLevel) - Method in class org.scale7.cassandra.pelops.Selector
Returns an iterator that can be used to iterate over super columns.
IThriftPool - Interface in org.scale7.cassandra.pelops.pool
The contract for connection pools used by pelops.
IThriftPool.IPooledConnection - Interface in org.scale7.cassandra.pelops.pool
Defines an encapsulation for a connection to a Cassandra node.

J

JMX_MBEAN_OBJ_NAME - Static variable in interface org.scale7.cassandra.pelops.pool.CachePerNodePoolMBean
Deprecated.  
JMX_MBEAN_OBJ_NAME - Static variable in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
JMX_MBEAN_OBJ_NAME - Static variable in interface org.scale7.cassandra.pelops.pool.PooledNodeMBean
 
JmxMBeanManager - Class in org.scale7.cassandra.pelops
 
JmxMBeanManager() - Constructor for class org.scale7.cassandra.pelops.JmxMBeanManager
 

K

KeyspaceManager - Class in org.scale7.cassandra.pelops
Management operations need to be applied to a single node.
KeyspaceManager(Cluster) - Constructor for class org.scale7.cassandra.pelops.KeyspaceManager
 
KSDEF_STRATEGY_LOCAL - Static variable in class org.scale7.cassandra.pelops.KeyspaceManager
 
KSDEF_STRATEGY_NETWORK_TOPOLOGY - Static variable in class org.scale7.cassandra.pelops.KeyspaceManager
 
KSDEF_STRATEGY_NETWORK_TOPOLOGY_OLD - Static variable in class org.scale7.cassandra.pelops.KeyspaceManager
 
KSDEF_STRATEGY_SIMPLE - Static variable in class org.scale7.cassandra.pelops.KeyspaceManager
 

L

LeastLoadedNodeSelectionStrategy - Class in org.scale7.cassandra.pelops.pool
Selects a node based on the number of connections a node currently has in use.
LeastLoadedNodeSelectionStrategy() - Constructor for class org.scale7.cassandra.pelops.pool.LeastLoadedNodeSelectionStrategy
 
LeastLoadedNodeSelectionStrategy.Candidate - Class in org.scale7.cassandra.pelops.pool
 
LeastLoadedNodeSelectionStrategy.Candidate(String, int) - Constructor for class org.scale7.cassandra.pelops.pool.LeastLoadedNodeSelectionStrategy.Candidate
 
length() - Method in class org.scale7.cassandra.pelops.Bytes
Returns the length of the value within the underlying byte buffer.

M

ManagerOperand - Class in org.scale7.cassandra.pelops
 
ManagerOperand.IManagerOperation<ReturnType> - Interface in org.scale7.cassandra.pelops
 
Mutator - Class in org.scale7.cassandra.pelops
Facilitates the mutation of data within a Cassandra keyspace: the desired mutations should first be specified by calling methods such as writeColumn(...), which should then be sent to Cassandra in a single batch by calling execute(...).
Mutator(IThriftPool) - Constructor for class org.scale7.cassandra.pelops.Mutator
Create a batch mutation operation.
Mutator(IThriftPool, long, boolean) - Constructor for class org.scale7.cassandra.pelops.Mutator
Create a batch mutation operation.
Mutator(IThriftPool, long, boolean, int) - Constructor for class org.scale7.cassandra.pelops.Mutator
Create a batch mutation operation.

N

newColumn(String, String) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(String, String, int) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(Bytes, String) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(Bytes, String, int) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(String, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(String, Bytes, int) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(Bytes, Bytes) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumn(Bytes, Bytes, int) - Method in class org.scale7.cassandra.pelops.Mutator
Create new Column object with the time stamp passed to the constructor
newColumnList(Column...) - Method in class org.scale7.cassandra.pelops.Mutator
Create a list of Column objects.
newColumnParent(String) - Static method in class org.scale7.cassandra.pelops.Selector
 
newColumnsPredicate(Bytes, Bytes, boolean, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new SlicePredicate instance.
newColumnsPredicate(String, String, boolean, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new SlicePredicate instance.
newColumnsPredicate(String...) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new SlicePredicate instance.
newColumnsPredicate(Bytes...) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new SlicePredicate instance.
newColumnsPredicateAll(boolean, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new SlicePredicate instance that selects "all" columns
newIndexClause(String, int, IndexExpression...) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new IndexClause instance.
newIndexClause(Bytes, int, IndexExpression...) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new IndexClause instance.
newIndexExpression(Bytes, IndexOperator, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new IndexExpression instance.
newIndexExpression(String, IndexOperator, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new IndexExpression instance.
newKeyRange(String, String, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new KeyRange instance.
newKeyRange(Bytes, Bytes, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new KeyRange instance.
newKeyRingRange(String, String, int) - Static method in class org.scale7.cassandra.pelops.Selector
Create a new KeyRange instance.
newTimeUuid() - Static method in class org.scale7.cassandra.pelops.UuidHelper
Generate a new time UUID object
newTimeUuidBytes() - Static method in class org.scale7.cassandra.pelops.UuidHelper
Deprecated. Use the methods available on Bytes
next() - Method in class org.scale7.cassandra.pelops.PageOfIterator
Returns the next super column in the iteration.
nextStartBeyondName(List<Column>) - Method in class org.scale7.cassandra.pelops.ColumnIterator
 
nextStartBeyondName(List<E>) - Method in class org.scale7.cassandra.pelops.PageOfIterator
 
nextStartBeyondName(List<SuperColumn>) - Method in class org.scale7.cassandra.pelops.SuperColumnIterator
 
NO_TTL - Static variable in class org.scale7.cassandra.pelops.Mutator
Used to indicate that the ttl property on column instances should not be set.
NoConnectionsAvailableException - Exception in org.scale7.cassandra.pelops.exceptions
 
NoConnectionsAvailableException() - Constructor for exception org.scale7.cassandra.pelops.exceptions.NoConnectionsAvailableException
 
NoConnectionsAvailableException(String) - Constructor for exception org.scale7.cassandra.pelops.exceptions.NoConnectionsAvailableException
 
NoOpConnectionValidator - Class in org.scale7.cassandra.pelops.pool
A connection validator that doesn't validate the connection.
NoOpConnectionValidator() - Constructor for class org.scale7.cassandra.pelops.pool.NoOpConnectionValidator
 
NoOpNodeSuspensionStrategy - Class in org.scale7.cassandra.pelops.pool
An implementation of the CommonsBackedPool.INodeSuspensionStrategy that does nothing.
NoOpNodeSuspensionStrategy() - Constructor for class org.scale7.cassandra.pelops.pool.NoOpNodeSuspensionStrategy
 
NotFoundException - Exception in org.scale7.cassandra.pelops.exceptions
 
NotFoundException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.NotFoundException
 
NULL - Static variable in class org.scale7.cassandra.pelops.Bytes
 
nullSafeGet(Bytes) - Static method in class org.scale7.cassandra.pelops.Bytes
Returns the underlying byte array of the provided bytes instance or null if the provided instance was null.
NumberHelper - Class in org.scale7.cassandra.pelops
Deprecated. Use the methods available on Bytes class.
NumberHelper() - Constructor for class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  

O

open() - Method in class org.scale7.cassandra.pelops.Connection
Opens a connection.
open() - Method in interface org.scale7.cassandra.pelops.IConnection
Opens a connection.
openClient() - Method in class org.scale7.cassandra.pelops.ManagerOperand
Acquire connections to cluster nodes in a manner that reduces the likelihood of synchronization issues in the event of failure.
Operand - Class in org.scale7.cassandra.pelops
Base class for objects operating against a Cassandra keyspace.
Operand(IThriftPool) - Constructor for class org.scale7.cassandra.pelops.Operand
 
Operand.IOperation<ReturnType> - Interface in org.scale7.cassandra.pelops
 
OperandPolicy - Class in org.scale7.cassandra.pelops
General policy configuration.
OperandPolicy() - Constructor for class org.scale7.cassandra.pelops.OperandPolicy
 
OperandPolicy(int, boolean) - Constructor for class org.scale7.cassandra.pelops.OperandPolicy
 
OperandPolicy(int, boolean, IExceptionTranslator) - Constructor for class org.scale7.cassandra.pelops.OperandPolicy
 
org.scale7.cassandra.pelops - package org.scale7.cassandra.pelops
 
org.scale7.cassandra.pelops.exceptions - package org.scale7.cassandra.pelops.exceptions
 
org.scale7.cassandra.pelops.pool - package org.scale7.cassandra.pelops.pool
 
org.scale7.cassandra.pelops.spring - package org.scale7.cassandra.pelops.spring
 

P

PageOfIterator<E> - Class in org.scale7.cassandra.pelops
 
PageOfIterator(Selector, String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Constructor for class org.scale7.cassandra.pelops.PageOfIterator
 
Pelops - Class in org.scale7.cassandra.pelops
 
Pelops() - Constructor for class org.scale7.cassandra.pelops.Pelops
 
PelopsException - Exception in org.scale7.cassandra.pelops.exceptions
Base exception thrown by pelops.
PelopsException() - Constructor for exception org.scale7.cassandra.pelops.exceptions.PelopsException
 
PelopsException(String) - Constructor for exception org.scale7.cassandra.pelops.exceptions.PelopsException
 
PelopsException(String, Throwable) - Constructor for exception org.scale7.cassandra.pelops.exceptions.PelopsException
 
PelopsException(Throwable) - Constructor for exception org.scale7.cassandra.pelops.exceptions.PelopsException
 
PooledNodeMBean - Interface in org.scale7.cassandra.pelops.pool
 
ProtocolException - Exception in org.scale7.cassandra.pelops.exceptions
 
ProtocolException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.ProtocolException
 

R

refresh(String) - Method in class org.scale7.cassandra.pelops.Cluster
Refresh the current list of nodes.
refresh() - Method in class org.scale7.cassandra.pelops.Cluster
Refresh the current list of nodes.
registerMBean(Object, String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
release() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.PooledConnection
Deprecated.  
release() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.PooledConnection
 
release() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool.PooledConnection
 
release() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool.IPooledConnection
Release a Connection that has previously been taken from the pool.
releaseConnection(CommonsBackedPool.PooledConnection) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
remove() - Method in class org.scale7.cassandra.pelops.PageOfIterator
Not supported.
reportConnectionBorrowed(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
reportConnectionCorrupted(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
reportConnectionCreated(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
reportConnectionDestroyed(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
reportConnectionReleased(String) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
reversed - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
RowDeletor - Class in org.scale7.cassandra.pelops
Facilitates the removal of data at a key-level.
RowDeletor(IThriftPool) - Constructor for class org.scale7.cassandra.pelops.RowDeletor
 
RowDeletor(IThriftPool, long) - Constructor for class org.scale7.cassandra.pelops.RowDeletor
 
rowKey - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
runMaintenanceTasks() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
runMaintenanceTasks() - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 

S

select(CommonsBackedPool, Set<String>, String) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPool.INodeSelectionStrategy
Called when a node need to be selected.
select(CommonsBackedPool, Set<String>, String) - Method in class org.scale7.cassandra.pelops.pool.LeastLoadedNodeSelectionStrategy
 
selector - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
Selector - Class in org.scale7.cassandra.pelops
Facilitates the selective retrieval of column data from rows in a Cassandra keyspace.

Selector(IThriftPool) - Constructor for class org.scale7.cassandra.pelops.Selector
Create a batch mutation operation.
Selector.OrderType - Enum in org.scale7.cassandra.pelops
Deprecated. 
setCluster(Cluster) - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
setCluster(Cluster) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setConnectionTimeout(Integer) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. The timeout value passed to the org.apache.thrift.transport.TSocket constructor.
setConnectionValidator(CommonsBackedPool.IConnectionValidator) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setDeleteIfNull(boolean) - Method in class org.scale7.cassandra.pelops.OperandPolicy
Dictates if pelops should issue deletes when it detects null values being written in a mutation batch.
setDynamicNodeDiscovery(boolean) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. If dynamic node discovery is switched on, Pelops will periodically attempt to discover the current set of nodes comprising the complete cluster.
setExceptionTranslator(IExceptionTranslator) - Method in class org.scale7.cassandra.pelops.OperandPolicy
The translater used to convert checked Thirft/Cassandra exceptions into unchecked PelopsExceptions.
setKeyspace(String) - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
setKeyspace(String) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setKillNodeConnsOnException(boolean) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. On some networks, for some unknown reason, the Thrift TSocket is not able to detect when it has been disconnected.
setMaxActivePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the cap on the number of object instances managed by the pool per node.
setMaxActivePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setMaxActivePerNode(int) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setMaxConnectionsPerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. Set the maximum number of connections per node we will allow to exist.
setMaxIdlePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the cap on the number of "idle" instances in the pool.
setMaxIdlePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setMaxIdlePerNode(int) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setMaxOpRetries(int) - Method in class org.scale7.cassandra.pelops.OperandPolicy
Max number of times to retry an operation before giving up.
setMaxTotal(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the cap on the total number of instances from all nodes combined.
setMaxTotal(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setMaxTotal(int) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setMaxWaitForConnection(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the maximum amount of time (in milliseconds) the CommonsBackedPool.getConnection() method should wait before throwing an exception when the pool is exhausted.
setMaxWaitForConnection(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setMaxWaitForConnection(int) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setMinCachedConnectionsPerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. Set the minimum cached connections per node.
setMinIdlePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the minimum number of idle objects to maintain in each of the nodes.
setMinIdlePerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setMinIdlePerNode(int) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setNodeSelectionStrategy(CommonsBackedPool.INodeSelectionStrategy) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setNodeSuspensionStrategy(CommonsBackedPool.INodeSuspensionStrategy) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setOperandPolicy(OperandPolicy) - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
setOperandPolicy(OperandPolicy) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setPolicy(CommonsBackedPool.Policy) - Method in class org.scale7.cassandra.pelops.spring.CommonsBackedPoolFactoryBean
 
setPoolPolicy(CachePerNodePool.Policy) - Method in class org.scale7.cassandra.pelops.spring.CachePerNodePoolFactoryBean
Deprecated.  
setTargetConnectionsPerNode(int) - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy
Deprecated. Set the total number of connections per node we would like to hold in hand.
setTestConnectionsWhileIdle(boolean) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
When true, connections will be validated by scheduled tasks thread (if enabled).
setTestConnectionsWhileIdle(boolean) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
setTestConnectionsWhileIdle(boolean) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPoolMBean
 
setTimeBetweenScheduledMaintenanceTaskRunsMillis(int) - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
Sets the number of milliseconds to sleep between runs of the idle object tasks thread.
shutdown() - Static method in class org.scale7.cassandra.pelops.Pelops
Shutdown Pelops.
shutdown() - Method in class org.scale7.cassandra.pelops.pool.CachePerNodePool
Deprecated. Cleanly shutdown this pool and associated Thrift connections and operations.
shutdown() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool
 
shutdown() - Method in class org.scale7.cassandra.pelops.pool.DebuggingPool
 
shutdown() - Method in interface org.scale7.cassandra.pelops.pool.IThriftPool
Shuts down the pool.
startBeyondName - Variable in class org.scale7.cassandra.pelops.PageOfIterator
 
StringHelper - Class in org.scale7.cassandra.pelops
Deprecated. 
StringHelper() - Constructor for class org.scale7.cassandra.pelops.StringHelper
Deprecated.  
superColumnExists(List<SuperColumn>, String) - Static method in class org.scale7.cassandra.pelops.Selector
Determines if a super column with a particular name exist in the list of super columns.
superColumnExists(List<SuperColumn>, Bytes) - Static method in class org.scale7.cassandra.pelops.Selector
Determines if a super column with a particular name exist in the list of super columns.
SuperColumnIterator - Class in org.scale7.cassandra.pelops
Encapsulates the logic required to iterate over super columns.
SuperColumnIterator(Selector, String, Bytes, Bytes, boolean, int, ConsistencyLevel) - Constructor for class org.scale7.cassandra.pelops.SuperColumnIterator
 

T

thrift - Variable in class org.scale7.cassandra.pelops.Operand
 
ThriftPoolBase - Class in org.scale7.cassandra.pelops.pool
Abstract impl of IThriftPool.
ThriftPoolBase() - Constructor for class org.scale7.cassandra.pelops.pool.ThriftPoolBase
 
TimedOutException - Exception in org.scale7.cassandra.pelops.exceptions
 
TimedOutException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.TimedOutException
 
timestamp - Variable in class org.scale7.cassandra.pelops.Mutator
 
timeUuidFromBytes(byte[]) - Static method in class org.scale7.cassandra.pelops.UuidHelper
Deprecated. Use the methods available on Bytes
timeUuidStringToBytes(String) - Static method in class org.scale7.cassandra.pelops.UuidHelper
Deprecated. Use the methods available on Bytes
timeUuidToBytes(UUID) - Static method in class org.scale7.cassandra.pelops.UuidHelper
Deprecated. Use the methods available on Bytes
toBoolean(Boolean) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toBoolean() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toByte(Byte) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toByte() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toByteArray(byte[]) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toByteArray() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toByteArrayList(List<String>) - Static method in class org.scale7.cassandra.pelops.StringHelper
Deprecated. Use Bytes.transformUTF8ToList(java.util.Collection) instead.
toBytes(long) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(long, int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(long, byte[], int, int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(short) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(short, byte[], int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(int, byte[], int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toBytes(String) - Static method in class org.scale7.cassandra.pelops.StringHelper
Deprecated. 
toChar(Character) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toChar() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toDouble(Double) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toDouble() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toFloat(Float) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toFloat() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toInt(Integer) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toInt() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toInt(byte[], int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toInt(byte[]) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toLong(Long) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toLong() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toLong(byte[]) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toLong(byte[], int, int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toShort(Short) - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toShort() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate primitive.
toShort(byte[], int) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toShort(byte[]) - Static method in class org.scale7.cassandra.pelops.NumberHelper
Deprecated.  
toString() - Method in class org.scale7.cassandra.pelops.Bytes
Returns an (expensive) string representation of the bytes as defined by the Arrays.toString(byte[]) method.
toString() - Method in class org.scale7.cassandra.pelops.Cluster.Node
 
toString() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.Policy
 
toString() - Method in class org.scale7.cassandra.pelops.pool.CommonsBackedPool.PooledConnection
 
toTimeUuid() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toUTF8() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
toUTF8(ByteBuffer) - Static method in class org.scale7.cassandra.pelops.Bytes
Convert the byte buffer to a UTF-8 string.
toUTF8(byte[]) - Static method in class org.scale7.cassandra.pelops.Bytes
Convert a raw byte array to a UTF-8 string
toUTF8(byte[]) - Static method in class org.scale7.cassandra.pelops.StringHelper
Deprecated. 
toUuid() - Method in class org.scale7.cassandra.pelops.Bytes
Converts the backing array to the appropriate object instance handling nulls.
transformBytesToList(Collection<Bytes>) - Static method in class org.scale7.cassandra.pelops.Bytes
Transforms the provided list of Bytes instances into a list of byte arrays.
transformBytesToSet(Collection<Bytes>) - Static method in class org.scale7.cassandra.pelops.Bytes
Transforms the provided list of Bytes instances into a list of byte arrays.
transformUTF8ToList(Collection<String>) - Static method in class org.scale7.cassandra.pelops.Bytes
Transforms the provided list of String instances into a list of byte arrays.
transformUTF8ToSet(Collection<String>) - Static method in class org.scale7.cassandra.pelops.Bytes
Transforms the provided list of String instances into a list of byte arrays.
translate(Exception) - Method in class org.scale7.cassandra.pelops.exceptions.IExceptionTranslator.ExceptionTranslator
 
translate(Exception) - Method in interface org.scale7.cassandra.pelops.exceptions.IExceptionTranslator
Translate the provided exception into a pelops exception.
TransportException - Exception in org.scale7.cassandra.pelops.exceptions
 
TransportException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.TransportException
 
truncateColumnFamily(String) - Method in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
tryOperation(ManagerOperand.IManagerOperation<ReturnType>) - Method in class org.scale7.cassandra.pelops.ManagerOperand
 
tryOperation(Operand.IOperation<ReturnType>) - Method in class org.scale7.cassandra.pelops.Operand
 
ttl - Variable in class org.scale7.cassandra.pelops.Mutator
 

U

UnavailableException - Exception in org.scale7.cassandra.pelops.exceptions
 
UnavailableException(Exception) - Constructor for exception org.scale7.cassandra.pelops.exceptions.UnavailableException
 
unregisterMBean(String) - Method in class org.scale7.cassandra.pelops.JmxMBeanManager
 
updateColumnFamily(CfDef) - Method in class org.scale7.cassandra.pelops.ColumnFamilyManager
 
UuidHelper - Class in org.scale7.cassandra.pelops
 
UuidHelper() - Constructor for class org.scale7.cassandra.pelops.UuidHelper
 
uuidToBytes(long, long) - Static method in class org.scale7.cassandra.pelops.UuidHelper
Deprecated. Use the methods available on Bytes

V

validate(CommonsBackedPool.PooledConnection) - Method in interface org.scale7.cassandra.pelops.pool.CommonsBackedPool.IConnectionValidator
Used to indicate if a connection is valid.
validate(CommonsBackedPool.PooledConnection) - Method in class org.scale7.cassandra.pelops.pool.DescribeVersionConnectionValidator
Returns true if the call to Cassandra.Client.describe_version() succeeds.
validate(CommonsBackedPool.PooledConnection) - Method in class org.scale7.cassandra.pelops.pool.NoOpConnectionValidator
Returns true.
valueOf(String) - Static method in enum org.scale7.cassandra.pelops.Selector.OrderType
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.scale7.cassandra.pelops.Selector.OrderType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.

W

writeColumn(String, String, Column) - Method in class org.scale7.cassandra.pelops.Mutator
Write a column value.
writeColumn(String, Bytes, Column) - Method in class org.scale7.cassandra.pelops.Mutator
Write a column value.
writeColumn(String, Bytes, Column, boolean) - Method in class org.scale7.cassandra.pelops.Mutator
Write a column value.
writeColumns(String, String, List<Column>) - Method in class org.scale7.cassandra.pelops.Mutator
Write a list of columns to a key
writeColumns(String, Bytes, List<Column>) - Method in class org.scale7.cassandra.pelops.Mutator
Write a list of columns to a key
writeColumns(String, Bytes, List<Column>, boolean) - Method in class org.scale7.cassandra.pelops.Mutator
Write a list of columns to a key.
writeSubColumn(String, String, String, Column) - Method in class org.scale7.cassandra.pelops.Mutator
Write a single sub-column value to a super column.
writeSubColumn(String, String, Bytes, Column) - Method in class org.scale7.cassandra.pelops.Mutator
Write a single sub-column value to a super column.
writeSubColumn(String, Bytes, Bytes, Column) - Method in class org.scale7.cassandra.pelops.Mutator
Write a single sub-column value to a super column.
writeSubColumns(String, String, String, List<Column>) - Method in class org.scale7.cassandra.pelops.Mutator
Write multiple sub-column values to a super column.
writeSubColumns(String, String, Bytes, List<Column>) - Method in class org.scale7.cassandra.pelops.Mutator
Write multiple sub-column values to a super column.
writeSubColumns(String, Bytes, Bytes, List<Column>) - Method in class org.scale7.cassandra.pelops.Mutator
Write multiple sub-column values to a super column.
writeSubColumns(String, Bytes, Bytes, List<Column>, boolean) - Method in class org.scale7.cassandra.pelops.Mutator
Write multiple sub-column values to a super column.

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

Copyright © 2011. All Rights Reserved.