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

A

AbstractColumnImpl<C> - Class in com.netflix.astyanax.model
 
AbstractColumnImpl(C) - Constructor for class com.netflix.astyanax.model.AbstractColumnImpl
 
AbstractColumnList<C> - Class in com.netflix.astyanax.model
 
AbstractColumnList() - Constructor for class com.netflix.astyanax.model.AbstractColumnList
 
AbstractColumnListMutation<C> - Class in com.netflix.astyanax
Abstract implementation of a row mutation
AbstractColumnListMutation(long) - Constructor for class com.netflix.astyanax.AbstractColumnListMutation
 
AbstractComposite - Class in com.netflix.astyanax.model
Parent class of Composite and DynamicComposite.
AbstractComposite(boolean) - Constructor for class com.netflix.astyanax.model.AbstractComposite
 
AbstractComposite(boolean, Object...) - Constructor for class com.netflix.astyanax.model.AbstractComposite
 
AbstractComposite(boolean, List<?>) - Constructor for class com.netflix.astyanax.model.AbstractComposite
 
AbstractComposite.Component<T> - Class in com.netflix.astyanax.model
 
AbstractComposite.Component(T, ByteBuffer, Serializer<T>, String, AbstractComposite.ComponentEquality) - Constructor for class com.netflix.astyanax.model.AbstractComposite.Component
 
AbstractComposite.ComponentEquality - Enum in com.netflix.astyanax.model
 
AbstractPreparedCqlQuery<K,C> - Class in com.netflix.astyanax.query
 
AbstractPreparedCqlQuery() - Constructor for class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
AbstractSerializer<T> - Class in com.netflix.astyanax.serializers
A base class for serializer implementations.
AbstractSerializer() - Constructor for class com.netflix.astyanax.serializers.AbstractSerializer
 
AckingQueue - Interface in com.netflix.astyanax.impl
Abstraction for a durable queue requiring an ack to do the final remove
ackMutation(MutationBatch) - Method in interface com.netflix.astyanax.impl.AckingQueue
Ack a mutation so that it may be removed from the queue
ackMutation(MutationBatch) - Method in class com.netflix.astyanax.util.BlockingAckingQueue
 
add(int, Object) - Method in class com.netflix.astyanax.model.AbstractComposite
 
add(Column<C>) - Method in interface com.netflix.astyanax.model.ColumnMap
Add a single column to the collection
add(T, Serializer<T>) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
add(T, Serializer<T>) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
add(Column<C>) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
addAll(Collection<? extends Object>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addAll(int, Collection<? extends Object>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addAll(Collection<Column<C>>) - Method in interface com.netflix.astyanax.model.ColumnMap
Add a set of columns to the collection
addAll(Collection<Column<C>>) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
addBoolean(Boolean) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addBoolean(Boolean) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addBytes(byte[]) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addBytes(ByteBuffer) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addBytes(byte[]) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addBytes(ByteBuffer) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addColumnFamily(ColumnFamilyDefinition) - Method in interface com.netflix.astyanax.Cluster
Add a column family to an existing keyspace
addComponent(T, Serializer<T>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addComponent(T, Serializer<T>, AbstractComposite.ComponentEquality) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addComponent(T, Serializer<T>, String) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addComponent(T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addComponent(int, T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class com.netflix.astyanax.model.AbstractComposite
 
addExpression() - Method in interface com.netflix.astyanax.query.IndexQuery
Add an expression (EQ, GT, GTE, LT, LTE) to the clause.
addExtra(String, String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
addInteger(Integer) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addInteger(Integer) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addKeyspace(KeyspaceDefinition) - Method in interface com.netflix.astyanax.Cluster
Add a new keyspace to the cluster.
addLong(Long) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addLong(Long) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addPreparedExpressions(Collection<PreparedIndexExpression<K, C>>) - Method in interface com.netflix.astyanax.query.IndexQuery
Add a set of prepare index expressions.
addString(String) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addString(String) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addTimeUUID(UUID) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addTimeUUID(Long, TimeUnit) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addTimeUUID(UUID) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addTimeUUID(Long, TimeUnit) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
addUUID(UUID) - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
addUUID(UUID) - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
AllRowsQuery<K,C> - Interface in com.netflix.astyanax.query
Specialized query to iterate the contents of a column family.
AnnotatedCompositeSerializer<T> - Class in com.netflix.astyanax.serializers
Serializer for a Pojo annotated with Component field annotations Serialized data is formatted as a list of components with each component having the format: <2 byte length><0>
AnnotatedCompositeSerializer(Class<T>, boolean) - Constructor for class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
AnnotatedCompositeSerializer(Class<T>) - Constructor for class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
AnnotatedCompositeSerializer(Class<T>, int) - Constructor for class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
AnnotatedCompositeSerializer(Class<T>, int, boolean) - Constructor for class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
AnnotatedCompositeSerializer.ComponentSerializer<P> - Class in com.netflix.astyanax.serializers
Serializer for a single component within the Pojo
AnnotatedCompositeSerializer.ComponentSerializer(Field, Serializer<P>, int) - Constructor for class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
AnnotationSet<ID extends java.lang.annotation.Annotation,COLUMN extends java.lang.annotation.Annotation> - Interface in com.netflix.astyanax.mapping
Deprecated. 
append(C2, Serializer<C2>) - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated. Add a depth to the path
append(String) - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated.  
append(int) - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated.  
append(double) - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated.  
append(Object, Equality) - Method in interface com.netflix.astyanax.model.RangeEndpoint
 
append(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
Append a list of ByteBuffers to this stream.
append(ByteBufferOutputStream, Object, Equality) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
AsciiSerializer - Class in com.netflix.astyanax.serializers
Almost identical to StringSerializer except we use the US-ASCII character set code
AsciiSerializer() - Constructor for class com.netflix.astyanax.serializers.AsciiSerializer
 
asConfig - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
asCount() - Method in interface com.netflix.astyanax.cql.CqlStatementResult
 
asMap() - Method in interface com.netflix.astyanax.model.ColumnMap
Return the underlying map
asMap() - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
asPreparedStatement() - Method in interface com.netflix.astyanax.cql.CqlStatement
 
asPreparedStatement() - Method in interface com.netflix.astyanax.query.CqlQuery
Prepares the provided CQL statement.
AstyanaxCheckpointManager - Class in com.netflix.astyanax.impl
Track checkpoints in cassandra
AstyanaxCheckpointManager(Keyspace, String, String) - Constructor for class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
AstyanaxCheckpointManager(Keyspace, String, Long) - Constructor for class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
AstyanaxCheckpointManager(Keyspace, String, ByteBuffer) - Constructor for class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
AstyanaxConfiguration - Interface in com.netflix.astyanax
Interface defining all astyanax API configuration parameters.
AstyanaxConfigurationImpl - Class in com.netflix.astyanax.impl
 
AstyanaxConfigurationImpl() - Constructor for class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
AstyanaxContext<Entity> - Class in com.netflix.astyanax
This object tracks the context of an astyanax instance of either a Cluster or Keyspace
AstyanaxContext.Builder - Class in com.netflix.astyanax
 
AstyanaxContext.Builder() - Constructor for class com.netflix.astyanax.AstyanaxContext.Builder
 
AstyanaxTypeFactory<T> - Interface in com.netflix.astyanax
Factory that groups a family of Keyspace, Client and ConnectionFactory for a specific RPC to cassandra (i.e.
autoPaginate(boolean) - Method in interface com.netflix.astyanax.query.RowQuery
When used in conjunction with a column range this will call subsequent calls to execute() to get the next block of columns.
autoPaginateRows(boolean) - Method in interface com.netflix.astyanax.query.IndexQuery
Automatically sets the next start key so that the next call to execute will fetch the next block of rows

B

BigDecimalSerializer - Class in com.netflix.astyanax.serializers
 
BigDecimalSerializer() - Constructor for class com.netflix.astyanax.serializers.BigDecimalSerializer
 
BigInteger127Partitioner - Class in com.netflix.astyanax.partitioner
 
BigInteger127Partitioner() - Constructor for class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
BigIntegerSerializer - Class in com.netflix.astyanax.serializers
Serializer implementation for BigInteger
BigIntegerSerializer() - Constructor for class com.netflix.astyanax.serializers.BigIntegerSerializer
 
BlockingAckingQueue - Class in com.netflix.astyanax.util
 
BlockingAckingQueue() - Constructor for class com.netflix.astyanax.util.BlockingAckingQueue
 
BooleanSerializer - Class in com.netflix.astyanax.serializers
Converts bytes to Boolean and vice versa
BooleanSerializer() - Constructor for class com.netflix.astyanax.serializers.BooleanSerializer
 
BOP20Partitioner - Class in com.netflix.astyanax.partitioner
 
BOP20Partitioner() - Constructor for class com.netflix.astyanax.partitioner.BOP20Partitioner
 
build() - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
build() - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
build() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
build() - Method in class com.netflix.astyanax.util.RangeBuilder
 
buildCluster(AstyanaxTypeFactory<T>) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
buildKeyspace(AstyanaxTypeFactory<T>) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
buildRange() - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
ByteBufferOutputStream - Class in com.netflix.astyanax.serializers
Utility to collect data written to an OutputStream in ByteBuffers.
ByteBufferOutputStream() - Constructor for class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
ByteBufferRange - Interface in com.netflix.astyanax.model
Interface to get a raw byte buffer range.
ByteBufferRangeImpl - Class in com.netflix.astyanax.util
 
ByteBufferRangeImpl(ByteBuffer, ByteBuffer, int, boolean) - Constructor for class com.netflix.astyanax.util.ByteBufferRangeImpl
 
ByteBufferSerializer - Class in com.netflix.astyanax.serializers
The BytesExtractor is a simple identity function.
ByteBufferSerializer() - Constructor for class com.netflix.astyanax.serializers.ByteBufferSerializer
 
BytesArraySerializer - Class in com.netflix.astyanax.serializers
A BytesArraySerializer translates the byte[] to and from ByteBuffer.
BytesArraySerializer() - Constructor for class com.netflix.astyanax.serializers.BytesArraySerializer
 
ByteSerializer - Class in com.netflix.astyanax.serializers
 
ByteSerializer() - Constructor for class com.netflix.astyanax.serializers.ByteSerializer
 

C

CassandraOperationCategory - Enum in com.netflix.astyanax
 
CassandraOperationTracer - Interface in com.netflix.astyanax
Notification interface of success or failures executing keyspace operations.
CassandraOperationType - Enum in com.netflix.astyanax
 
CF_CLICK_STREAM - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_COMPOSITE - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_COMPOSITE_CSV - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_COMPOSITE_KEY - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_COUNTER1 - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_COUNTER_SUPER1 - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_EMPTY - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_LONGCOLUMN - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_NOT_DEFINED - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_STANDARD1 - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_STANDARD2 - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_SUPER1 - Static variable in class com.netflix.astyanax.test.TestConstants
 
CF_TIME_UUID - Static variable in class com.netflix.astyanax.test.TestConstants
 
CharSerializer - Class in com.netflix.astyanax.serializers
Uses Char Serializer
CharSerializer() - Constructor for class com.netflix.astyanax.serializers.CharSerializer
 
CheckpointManager - Interface in com.netflix.astyanax.query
Interface for tracking checkpoints for a getAllRows query.
clear() - Method in class com.netflix.astyanax.model.AbstractComposite
 
clone(ByteBuffer) - Static method in class com.netflix.astyanax.util.RangeBuilder
 
Cluster - Interface in com.netflix.astyanax
Interface for cluster operations.
CLUSTER_NAME - Static variable in class com.netflix.astyanax.test.TestConstants
 
clusterName - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
Column - Annotation Type in com.netflix.astyanax.mapping
Deprecated. 
Column<C> - Interface in com.netflix.astyanax.model
Common interface for extracting column values after a query.
ColumnarRecordWriter - Class in com.netflix.astyanax.util
Writer rows where the first pair is the key and subsequent pairs are columns.
ColumnarRecordWriter(Keyspace, String) - Constructor for class com.netflix.astyanax.util.ColumnarRecordWriter
 
ColumnarRecordWriter(Keyspace, String, SerializerPackage) - Constructor for class com.netflix.astyanax.util.ColumnarRecordWriter
 
columnAsByteBuffer(String) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a string column name to a ByteBuffer using the package's column serializer
columnAsByteBuffer(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
columnAsString(ByteBuffer) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a column name to a string using the package's column serializer
columnAsString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
ColumnCountQuery - Interface in com.netflix.astyanax.query
 
ColumnFamily<K,C> - Class in com.netflix.astyanax.model
Basic column family definition.
ColumnFamily(String, Serializer<K>, Serializer<C>, ColumnType) - Constructor for class com.netflix.astyanax.model.ColumnFamily
Deprecated. Super columns should be replaced with composite columns
ColumnFamily(String, Serializer<K>, Serializer<C>) - Constructor for class com.netflix.astyanax.model.ColumnFamily
 
ColumnFamily(String, Serializer<K>, Serializer<C>, Serializer<?>) - Constructor for class com.netflix.astyanax.model.ColumnFamily
 
ColumnFamilyQuery<K,C> - Interface in com.netflix.astyanax.query
Top level column family query lets you choose the type of query being performed at the key level.
ColumnList<C> - Interface in com.netflix.astyanax.model
Interface to a list of columns.
ColumnListMutation<C> - Interface in com.netflix.astyanax
Abstraction for batching column operations on a single row.
ColumnMap<C> - Interface in com.netflix.astyanax.model
 
ColumnMutation - Interface in com.netflix.astyanax
 
ColumnPath<C> - Class in com.netflix.astyanax.model
Deprecated. Super columns should be replaced with composite columns
ColumnPath(Serializer<C>) - Constructor for class com.netflix.astyanax.model.ColumnPath
Deprecated. Construct an empty path and give it the serializer for column names at the end of the path.
ColumnPath() - Constructor for class com.netflix.astyanax.model.ColumnPath
Deprecated. Construct a column path for a mutation.
ColumnQuery<C> - Interface in com.netflix.astyanax.query
Interface to execute a column query on a single row.
ColumnSlice<C> - Class in com.netflix.astyanax.model
Definition for a sub set of slices.
ColumnSlice(Collection<C>) - Constructor for class com.netflix.astyanax.model.ColumnSlice
 
ColumnSlice(C, C) - Constructor for class com.netflix.astyanax.model.ColumnSlice
 
ColumnType - Enum in com.netflix.astyanax.model
Deprecated. Super columns should be replaced with composite columns
com.netflix.astyanax - package com.netflix.astyanax
 
com.netflix.astyanax.cql - package com.netflix.astyanax.cql
 
com.netflix.astyanax.impl - package com.netflix.astyanax.impl
 
com.netflix.astyanax.mapping - package com.netflix.astyanax.mapping
 
com.netflix.astyanax.model - package com.netflix.astyanax.model
 
com.netflix.astyanax.partitioner - package com.netflix.astyanax.partitioner
 
com.netflix.astyanax.query - package com.netflix.astyanax.query
 
com.netflix.astyanax.serializers - package com.netflix.astyanax.serializers
 
com.netflix.astyanax.shallows - package com.netflix.astyanax.shallows
 
com.netflix.astyanax.test - package com.netflix.astyanax.test
 
com.netflix.astyanax.util - package com.netflix.astyanax.util
 
ComparatorType - Enum in com.netflix.astyanax.serializers
 
compareTo(AbstractComposite) - Method in class com.netflix.astyanax.model.AbstractComposite
 
compareTo(ColumnFamily<K, C>) - Method in class com.netflix.astyanax.model.ColumnFamily
 
compareTo(AnnotatedCompositeSerializer.ComponentSerializer<?>) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
componentsIterator() - Method in class com.netflix.astyanax.model.AbstractComposite
 
Composite - Class in com.netflix.astyanax.model
 
Composite() - Constructor for class com.netflix.astyanax.model.Composite
 
Composite(Object...) - Constructor for class com.netflix.astyanax.model.Composite
 
Composite(List<?>) - Constructor for class com.netflix.astyanax.model.Composite
 
CompositeBuilder - Interface in com.netflix.astyanax.model
 
CompositeBuilderImpl - Class in com.netflix.astyanax.model
 
CompositeBuilderImpl(AbstractComposite) - Constructor for class com.netflix.astyanax.model.CompositeBuilderImpl
 
CompositeParser - Interface in com.netflix.astyanax.model
 
CompositeParserImpl - Class in com.netflix.astyanax.model
 
CompositeParserImpl(ByteBuffer) - Constructor for class com.netflix.astyanax.model.CompositeParserImpl
 
CompositeRangeBuilder - Class in com.netflix.astyanax.serializers
 
CompositeRangeBuilder() - Constructor for class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
Composites - Class in com.netflix.astyanax.model
 
Composites() - Constructor for class com.netflix.astyanax.model.Composites
 
CompositeSerializer - Class in com.netflix.astyanax.serializers
 
CompositeSerializer() - Constructor for class com.netflix.astyanax.serializers.CompositeSerializer
 
computeInitialHashSize(int) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
ConsistencyLevel - Enum in com.netflix.astyanax.model
Consistency Level thin abstraction
containsAll(Collection<?>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
copyTo(ColumnFamily<K, C>, K) - Method in interface com.netflix.astyanax.query.RowQuery
Copy the results of the query to another column family
cp - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
cpConfig - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
CqlPreparedStatement - Interface in com.netflix.astyanax.cql
 
CqlQuery<K,C> - Interface in com.netflix.astyanax.query
Interface for executing a CQL query.
CqlResult<K,C> - Interface in com.netflix.astyanax.model
Interface for a CQL query result.
CqlSchema - Interface in com.netflix.astyanax.cql
 
CqlStatement - Interface in com.netflix.astyanax.cql
 
CqlStatementResult - Interface in com.netflix.astyanax.cql
 
createCluster(ConnectionPool<T>, AstyanaxConfiguration, KeyspaceTracerFactory) - Method in interface com.netflix.astyanax.AstyanaxTypeFactory
 
createColumnFamily(Map<String, Object>) - Method in interface com.netflix.astyanax.Cluster
Create a column family in this keyspace
createColumnFamily(ColumnFamily<K, C>, Map<String, Object>) - Method in interface com.netflix.astyanax.Keyspace
Create a column family in this keyspace
createColumnFamily(Map<String, Object>) - Method in interface com.netflix.astyanax.Keyspace
Create a column family from the provied options
createColumnFamily(ColumnFamily<K, C>, Map<String, Object>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
createColumnFamily(Map<String, Object>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
createConnectionFactory(AstyanaxConfiguration, ConnectionPoolConfiguration, KeyspaceTracerFactory, ConnectionPoolMonitor) - Method in interface com.netflix.astyanax.AstyanaxTypeFactory
 
createConnectionPool(ConnectionFactory<T>) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
createEntry() - Method in class com.netflix.astyanax.impl.NoOpWriteAheadLog
 
createEntry() - Method in interface com.netflix.astyanax.WriteAheadLog
Add an entry to WAL before it is sent to Cassandra.
createKeyspace(String, ConnectionPool<T>, AstyanaxConfiguration, KeyspaceTracerFactory) - Method in interface com.netflix.astyanax.AstyanaxTypeFactory
 
createKeyspace(Map<String, Object>) - Method in interface com.netflix.astyanax.Cluster
Create the keyspace in cassandra.
createKeyspace(Map<String, Object>) - Method in interface com.netflix.astyanax.Keyspace
Create the keyspace in cassandra.
createKeyspace(Map<String, Object>, Map<ColumnFamily, Map<String, Object>>) - Method in interface com.netflix.astyanax.Keyspace
Bulk create for a keyspace and a bunch of column famlies
createKeyspace(Map<String, Object>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
createKeyspace(Map<String, Object>, Map<ColumnFamily, Map<String, Object>>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
createStreamReader(InputStream) - Method in class com.netflix.astyanax.serializers.JaxbSerializer
Get a new XML stream reader.
createStreamWriter(OutputStream) - Method in class com.netflix.astyanax.serializers.JaxbSerializer
Get a new XML stream writer.
CsvColumnReader - Class in com.netflix.astyanax.util
Read a CSV where each row represents a single column rowkey, columname, columnvalue
CsvColumnReader(Reader) - Constructor for class com.netflix.astyanax.util.CsvColumnReader
 
CsvRecordReader - Class in com.netflix.astyanax.util
 
CsvRecordReader(Reader) - Constructor for class com.netflix.astyanax.util.CsvRecordReader
 
CsvRowsWriter - Class in com.netflix.astyanax.util
 
CsvRowsWriter() - Constructor for class com.netflix.astyanax.util.CsvRowsWriter
 

D

DateSerializer - Class in com.netflix.astyanax.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 com.netflix.astyanax.serializers.DateSerializer
 
DEFAULT_ALIAS_TO_COMPARATOR_MAPPING - Static variable in class com.netflix.astyanax.model.AbstractComposite
 
DEFAULT_ID_COLUMN_NAME - Static variable in class com.netflix.astyanax.mapping.Mapping
Deprecated. If the ID column does not have a Column annotation, this column name is used
DEFAULT_PORT - Static variable in class com.netflix.astyanax.test.EmbeddedCassandra
 
DEFAULT_SERIALIZER_PACKAGE - Static variable in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
DEFAULT_SERIALIZER_TO_COMPARATOR_MAPPING - Static variable in class com.netflix.astyanax.model.AbstractComposite
 
DEFAULT_STORAGE_PORT - Static variable in class com.netflix.astyanax.test.EmbeddedCassandra
 
DefaultAnnotationSet - Class in com.netflix.astyanax.mapping
Deprecated. 
DefaultAnnotationSet() - Constructor for class com.netflix.astyanax.mapping.DefaultAnnotationSet
Deprecated.  
defaultTtl - Variable in class com.netflix.astyanax.AbstractColumnListMutation
 
delete() - Method in interface com.netflix.astyanax.ColumnListMutation
Deletes all columns at the current column path location.
deleteColumn(C) - Method in interface com.netflix.astyanax.ColumnListMutation
Insert a delete column mutation.
deleteColumn() - Method in interface com.netflix.astyanax.ColumnMutation
 
deleteCounterColumn() - Method in interface com.netflix.astyanax.ColumnMutation
 
deleteRow(Iterable<? extends ColumnFamily<K, ?>>, K) - Method in interface com.netflix.astyanax.MutationBatch
Delete the row for all the specified column families.
describeClusterName() - Method in interface com.netflix.astyanax.Cluster
The cluster name is completely arbitrary
describeKeyspace(String) - Method in interface com.netflix.astyanax.Cluster
Describe a single keyspace
describeKeyspace() - Method in interface com.netflix.astyanax.Keyspace
Return a complete description of the keyspace and its column families
describeKeyspace() - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeKeyspaces() - Method in interface com.netflix.astyanax.Cluster
Return details about all keyspaces in the cluster
describePartitioner() - Method in interface com.netflix.astyanax.Cluster
Describe the partitioner used by the cluster
describePartitioner() - Method in interface com.netflix.astyanax.Keyspace
Describe the partitioner used by the cluster
describePartitioner() - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeRing() - Method in interface com.netflix.astyanax.Keyspace
Get a list of all tokens and their endpoints.
describeRing(String) - Method in interface com.netflix.astyanax.Keyspace
Get a list of all tokens and their endpoints for a specific dc only.
describeRing(String, String) - Method in interface com.netflix.astyanax.Keyspace
Get a list of tokens and their endpoints for a specific dc/rack combination.
describeRing(boolean) - Method in interface com.netflix.astyanax.Keyspace
Describe the ring but use the last locally cached version if available.
describeRing() - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeRing(boolean) - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeRing(String) - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeRing(String, String) - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeSchemaVersions() - Method in interface com.netflix.astyanax.Cluster
For each schema version present in the cluster, returns a list of nodes at that version.
describeSchemaVersions() - Method in interface com.netflix.astyanax.Keyspace
List all schema versions in the cluster.
describeSchemaVersions() - Method in class com.netflix.astyanax.test.TestKeyspace
 
describeSnitch() - Method in interface com.netflix.astyanax.Cluster
Describe the snitch name used on the cluster
deserialize(ByteBuffer) - Method in class com.netflix.astyanax.model.AbstractComposite
 
deserialize(ByteBuffer) - Method in interface com.netflix.astyanax.MutationBatch
Re-recreate a mutation batch from a serialized ByteBuffer created by a call to serialize().
deserialize(Object, ByteBuffer) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
discardMutations() - Method in interface com.netflix.astyanax.MutationBatch
Discard any pending mutations.
discovery - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
DoubleSerializer - Class in com.netflix.astyanax.serializers
Uses LongSerializer via translating Doubles to and from raw long bytes form.
DoubleSerializer() - Constructor for class com.netflix.astyanax.serializers.DoubleSerializer
 
dropColumnFamily(String, String) - Method in interface com.netflix.astyanax.Cluster
Delete the column family from the keyspace
dropColumnFamily(String) - Method in interface com.netflix.astyanax.Keyspace
Drop a column family from this keyspace
dropColumnFamily(ColumnFamily<K, C>) - Method in interface com.netflix.astyanax.Keyspace
Drop a column family from this keyspace
dropColumnFamily(String) - Method in class com.netflix.astyanax.test.TestKeyspace
 
dropColumnFamily(ColumnFamily<K, C>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
dropKeyspace(String) - Method in interface com.netflix.astyanax.Cluster
Delete a keyspace from the cluster
dropKeyspace() - Method in interface com.netflix.astyanax.Keyspace
Drop this keyspace from cassandra
dropKeyspace() - Method in class com.netflix.astyanax.test.TestKeyspace
 
DynamicComposite - Class in com.netflix.astyanax.model
 
DynamicComposite() - Constructor for class com.netflix.astyanax.model.DynamicComposite
 
DynamicComposite(Object...) - Constructor for class com.netflix.astyanax.model.DynamicComposite
 
DynamicComposite(List<?>) - Constructor for class com.netflix.astyanax.model.DynamicComposite
 
DynamicCompositeSerializer - Class in com.netflix.astyanax.serializers
 
DynamicCompositeSerializer() - Constructor for class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 

E

EmbeddedCassandra - Class in com.netflix.astyanax.test
Use EmbeddedCassandraFactory
EmbeddedCassandra() - Constructor for class com.netflix.astyanax.test.EmbeddedCassandra
 
EmbeddedCassandra(String) - Constructor for class com.netflix.astyanax.test.EmbeddedCassandra
 
EmbeddedCassandra(File) - Constructor for class com.netflix.astyanax.test.EmbeddedCassandra
 
EmbeddedCassandra(File, String, int, int) - Constructor for class com.netflix.astyanax.test.EmbeddedCassandra
 
EmptyCheckpointManager - Class in com.netflix.astyanax.shallows
 
EmptyCheckpointManager() - Constructor for class com.netflix.astyanax.shallows.EmptyCheckpointManager
 
EmptyColumn<C> - Class in com.netflix.astyanax.shallows
 
EmptyColumn() - Constructor for class com.netflix.astyanax.shallows.EmptyColumn
 
EmptyColumnList<C> - Class in com.netflix.astyanax.shallows
 
EmptyColumnList() - Constructor for class com.netflix.astyanax.shallows.EmptyColumnList
 
EmptyKeyspaceTracer - Class in com.netflix.astyanax.shallows
 
EmptyKeyspaceTracerFactory - Class in com.netflix.astyanax.shallows
 
EmptyRowsImpl<K,C> - Class in com.netflix.astyanax.shallows
 
EmptyRowsImpl() - Constructor for class com.netflix.astyanax.shallows.EmptyRowsImpl
 
Equality - Enum in com.netflix.astyanax.model
 
equals() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
equals(Object) - Method in class com.netflix.astyanax.model.ColumnFamily
 
equals() - Method in interface com.netflix.astyanax.query.IndexOperationExpression
 
equals() - Method in interface com.netflix.astyanax.query.PreparedIndexOperationExpression
 
execute(MutationBatch) - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
execute(MutationBatch) - Method in class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
Write a mutation to the wal and execute it
executeWithCallback(RowCallback<K, C>) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Execute the operation in a separate thread for each token range and provide the results in a callback.

F

failure(ConnectionException) - Method in interface com.netflix.astyanax.CassandraOperationTracer
 
failure(ConnectionException) - Method in interface com.netflix.astyanax.RowCallback
Notification of an error calling cassandra.
failure(ConnectionException) - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracer
 
fillMutation(T, ColumnListMutation<String>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Map a bean to a column mutation.
FloatSerializer - Class in com.netflix.astyanax.serializers
Uses IntSerializer via translating Float objects to and from raw long bytes form.
FloatSerializer() - Constructor for class com.netflix.astyanax.serializers.FloatSerializer
 
forCluster(String) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
forKeyspace(String) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
forTokenRange(BigInteger, BigInteger) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Execute the operation on a specific token range, instead of the entire range.
forTokenRange(String, String) - Method in interface com.netflix.astyanax.query.AllRowsQuery
 
fromByte(byte) - Static method in enum com.netflix.astyanax.model.AbstractComposite.ComponentEquality
 
fromByte(byte) - Static method in enum com.netflix.astyanax.model.Equality
 
fromByteBuffer(ByteBuffer) - Static method in class com.netflix.astyanax.model.Composite
 
fromByteBuffer(ByteBuffer) - Static method in class com.netflix.astyanax.model.DynamicComposite
 
fromByteBuffer(ByteBuffer) - Method in interface com.netflix.astyanax.Serializer
Extract an object of type T from the bytes.
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AsciiSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BytesArraySerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.CharSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.CompositeSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DateSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.JaxbSerializer
Extract an object of type T from the bytes.
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ListSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.LongSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.MapSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ObjectSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.PrefixedSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SetSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ShortSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.StringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.TypeInferringSerializer
 
fromByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 
fromBytes(byte[]) - Method in interface com.netflix.astyanax.Serializer
 
fromBytes(byte[]) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromBytes(byte[]) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
fromBytes(byte[]) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
fromBytesList(List<ByteBuffer>) - Method in interface com.netflix.astyanax.Serializer
 
fromBytesList(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromBytesList(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
fromBytesList(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.PrefixedSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in interface com.netflix.astyanax.Serializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
fromBytesMap(Map<ByteBuffer, V>) - Method in class com.netflix.astyanax.serializers.PrefixedSerializer
 
fromBytesSet(Set<ByteBuffer>) - Method in interface com.netflix.astyanax.Serializer
 
fromBytesSet(Set<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromString(String) - Method in interface com.netflix.astyanax.Serializer
Create a ByteBuffer by first parsing the type out of a string
fromString(String) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.AsciiSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.BytesArraySerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.ByteSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.CharSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.DateSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.LongSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.ShortSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.SpecificCompositeSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.StringSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
fromString(String) - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 

G

get() - Method in class com.netflix.astyanax.impl.RingDescribeHostSupplier
 
get(ColumnFamily<K, String>, K, Class<T>) - Method in class com.netflix.astyanax.mapping.MappingUtil
Deprecated. Get the specified item by its key/id
get(int) - Method in class com.netflix.astyanax.model.AbstractComposite
 
get(int, Serializer<T>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
get(C) - Method in interface com.netflix.astyanax.model.ColumnMap
Queries column by name
get(int) - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated. Get a path element from a specific depth
get(C) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
get() - Static method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
get() - Static method in class com.netflix.astyanax.partitioner.LongBOPPartitioner
 
get() - Static method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
get() - Static method in class com.netflix.astyanax.partitioner.OrderedBigIntegerPartitioner
 
get() - Static method in class com.netflix.astyanax.serializers.AsciiSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.BooleanSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.BytesArraySerializer
 
get() - Static method in class com.netflix.astyanax.serializers.ByteSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.CharSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.CompositeSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.DateSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.DoubleSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.FloatSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.Int32Serializer
 
get() - Static method in class com.netflix.astyanax.serializers.IntegerSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.LongSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.ObjectSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.ShortSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.StringSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.TypeInferringSerializer
 
get() - Static method in class com.netflix.astyanax.serializers.UUIDSerializer
 
getAliasesToComparatorMapping() - Method in class com.netflix.astyanax.model.AbstractComposite
 
getAll(Rows<?, String>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Load a set of rows into new instances populated with values from the column lists
getAll(ColumnFamily<K, String>, Class<T>) - Method in class com.netflix.astyanax.mapping.MappingUtil
Deprecated. Get all rows of the specified item
getAllRows() - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query to get an iterator to all rows in the column family
getAstyanaxConfiguration() - Method in class com.netflix.astyanax.AstyanaxContext
 
getAsyncExecutor() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Return the maximum number of allows async threads to executeAsync()
getAsyncExecutor() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getBoolean(C, Boolean) - Method in interface com.netflix.astyanax.model.ColumnMap
Get value as a boolean
getBoolean(C, Boolean) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getBooleanValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getBooleanValue(C, Boolean) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getBooleanValue() - Method in interface com.netflix.astyanax.model.Column
Get value as a boolean
getBooleanValue(C, Boolean) - Method in interface com.netflix.astyanax.model.ColumnList
Get value as a boolean
getBufferList() - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
Returns all data written and resets the stream to be empty.
getByClassName(String) - Static method in enum com.netflix.astyanax.serializers.ComparatorType
 
getByteArray(C, byte[]) - Method in interface com.netflix.astyanax.model.ColumnMap
Get the raw byte[] value
getByteArray(C, byte[]) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getByteArrayValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getByteArrayValue(C, byte[]) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getByteArrayValue() - Method in interface com.netflix.astyanax.model.Column
Get the raw byte[] value
getByteArrayValue(C, byte[]) - Method in interface com.netflix.astyanax.model.ColumnList
Get the raw byte[] value
getByteBuffer(C, ByteBuffer) - Method in interface com.netflix.astyanax.model.ColumnMap
Get the raw ByteBuffer value
getByteBuffer(C, ByteBuffer) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getByteBuffer() - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
getByteBufferValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getByteBufferValue(C, ByteBuffer) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getByteBufferValue() - Method in interface com.netflix.astyanax.model.Column
Get the raw ByteBuffer value
getByteBufferValue(C, ByteBuffer) - Method in interface com.netflix.astyanax.model.ColumnList
Get the raw ByteBuffer value
getBytes(Serializer<A>) - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getBytes() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getBytes(ByteBuffer, int) - Static method in class com.netflix.astyanax.model.AbstractComposite
 
getByteValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getByteValue() - Method in interface com.netflix.astyanax.model.Column
Return value as an integer
getCategory() - Method in enum com.netflix.astyanax.CassandraOperationType
 
getCheckpoint(String) - Method in class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
getCheckpoint(String) - Method in interface com.netflix.astyanax.query.CheckpointManager
Get the next checkpoint after the specified token.
getCheckpoint(String) - Method in class com.netflix.astyanax.shallows.EmptyCheckpointManager
Since no checkpoint management is done here simply use the startToken as the start checkpoint for the range
getCheckpoints() - Method in class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
getCheckpoints() - Method in interface com.netflix.astyanax.query.CheckpointManager
Return a sorted map of start tokens to their checkpoint
getCheckpoints() - Method in class com.netflix.astyanax.shallows.EmptyCheckpointManager
 
getClassName() - Method in enum com.netflix.astyanax.serializers.ComparatorType
 
getClock() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Return clock to use when setting timestamps for column insertion and deletion operations.
getClock() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getClusterName() - Method in class com.netflix.astyanax.AstyanaxContext
 
getColumn() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
getColumn() - Method in interface com.netflix.astyanax.query.PreparedIndexExpression
 
getColumn(C) - Method in interface com.netflix.astyanax.query.RowQuery
Specify the path to a single column (either Standard or Super).
getColumnAnnotation() - Method in interface com.netflix.astyanax.mapping.AnnotationSet
Deprecated.  
getColumnAnnotation() - Method in class com.netflix.astyanax.mapping.DefaultAnnotationSet
Deprecated.  
getColumnByIndex(int) - Method in interface com.netflix.astyanax.model.ColumnList
Queries column by index
getColumnByIndex(int) - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
getColumnByName(C) - Method in interface com.netflix.astyanax.model.ColumnList
Queries column by name
getColumnByName(C) - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
getColumnCounts() - Method in interface com.netflix.astyanax.query.RowSliceQuery
Get column counts for the slice or range
getColumnName(Field, COLUMN) - Method in interface com.netflix.astyanax.mapping.AnnotationSet
Deprecated. Return the column name to use for the given field.
getColumnName(Field, Column) - Method in class com.netflix.astyanax.mapping.DefaultAnnotationSet
Deprecated.  
getColumnNames() - Method in interface com.netflix.astyanax.model.ColumnList
Return the column names
getColumnNames() - Method in interface com.netflix.astyanax.SerializerPackage
 
getColumnNames() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getColumnNames() - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
getColumnNameSerializer() - Method in interface com.netflix.astyanax.SerializerPackage
 
getColumnNameSerializer() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getColumns() - Method in class com.netflix.astyanax.model.ColumnSlice
 
getColumns() - Method in interface com.netflix.astyanax.model.Row
Child columns of the row.
getColumnSerializer() - Method in class com.netflix.astyanax.model.ColumnFamily
Serializer for first level column names.
getColumnSerializer() - Method in interface com.netflix.astyanax.SerializerPackage
Deprecated. use getColumnNameSerializer()
getColumnSerializer(ByteBuffer) - Method in interface com.netflix.astyanax.SerializerPackage
 
getColumnSerializer(String) - Method in interface com.netflix.astyanax.SerializerPackage
 
getColumnSerializer() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
Deprecated. 
getColumnSerializer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getColumnSerializer(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getColumnValue(T, String, Class<V>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Return the value for the given column from the given instance
getComparator() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getComparators() - Method in class com.netflix.astyanax.serializers.CompositeSerializer
 
getComparators() - Method in class com.netflix.astyanax.serializers.SpecificCompositeSerializer
 
getComparatorsByPosition() - Method in class com.netflix.astyanax.model.AbstractComposite
 
getComparatorType() - Method in interface com.netflix.astyanax.Serializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.AsciiSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.CompositeSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.DateSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.LongSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.StringSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
getComparatorType() - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 
getComponent(int) - Method in class com.netflix.astyanax.model.AbstractComposite
 
getComponents() - Method in class com.netflix.astyanax.model.AbstractComposite
 
getCompressedStringValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getCompressedStringValue(C, String) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getCompressedStringValue() - Method in interface com.netflix.astyanax.model.Column
Return a string that was stored as a compressed blob
getCompressedStringValue(C, String) - Method in interface com.netflix.astyanax.model.ColumnList
Get a string that was stored as a compressed blob
getConfig() - Method in interface com.netflix.astyanax.Cluster
Configuration object for this Cluster
getConfig() - Method in interface com.netflix.astyanax.Keyspace
Return the configuration object used to set up this keyspace
getConfig() - Method in class com.netflix.astyanax.test.TestKeyspace
 
getConnectionPool() - Method in class com.netflix.astyanax.AstyanaxContext
 
getConnectionPool() - Method in interface com.netflix.astyanax.Keyspace
Exposes the internal connection pool to the client.
getConnectionPool() - Method in class com.netflix.astyanax.test.TestKeyspace
 
getConnectionPoolConfiguration() - Method in class com.netflix.astyanax.AstyanaxContext
 
getConnectionPoolMonitor() - Method in class com.netflix.astyanax.AstyanaxContext
 
getConnectionPoolType() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Type of connection pool to use for this instance
getConnectionPoolType() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getCount() - Method in interface com.netflix.astyanax.query.RowQuery
Returns the number of columns in the response without returning any data
getCqlVersion() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Get the CQL version to set when sending CQL queries
getCqlVersion() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getDate(C, Date) - Method in interface com.netflix.astyanax.model.ColumnMap
Get the value as a date object
getDate(C, Date) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getDateValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getDateValue(C, Date) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getDateValue() - Method in interface com.netflix.astyanax.model.Column
Get the value as a date object
getDateValue(C, Date) - Method in interface com.netflix.astyanax.model.ColumnList
Get the value as a date object
getDefaultReadConsistencyLevel() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Default consistency level used when reading from the cluster.
getDefaultReadConsistencyLevel() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getDefaultTtl() - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
getDefaultValueSerializer() - Method in class com.netflix.astyanax.model.ColumnFamily
 
getDefaultValueSerializer() - Method in interface com.netflix.astyanax.SerializerPackage
 
getDefaultValueSerializer() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getDefaultWriteConsistencyLevel() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Default consistency level used when reading from the cluster.
getDefaultWriteConsistencyLevel() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getDiscoveryDelayInSeconds() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Fixed delay for node disocvery refresh
getDiscoveryDelayInSeconds() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getDiscoveryType() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
Get type of node discovery to perform
getDiscoveryType() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getDouble(C, Double) - Method in interface com.netflix.astyanax.model.ColumnMap
Return value as a double
getDouble(C, Double) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getDoubleValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getDoubleValue(C, Double) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getDoubleValue() - Method in interface com.netflix.astyanax.model.Column
Return value as a double
getDoubleValue(C, Double) - Method in interface com.netflix.astyanax.model.ColumnList
Return value as a double
getEnd() - Method in interface com.netflix.astyanax.model.ByteBufferRange
 
getEnd() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
Deprecated. 
getEnd() - Method in class com.netflix.astyanax.util.ByteBufferRangeImpl
 
getEndColumn() - Method in class com.netflix.astyanax.model.ColumnSlice
 
getEndKey() - Method in class com.netflix.astyanax.model.KeySlice
 
getEndToken() - Method in class com.netflix.astyanax.model.KeySlice
 
getEntity() - Method in class com.netflix.astyanax.AstyanaxContext
 
getEquality() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getFailureCount() - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
getField() - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
getFloatValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getFloatValue() - Method in interface com.netflix.astyanax.model.Column
Return value as a float
getIdAnnotation() - Method in interface com.netflix.astyanax.mapping.AnnotationSet
Deprecated.  
getIdAnnotation() - Method in class com.netflix.astyanax.mapping.DefaultAnnotationSet
Deprecated.  
getIdName(Field, ID) - Method in interface com.netflix.astyanax.mapping.AnnotationSet
Deprecated. Return the ID/Key name to use
getIdName(Field, Id) - Method in class com.netflix.astyanax.mapping.DefaultAnnotationSet
Deprecated.  
getIdValue(T, Class<V>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Return the value for the ID/Key column from the given instance
getInstance() - Static method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracer
 
getInstance() - Static method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
 
getInstance() - Static method in class com.netflix.astyanax.util.SingletonEmbeddedCassandra
 
getInteger(C, Integer) - Method in interface com.netflix.astyanax.model.ColumnMap
Return value as an integer
getInteger(C, Integer) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getIntegerValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getIntegerValue(C, Integer) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getIntegerValue() - Method in interface com.netflix.astyanax.model.Column
Return value as an integer
getIntegerValue(C, Integer) - Method in interface com.netflix.astyanax.model.ColumnList
Return value as an integer
getKey() - Method in interface com.netflix.astyanax.model.Row
Return the key value
getKey(K) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a single key
getKeyRange(K, K, String, String, int) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a range of keys.
getKeys() - Method in class com.netflix.astyanax.model.KeySlice
 
getKeys() - Method in interface com.netflix.astyanax.model.Rows
Return all row keys in the set
getKeys() - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 
getKeySerializer() - Method in class com.netflix.astyanax.model.ColumnFamily
Serializer used to generate row keys.
getKeySerializer() - Method in interface com.netflix.astyanax.SerializerPackage
 
getKeySerializer() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
getKeySlice(K...) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of keys.
getKeySlice(Collection<K>) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of keys.
getKeySlice(Iterable<K>) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of keys.
getKeyspace(String) - Method in interface com.netflix.astyanax.Cluster
Return a keyspace client.
getKeyspaceName() - Method in class com.netflix.astyanax.AstyanaxContext
 
getKeyspaceName() - Method in interface com.netflix.astyanax.Keyspace
Returns keyspace name
getKeyspaceName() - Method in class com.netflix.astyanax.test.TestKeyspace
 
getLast() - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated. Returns the last element in the path.
getLimit() - Method in interface com.netflix.astyanax.model.ByteBufferRange
 
getLimit() - Method in class com.netflix.astyanax.model.ColumnSlice
 
getLimit() - Method in class com.netflix.astyanax.model.KeySlice
 
getLimit() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
Deprecated. 
getLimit() - Method in class com.netflix.astyanax.util.ByteBufferRangeImpl
 
getLong(C, Long) - Method in interface com.netflix.astyanax.model.ColumnMap
Return value as a long.
getLong(C, Long) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getLongValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getLongValue(C, Long) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getLongValue() - Method in interface com.netflix.astyanax.model.Column
Return value as a long.
getLongValue(C, Long) - Method in interface com.netflix.astyanax.model.ColumnList
Return value as a long.
getMapping(Class<T>, boolean) - Method in class com.netflix.astyanax.mapping.MappingCache
Return a new or cached mapper
getMapping(Class<T>) - Method in class com.netflix.astyanax.mapping.MappingCache
 
getMapping(Class<T>, AnnotationSet<?, ?>, boolean) - Method in class com.netflix.astyanax.mapping.MappingCache
Return a new or cached mapper
getMapping(Class<T>, AnnotationSet<?, ?>) - Method in class com.netflix.astyanax.mapping.MappingCache
 
getMapping(Class<T>) - Method in class com.netflix.astyanax.mapping.MappingUtil
Deprecated. Return the mapping instance for the given class
getMaxToken() - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
getMaxToken() - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
getMaxToken() - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
getMinToken() - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
getMinToken() - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
getMinToken() - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
getName() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getName() - Method in interface com.netflix.astyanax.model.Column
Column or super column name
getName() - Method in class com.netflix.astyanax.model.ColumnFamily
 
getNames() - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Return the set of column names discovered from the bean class
getNext(ByteBuffer) - Method in interface com.netflix.astyanax.Serializer
Return the byte buffer for the next value in sorted order for the matching comparator type.
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.CharSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.CompositeSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DateSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.LongSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ShortSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
getNext(ByteBuffer) - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 
getNextMutation(long, TimeUnit) - Method in interface com.netflix.astyanax.impl.AckingQueue
Get the next item from the queue
getNextMutation(long, TimeUnit) - Method in class com.netflix.astyanax.util.BlockingAckingQueue
 
getNodeDiscovery() - Method in class com.netflix.astyanax.AstyanaxContext
 
getNodeDiscoveryType() - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
getNumber() - Method in interface com.netflix.astyanax.model.CqlResult
 
getOperator() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
getOperator() - Method in interface com.netflix.astyanax.query.PreparedIndexExpression
 
getPartitioner(String) - Method in interface com.netflix.astyanax.AstyanaxConfiguration
 
getPartitioner(String) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getPartitioner() - Method in interface com.netflix.astyanax.Keyspace
Return the partitioner for this keyspace.
getPartitioner() - Method in class com.netflix.astyanax.test.TestKeyspace
 
getRawKey() - Method in interface com.netflix.astyanax.model.Row
Return the raw byte buffer for this key
getRawName() - Method in interface com.netflix.astyanax.model.Column
Return the raw byet buffer for the column name
getRawName() - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
getRetryPolicy() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
TODO
getRetryPolicy() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getReversed() - Method in class com.netflix.astyanax.model.ColumnSlice
 
getRow(K) - Method in interface com.netflix.astyanax.model.Rows
Return the row for a specific key.
getRow(K) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a single row
getRow(K) - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 
getRowByIndex(int) - Method in interface com.netflix.astyanax.model.Rows
Return a row by it's index in the response.
getRowByIndex(int) - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 
getRowCount() - Method in interface com.netflix.astyanax.MutationBatch
 
getRowKey() - Method in class com.netflix.astyanax.test.TokenTestOperation
 
getRowKeys() - Method in interface com.netflix.astyanax.MutationBatch
 
getRowRange(K, K, String, String, int) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a range of rows.
getRows(ColumnFamily<K, C>) - Method in interface com.netflix.astyanax.cql.CqlStatementResult
 
getRows() - Method in interface com.netflix.astyanax.model.CqlResult
 
getRowSlice(K...) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of rows.
getRowSlice(Collection<K>) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of rows.
getRowSlice(Iterable<K>) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Query a non-contiguous set of rows.
getSchema() - Method in interface com.netflix.astyanax.cql.CqlStatementResult
 
getSegmentToken(int, int, BigInteger, BigInteger) - Static method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
getSerializer() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getSerializer() - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated. Return serializer for column names at the end of the path
getSerializer() - Method in enum com.netflix.astyanax.serializers.ComparatorType
 
getSerializer(Object) - Static method in class com.netflix.astyanax.serializers.SerializerTypeInferer
 
getSerializer(Class<?>) - Static method in class com.netflix.astyanax.serializers.SerializerTypeInferer
 
getSerializerPackage(String, boolean) - Method in interface com.netflix.astyanax.Keyspace
Return the serializer package for a specific column family.
getSerializerPackage(String, boolean) - Method in class com.netflix.astyanax.test.TestKeyspace
 
getSerializersByPosition() - Method in class com.netflix.astyanax.model.AbstractComposite
 
getSerializerToComparatorMapping() - Method in class com.netflix.astyanax.model.AbstractComposite
 
getShortLength(ByteBuffer) - Static method in class com.netflix.astyanax.model.AbstractComposite
 
getShortValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getShortValue() - Method in interface com.netflix.astyanax.model.Column
Return value as an integer
getStart() - Method in interface com.netflix.astyanax.model.ByteBufferRange
 
getStart() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
Deprecated. 
getStart() - Method in class com.netflix.astyanax.util.ByteBufferRangeImpl
 
getStartColumn() - Method in class com.netflix.astyanax.model.ColumnSlice
 
getStartKey() - Method in class com.netflix.astyanax.model.KeySlice
 
getStartToken() - Method in class com.netflix.astyanax.model.KeySlice
 
getString(C, String) - Method in interface com.netflix.astyanax.model.ColumnMap
Return value as a string
getString(C, String) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getString(ByteBuffer) - Method in interface com.netflix.astyanax.Serializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.AsciiSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.BytesArraySerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.CharSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DateSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.LongSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ShortSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SpecificCompositeSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.StringSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
getString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 
getStringValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getStringValue(C, String) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getStringValue() - Method in interface com.netflix.astyanax.model.Column
Return value as a string
getStringValue(C, String) - Method in interface com.netflix.astyanax.model.ColumnList
Return value as a string
getSubColumns(Serializer<C2>) - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getSubColumns(Serializer<C2>) - Method in interface com.netflix.astyanax.model.Column
Deprecated. Super columns should be replaced with composite columns
getSubColumns(Serializer<C2>) - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
getSuccessCount() - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
getSuperColumn(C, Serializer<C2>) - Method in interface com.netflix.astyanax.model.ColumnList
Deprecated. Super columns should be replaced with composite columns
getSuperColumn(int, Serializer<C2>) - Method in interface com.netflix.astyanax.model.ColumnList
Deprecated. Super columns should be replaced with composite columns
getSuperColumn(C, Serializer<C2>) - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
getSuperColumn(int, Serializer<C2>) - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
getTargetCassandraVersion() - Method in interface com.netflix.astyanax.AstyanaxConfiguration
 
getTargetCassandraVersion() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
getTimestamp() - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
getTimestamp() - Method in interface com.netflix.astyanax.model.Column
Returns the column timestamp.
getTimestamp() - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
getTokenForKey(ByteBuffer) - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
getTokenForKey(T, Serializer<T>) - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
getTokenForKey(ByteBuffer) - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
getTokenForKey(ByteBuffer) - Method in class com.netflix.astyanax.partitioner.LongBOPPartitioner
 
getTokenForKey(ByteBuffer) - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
getTokenForKey(T, Serializer<T>) - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
getTokenForKey(ByteBuffer) - Method in class com.netflix.astyanax.partitioner.OrderedBigIntegerPartitioner
 
getTokenMinusOne(String) - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
getTokenMinusOne(String) - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
getTokenMinusOne(String) - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
getTtl() - Method in interface com.netflix.astyanax.model.Column
Get the TTL for this column.
getTtl() - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
getType() - Method in class com.netflix.astyanax.model.ColumnFamily
Deprecated. Super columns should be replaced with composite columns
getTypeName() - Method in enum com.netflix.astyanax.serializers.ComparatorType
 
getUUID(C, UUID) - Method in interface com.netflix.astyanax.model.ColumnMap
Get the value as a UUID
getUUID(C, UUID) - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
getUUIDValue() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
getUUIDValue(C, UUID) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getUUIDValue() - Method in interface com.netflix.astyanax.model.Column
Get the value as a UUID
getUUIDValue(C, UUID) - Method in interface com.netflix.astyanax.model.ColumnList
Get the value as a UUID
getValue() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
getValue(C, Serializer<T>, T) - Method in class com.netflix.astyanax.model.AbstractColumnList
 
getValue(Serializer<A>) - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getValue() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
getValue(Serializer<V>) - Method in interface com.netflix.astyanax.model.Column
Return the value
getValue(C, Serializer<T>, T) - Method in interface com.netflix.astyanax.model.ColumnList
Get a value with optional default using a specified serializer
getValue() - Method in interface com.netflix.astyanax.query.PreparedIndexExpression
 
getValue(Serializer<V>) - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
getValues() - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
getValueSerializer() - Method in interface com.netflix.astyanax.SerializerPackage
Deprecated. use getDefaultValueSerializer()
getValueSerializer(ByteBuffer) - Method in interface com.netflix.astyanax.SerializerPackage
Deprecated. use getColumnSerializer()
getValueSerializer(String) - Method in interface com.netflix.astyanax.SerializerPackage
Deprecated. use getColumnSerializer
getValueSerializer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
Deprecated. 
getValueSerializer(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
Deprecated. 
getValueSerializer() - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
Deprecated. 
getVersion() - Method in interface com.netflix.astyanax.Cluster
Return version of cassandra running on the cluster
getWithShortLength(ByteBuffer) - Static method in class com.netflix.astyanax.model.AbstractComposite
 
greaterThan() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
greaterThan() - Method in interface com.netflix.astyanax.query.IndexOperationExpression
 
greaterThan() - Method in interface com.netflix.astyanax.query.PreparedIndexOperationExpression
 
greaterThan(Object) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
greaterThanEquals() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
greaterThanEquals() - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
greaterThanEquals() - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
greaterThanEquals() - Method in interface com.netflix.astyanax.query.IndexOperationExpression
 
greaterThanEquals() - Method in interface com.netflix.astyanax.query.PreparedIndexOperationExpression
 
greaterThanEquals(Object) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
GzipStringSerializer - Class in com.netflix.astyanax.serializers
 
GzipStringSerializer() - Constructor for class com.netflix.astyanax.serializers.GzipStringSerializer
 

H

hashCode() - Method in class com.netflix.astyanax.model.ColumnFamily
 
hasNumber() - Method in interface com.netflix.astyanax.model.CqlResult
 
hasRows() - Method in interface com.netflix.astyanax.model.CqlResult
 
hasValue() - Method in interface com.netflix.astyanax.model.Column
Determine whether the column has a value.
hasValue() - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
hostSupplier - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 

I

Id - Annotation Type in com.netflix.astyanax.mapping
Deprecated. 
incrementCounterColumn(C, long) - Method in interface com.netflix.astyanax.ColumnListMutation
 
incrementCounterColumn(long) - Method in interface com.netflix.astyanax.ColumnMutation
 
IndexColumnExpression<K,C> - Interface in com.netflix.astyanax.query
 
IndexOperationExpression<K,C> - Interface in com.netflix.astyanax.query
 
IndexOperator - Enum in com.netflix.astyanax.query
 
IndexQuery<K,C> - Interface in com.netflix.astyanax.query
 
IndexValueExpression<K,C> - Interface in com.netflix.astyanax.query
 
INIT_BUFFER_SIZE - Static variable in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
initInstance(T, ColumnList<String>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Populate the given instance with the values from the given column list
instance - Static variable in class com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
 
Int32Serializer - Class in com.netflix.astyanax.serializers
Same as IntegerSerializer but more explicitly linked with Int32Type cmparator in cassandra.
Int32Serializer() - Constructor for class com.netflix.astyanax.serializers.Int32Serializer
 
IntegerSerializer - Class in com.netflix.astyanax.serializers
Converts bytes to Integer (32 bit) and vice versa.
IntegerSerializer() - Constructor for class com.netflix.astyanax.serializers.IntegerSerializer
 
isDynamic() - Method in class com.netflix.astyanax.model.AbstractComposite
 
isEmpty() - Method in interface com.netflix.astyanax.model.ColumnList
Indicates if the list of columns is empty
isEmpty() - Method in interface com.netflix.astyanax.model.ColumnMap
Indicates if the list of columns is empty
isEmpty() - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
isEmpty() - Method in interface com.netflix.astyanax.model.Rows
Determine if the row list has data
isEmpty() - Method in interface com.netflix.astyanax.MutationBatch
 
isEmpty() - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
isEmpty() - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 
isParentColumn() - Method in class com.netflix.astyanax.model.AbstractColumnImpl
 
isParentColumn() - Method in interface com.netflix.astyanax.model.Column
Deprecated. Super columns should be replaced with composite columns
isParentColumn() - Method in class com.netflix.astyanax.shallows.EmptyColumn
 
isReversed() - Method in interface com.netflix.astyanax.model.ByteBufferRange
 
isReversed() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
Deprecated. 
isReversed() - Method in class com.netflix.astyanax.util.ByteBufferRangeImpl
 
isSuperColumn() - Method in interface com.netflix.astyanax.model.ColumnList
Deprecated. Super columns should be replaced with composite columns
isSuperColumn() - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
iterator() - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated.  
iterator() - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
iterator() - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
iterator() - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 

J

JaxbSerializer - Class in com.netflix.astyanax.serializers
Serializes Objects using Jaxb.
JaxbSerializer(Class...) - Constructor for class com.netflix.astyanax.serializers.JaxbSerializer
Constructor.
JsonRowsWriter - Class in com.netflix.astyanax.util
 
JsonRowsWriter(PrintWriter, SerializerPackage) - Constructor for class com.netflix.astyanax.util.JsonRowsWriter
 
JsonRowsWriter.ErrorHandler - Interface in com.netflix.astyanax.util
 

K

KEY_LENGTH - Static variable in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
keyAsByteBuffer(String) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a string key to a ByteBuffer using the package's key serializer
keyAsByteBuffer(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
keyAsString(ByteBuffer) - Method in interface com.netflix.astyanax.SerializerPackage
 
keyAsString(ByteBuffer) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
KeySlice<K> - Class in com.netflix.astyanax.model
Definition of a set of keys.
KeySlice(Collection<K>) - Constructor for class com.netflix.astyanax.model.KeySlice
 
KeySlice(K, K, String, String, int) - Constructor for class com.netflix.astyanax.model.KeySlice
 
Keyspace - Interface in com.netflix.astyanax
Interface providing access to mutate and query columns from a cassandra keyspace.
KEYSPACE_NAME - Static variable in class com.netflix.astyanax.test.TestConstants
 
keyspaceName - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
KeyspaceTracerFactory - Interface in com.netflix.astyanax
TODO: Rename to AstyanaxTracerFactory

L

length() - Method in class com.netflix.astyanax.model.ColumnPath
Deprecated. Return the path 'depth'
lessThan() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
lessThan() - Method in interface com.netflix.astyanax.query.IndexOperationExpression
 
lessThan() - Method in interface com.netflix.astyanax.query.PreparedIndexOperationExpression
 
lessThan(Object) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
lessThanEquals() - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
lessThanEquals() - Method in interface com.netflix.astyanax.model.CompositeBuilder
 
lessThanEquals() - Method in class com.netflix.astyanax.model.CompositeBuilderImpl
 
lessThanEquals() - Method in interface com.netflix.astyanax.query.IndexOperationExpression
 
lessThanEquals() - Method in interface com.netflix.astyanax.query.PreparedIndexOperationExpression
 
lessThanEquals(Object) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
limit(int) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
ListSerializer<T> - Class in com.netflix.astyanax.serializers
Serializer implementation for generic lists.
ListSerializer(AbstractType<T>) - Constructor for class com.netflix.astyanax.serializers.ListSerializer
 
lockCurrentTimestamp() - Method in interface com.netflix.astyanax.MutationBatch
Force all future mutations to have the same timestamp.
LongBOPPartitioner - Class in com.netflix.astyanax.partitioner
This partitioner is used mostly for tests
LongBOPPartitioner() - Constructor for class com.netflix.astyanax.partitioner.LongBOPPartitioner
 
LongSerializer - Class in com.netflix.astyanax.serializers
Converts bytes to Long and vise a versa
LongSerializer() - Constructor for class com.netflix.astyanax.serializers.LongSerializer
 

M

make(Class<T>, boolean) - Static method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Convenience for allocation a mapping object
make(Class<T>) - Static method in class com.netflix.astyanax.mapping.Mapping
Deprecated.  
make(Class<T>, AnnotationSet<?, ?>, boolean) - Static method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Convenience for allocation a mapping object
make(Class<T>, AnnotationSet<?, ?>) - Static method in class com.netflix.astyanax.mapping.Mapping
Deprecated.  
makeColumnDefinition() - Method in interface com.netflix.astyanax.Cluster
Make a column definitio to be added to a ColumnFamilyDefinition
makeColumnFamilyDefinition() - Method in interface com.netflix.astyanax.Cluster
Prepare a column family definition.
makeEndpoint(T1, Equality) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
makeKeyspaceDefinition() - Method in interface com.netflix.astyanax.Cluster
Prepare a keyspace definition.
Mapping<T> - Class in com.netflix.astyanax.mapping
Deprecated. please use DefaultEntityManager instead
Mapping(Class<T>, boolean) - Constructor for class com.netflix.astyanax.mapping.Mapping
Deprecated.  
Mapping(Class<T>) - Constructor for class com.netflix.astyanax.mapping.Mapping
Deprecated.  
Mapping(Class<T>, AnnotationSet<?, ?>, boolean) - Constructor for class com.netflix.astyanax.mapping.Mapping
Deprecated.  
Mapping(Class<T>, AnnotationSet<?, ?>) - Constructor for class com.netflix.astyanax.mapping.Mapping
Deprecated.  
MappingCache - Class in com.netflix.astyanax.mapping
Utility to cache mappers.
MappingCache() - Constructor for class com.netflix.astyanax.mapping.MappingCache
 
MappingUtil - Class in com.netflix.astyanax.mapping
Deprecated. please use DefaultEntityManager
MappingUtil(Keyspace) - Constructor for class com.netflix.astyanax.mapping.MappingUtil
Deprecated.  
MappingUtil(Keyspace, AnnotationSet<?, ?>) - Constructor for class com.netflix.astyanax.mapping.MappingUtil
Deprecated.  
MappingUtil(Keyspace, MappingCache) - Constructor for class com.netflix.astyanax.mapping.MappingUtil
Deprecated.  
MappingUtil(Keyspace, MappingCache, AnnotationSet<?, ?>) - Constructor for class com.netflix.astyanax.mapping.MappingUtil
Deprecated.  
MapSerializer<K,V> - Class in com.netflix.astyanax.serializers
Serializer implementation for generic maps.
MapSerializer(AbstractType<K>, AbstractType<V>) - Constructor for class com.netflix.astyanax.serializers.MapSerializer
 
MAX_BUFFER_SIZE - Static variable in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
MAXIMUM - Static variable in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
MAXIMUM - Static variable in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
MAXIMUM - Static variable in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
mergeShallow(MutationBatch) - Method in interface com.netflix.astyanax.MutationBatch
Perform a shallow merge of mutations from another batch.
MINIMUM - Static variable in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
MINIMUM - Static variable in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
MINIMUM - Static variable in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
monitor - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
Murmur3Partitioner - Class in com.netflix.astyanax.partitioner
 
MutationBatch - Interface in com.netflix.astyanax
Batch mutator which operates at the row level assuming the hierarchy: RowKey -> ColumnFamily -> Mutation.
MutationBatchExecutorWithQueue - Class in com.netflix.astyanax.util
 
MutationBatchExecutorWithQueue(AckingQueue, int) - Constructor for class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 

N

newColumnFamily(String, Serializer<K>, Serializer<C>) - Static method in class com.netflix.astyanax.model.ColumnFamily
 
newColumnFamily(String, Serializer<K>, Serializer<C>, Serializer<?>) - Static method in class com.netflix.astyanax.model.ColumnFamily
 
newCompositeBuilder() - Static method in class com.netflix.astyanax.model.Composites
 
newCompositeParser(ByteBuffer) - Static method in class com.netflix.astyanax.model.Composites
 
newDynamicCompositeBuilder() - Static method in class com.netflix.astyanax.model.Composites
 
newDynamicCompositeParser(ByteBuffer) - Static method in class com.netflix.astyanax.model.Composites
 
newIndexClause() - Method in class com.netflix.astyanax.model.ColumnFamily
 
newInstance(ColumnList<String>) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Allocate a new instance and populate it with the values from the given column list
newTracer(CassandraOperationType) - Method in interface com.netflix.astyanax.KeyspaceTracerFactory
Create a tracer for cluster level operations
newTracer(CassandraOperationType, ColumnFamily<?, ?>) - Method in interface com.netflix.astyanax.KeyspaceTracerFactory
Create a tracer for a column family operation
newTracer(CassandraOperationType) - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
 
newTracer(CassandraOperationType, ColumnFamily<?, ?>) - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
 
next() - Method in class com.netflix.astyanax.util.CsvColumnReader
 
next() - Method in class com.netflix.astyanax.util.CsvRecordReader
 
next() - Method in interface com.netflix.astyanax.util.RecordReader
 
nextComponent() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
NoOpWriteAheadLog - Class in com.netflix.astyanax.impl
 
NoOpWriteAheadLog() - Constructor for class com.netflix.astyanax.impl.NoOpWriteAheadLog
 

O

ObjectSerializer - Class in com.netflix.astyanax.serializers
The ObjectSerializer is used to turn objects into their binary representations.
ObjectSerializer() - Constructor for class com.netflix.astyanax.serializers.ObjectSerializer
 
ONE - Static variable in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
ONE - Static variable in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
ONE - Static variable in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
onException(Exception) - Method in interface com.netflix.astyanax.util.JsonRowsWriter.ErrorHandler
 
OrderedBigIntegerPartitioner - Class in com.netflix.astyanax.partitioner
 
OrderedBigIntegerPartitioner() - Constructor for class com.netflix.astyanax.partitioner.OrderedBigIntegerPartitioner
 
OrderedColumnMap<C> - Class in com.netflix.astyanax.model
 
OrderedColumnMap() - Constructor for class com.netflix.astyanax.model.OrderedColumnMap
 
OrderedColumnMap(Collection<Column<C>>) - Constructor for class com.netflix.astyanax.model.OrderedColumnMap
 

P

pinToHost(Host) - Method in interface com.netflix.astyanax.MutationBatch
Pin this operation to a specific host
pinToHost(Host) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Run the query on the specified host
PrefixedSerializer<P,S> - Class in com.netflix.astyanax.serializers
 
PrefixedSerializer(P, Serializer<P>, Serializer<S>) - Constructor for class com.netflix.astyanax.serializers.PrefixedSerializer
 
prepareColumnMutation(ColumnFamily<K, C>, K, C) - Method in interface com.netflix.astyanax.Keyspace
Mutation for a single column
prepareColumnMutation(ColumnFamily<K, C>, K, C) - Method in class com.netflix.astyanax.test.TestKeyspace
 
prepareCqlStatement() - Method in interface com.netflix.astyanax.Keyspace
Prepare a CQL Statement on the keyspace
prepareCqlStatement() - Method in class com.netflix.astyanax.test.TestKeyspace
 
PreparedCqlQuery<K,C> - Interface in com.netflix.astyanax.query
Interface for specifying parameters on a prepared CQL query.
PreparedIndexColumnExpression<K,C> - Interface in com.netflix.astyanax.query
 
PreparedIndexExpression<K,C> - Interface in com.netflix.astyanax.query
 
PreparedIndexExpressionImpl<K,C> - Class in com.netflix.astyanax.impl
 
PreparedIndexExpressionImpl(Serializer<C>) - Constructor for class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
PreparedIndexOperationExpression<K,C> - Interface in com.netflix.astyanax.query
 
PreparedIndexValueExpression<K,C> - Interface in com.netflix.astyanax.query
 
prepareMutationBatch() - Method in interface com.netflix.astyanax.Keyspace
Prepare a batch mutation object.
prepareMutationBatch() - Method in class com.netflix.astyanax.test.TestKeyspace
 
prepareQuery(ColumnFamily<K, C>) - Method in interface com.netflix.astyanax.Keyspace
Starting point for constructing a query.
prepareQuery(ColumnFamily<K, C>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
prepend(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
Prepend a list of ByteBuffers to this stream.
pushMutation(MutationBatch) - Method in interface com.netflix.astyanax.impl.AckingQueue
Insert an item into the queue
pushMutation(MutationBatch) - Method in class com.netflix.astyanax.util.BlockingAckingQueue
 
put(ColumnFamily<K, String>, T) - Method in class com.netflix.astyanax.mapping.MappingUtil
Deprecated. Add/update the given item
putColumn(C, String, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, String) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, byte[], Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, byte[]) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, byte, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, byte) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, short, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, short) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, int, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, int) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, long, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, long) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, boolean, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, boolean) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, ByteBuffer, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, ByteBuffer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, Date, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, Date) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, float, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, float) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, double, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, double) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, UUID, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, UUID) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumn(C, V, Serializer<V>, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
Generic call to insert a column value with a custom serializer.
putColumn(C, String, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, String) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, byte[], Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, byte[]) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, byte, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, byte) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, short, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, short) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, int, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, int) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, long, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, long) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, boolean, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, boolean) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, ByteBuffer, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, ByteBuffer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, Date, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, Date) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, float, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, float) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, double, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, double) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, UUID, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumn(C, UUID) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, String) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, String, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, V, Serializer<V>, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, byte[]) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, byte[], Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Byte, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Byte) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Short, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Short) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Integer, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Long) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Long, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Boolean) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Boolean, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, ByteBuffer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, ByteBuffer, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Date) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Date, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Float) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Float, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Double) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, Double, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, UUID) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, UUID, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putColumnIfNotNull(C, V, Serializer<V>, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, String, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, String) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, byte[], Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, byte[]) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Byte, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Byte) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Short, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Short) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Integer, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Long, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Long) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Boolean, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Boolean) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, ByteBuffer, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, ByteBuffer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Date, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Date) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Float, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Float) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Double, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, Double) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, UUID, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putColumnIfNotNull(C, UUID) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putCompressedColumn(C, String, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putCompressedColumn(C, String) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putCompressedColumn(C, String, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putCompressedColumn(C, String) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putCompressedColumnIfNotNull(C, String, Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putCompressedColumnIfNotNull(C, String) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putCompressedColumnIfNotNull(C, String, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putCompressedColumnIfNotNull(C, String) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putEmptyColumn(C) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
putEmptyColumn(C, Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putEmptyColumn(C) - Method in interface com.netflix.astyanax.ColumnListMutation
 
putEmptyColumn(Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(String, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(byte[], Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(byte, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(short, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(int, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(long, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(boolean, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(ByteBuffer, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(Date, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(float, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(double, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(UUID, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 
putValue(T, Serializer<T>, Integer) - Method in interface com.netflix.astyanax.ColumnMutation
 

R

RangeBuilder - Class in com.netflix.astyanax.util
Utility builder to construct a ByteBufferRange to be used in a slice query.
RangeBuilder() - Constructor for class com.netflix.astyanax.util.RangeBuilder
 
RangeEndpoint - Interface in com.netflix.astyanax.model
 
read(Serializer<T>) - Method in interface com.netflix.astyanax.model.CompositeParser
 
read(Serializer<T>) - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
readBoolean() - Method in interface com.netflix.astyanax.model.CompositeParser
 
readBoolean() - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
readInteger() - Method in interface com.netflix.astyanax.model.CompositeParser
 
readInteger() - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
readLong() - Method in interface com.netflix.astyanax.model.CompositeParser
 
readLong() - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
readMutation(MutationBatch) - Method in interface com.netflix.astyanax.WriteAheadEntry
Fill a MutationBatch from the data in this entry
readNextEntry() - Method in class com.netflix.astyanax.impl.NoOpWriteAheadLog
 
readNextEntry() - Method in interface com.netflix.astyanax.WriteAheadLog
Read the next entry to retry from the wall.
readString() - Method in interface com.netflix.astyanax.model.CompositeParser
 
readString() - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
readUUID() - Method in interface com.netflix.astyanax.model.CompositeParser
 
readUUID() - Method in class com.netflix.astyanax.model.CompositeParserImpl
 
RecordReader - Interface in com.netflix.astyanax.util
 
RecordWriter - Interface in com.netflix.astyanax.util
 
registerPartitioner(String, Partitioner) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
remove(ColumnFamily<K, String>, T) - Method in class com.netflix.astyanax.mapping.MappingUtil
Deprecated. Remove the given item
remove(int) - Method in class com.netflix.astyanax.model.AbstractComposite
 
removeAll(Collection<?>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
removeEntry(WriteAheadEntry) - Method in class com.netflix.astyanax.impl.NoOpWriteAheadLog
 
removeEntry(WriteAheadEntry) - Method in interface com.netflix.astyanax.WriteAheadLog
Remove an entry from the WAL after it was successfully written to cassandra
replayWal(int) - Method in class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
Replay records from the WAL
repushMutation(MutationBatch) - Method in interface com.netflix.astyanax.impl.AckingQueue
Return a mutation that couldn't be retried for it be requeued and retryed later
repushMutation(MutationBatch) - Method in class com.netflix.astyanax.util.BlockingAckingQueue
 
reset() - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
retainAll(Collection<?>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
retryEntry(WriteAheadEntry) - Method in class com.netflix.astyanax.impl.NoOpWriteAheadLog
 
retryEntry(WriteAheadEntry) - Method in interface com.netflix.astyanax.WriteAheadLog
Retry an entry retrieved by calling getNextEntry();
reverse() - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
RingDescribeHostSupplier - Class in com.netflix.astyanax.impl
HostSupplier that uses existing hosts in the connection pool to execute a ring describe and get the entire list of hosts and their tokens from Cassandra.
RingDescribeHostSupplier(Keyspace, int, String, String) - Constructor for class com.netflix.astyanax.impl.RingDescribeHostSupplier
 
RingDescribeHostSupplier(Keyspace, int, String) - Constructor for class com.netflix.astyanax.impl.RingDescribeHostSupplier
 
RingDescribeHostSupplier(Keyspace, int) - Constructor for class com.netflix.astyanax.impl.RingDescribeHostSupplier
 
Row<K,C> - Interface in com.netflix.astyanax.model
Instance of a row with key type K and column name type C.
RowCallback<K,C> - Interface in com.netflix.astyanax
 
RowCopier<K,C> - Interface in com.netflix.astyanax
 
RowQuery<K,C> - Interface in com.netflix.astyanax.query
Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
Rows<K,C> - Interface in com.netflix.astyanax.model
Interface to a collection or Rows with key type K and column type C.
RowSliceColumnCountQuery<K> - Interface in com.netflix.astyanax.query
Interface for an operation to get the column count for a row slice or range
RowSliceQuery<K,C> - Interface in com.netflix.astyanax.query
Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
RowsWriter - Interface in com.netflix.astyanax.util
 

S

SE_SERIALIZER - Static variable in class com.netflix.astyanax.test.TestConstants
 
searchWithIndex() - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Search for keys matching the provided index clause
serialize() - Method in class com.netflix.astyanax.model.AbstractComposite
 
serialize() - Method in interface com.netflix.astyanax.MutationBatch
 
serialize(Object) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
Serializer<T> - Interface in com.netflix.astyanax
Serializes a type T from the given bytes, or vice a versa.
SerializerPackage - Interface in com.netflix.astyanax
Grouping of serializers for a single column family.
SerializerPackageImpl - Class in com.netflix.astyanax.serializers
Basic implementation of SerializerPackage which can be configured either from a ColumnFamilyDefinition or by manually setting either the ComparatorType or Serializer for keys, columns and values.
SerializerPackageImpl() - Constructor for class com.netflix.astyanax.serializers.SerializerPackageImpl
 
SerializerPackageImpl(ColumnFamilyDefinition, boolean) - Constructor for class com.netflix.astyanax.serializers.SerializerPackageImpl
Construct a serializer package from a column family definition retrieved from the keyspace.
SerializerTypeInferer - Class in com.netflix.astyanax.serializers
Utility class that infers the concrete Serializer needed to turn a value into its binary representation
SerializerTypeInferer() - Constructor for class com.netflix.astyanax.serializers.SerializerTypeInferer
 
serializeValue(Object) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer.ComponentSerializer
 
set(int, Object) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setAliasesToComparatorMapping(Map<Byte, String>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setAsyncExecutor(ExecutorService) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setBatchSize(int) - Method in class com.netflix.astyanax.util.ColumnarRecordWriter
 
setBlockSize(int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Deprecated. Use setRowLimit instead
setCheckpointManager(CheckpointManager) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Use this checkpoint manager to keep track of progress as all rows are being iterated
setClock(Clock) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setColumnNameSerializer(Serializer<?>) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setColumnNameType(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setColumnsAsRows(boolean) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setColumnType(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
Deprecated. 
setColumnValue(T, String, V) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Set the value for the given column for the given instance
setComparatorByPosition(int, String) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComparatorsByPosition(List<String>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComparatorsByPosition(String...) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComponent(int, T, Serializer<T>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComponent(int, T, Serializer<T>, String) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComponent(int, T, Serializer<T>, String, AbstractComposite.ComponentEquality) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setComponents(List<AbstractComposite.Component<?>>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setConcurrencyLevel(int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Split the query into N threads with each thread processing an equal size chunk from the token range.
setConnectionPoolType(ConnectionPoolType) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setConsistencyLevel(ConsistencyLevel) - Method in interface com.netflix.astyanax.ColumnMutation
 
setConsistencyLevel(ConsistencyLevel) - Method in interface com.netflix.astyanax.MutationBatch
Set the consistency level for this mutation (same as withConsistencyLevel)
setConsistencyLevel(ConsistencyLevel) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Set the consistency level for this operations.
setCountName(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setCqlVersion(String) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setDefaultReadConsistencyLevel(ConsistencyLevel) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setDefaultTtl(Integer) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
setDefaultTtl(Integer) - Method in interface com.netflix.astyanax.ColumnListMutation
Set the default TTL to use when null is specified to a column insert.
setDefaultValueSerializer(Serializer<?>) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setDefaultValueType(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setDefaultWriteConsistencyLevel(ConsistencyLevel) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setDiscoveryDelayInSeconds(int) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setDiscoveryType(NodeDiscoveryType) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setDynamicColumnNames(boolean) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setEnd(String) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(byte[]) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(int) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(long) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(boolean) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(ByteBuffer) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(Date) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(double) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(UUID) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setEnd(T, Serializer<T>) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setErrorValueText(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
Deprecated. 
setExceptionCallback(ExceptionCallback) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Sets the exception handler to use when handling exceptions inside Iterator.next().
setExceptionCallback(ExceptionCallback) - Method in class com.netflix.astyanax.util.JsonRowsWriter
Deprecated. 
setExtra(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setFixedColumnNames(String...) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setHasHeaderLine(boolean) - Method in class com.netflix.astyanax.util.CsvColumnReader
 
setHasHeaderLine(boolean) - Method in class com.netflix.astyanax.util.CsvRecordReader
 
setIdValue(T, V) - Method in class com.netflix.astyanax.mapping.Mapping
Deprecated. Set the value for the ID/Key column for the given instance
setIgnoreColumnNames(String...) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setIgnoreUndefinedColumns(boolean) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setIncludeEmptyRows(boolean) - Method in interface com.netflix.astyanax.query.AllRowsQuery
If set to false all empty rows will be filtered out internally.
setIsPaginating() - Method in interface com.netflix.astyanax.query.IndexQuery
Deprecated. autoPaginateRows()
setIsPaginating() - Method in interface com.netflix.astyanax.query.RowQuery
Deprecated. 
setKeySerializer(Serializer<?>) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setKeyType(String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setLimit(int) - Method in class com.netflix.astyanax.model.ColumnSlice
 
setLimit(int) - Method in interface com.netflix.astyanax.query.IndexQuery
Deprecated. Use setRowLimit instead
setLimit(int) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setMaxLength(int) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setMaxSize(int) - Method in class com.netflix.astyanax.util.RangeBuilder
Deprecated. use setLimit instead
setNames(String...) - Method in class com.netflix.astyanax.util.CsvRecordReader
 
setNamesName(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setPartitioners(Map<String, Partitioner>) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setRepeatLastToken(boolean) - Method in interface com.netflix.astyanax.query.AllRowsQuery
If true will repeat the last token in the previous block.
setRetryPolicy(RetryPolicy) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setReversed(boolean) - Method in class com.netflix.astyanax.model.ColumnSlice
 
setReversed() - Method in class com.netflix.astyanax.util.RangeBuilder
Deprecated. Use setReversed(boolean reversed)
setReversed(boolean) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setRowKeyName(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setRowLimit(int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Maximum number of rows to return for each incremental query to Cassandra.
setRowLimit(int) - Method in interface com.netflix.astyanax.query.IndexQuery
Limits the number of rows returned
setRowsAsArray(boolean) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
setRowsName(String) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
SetSerializer<T> - Class in com.netflix.astyanax.serializers
Serializer implementation for generic sets.
SetSerializer(AbstractType<T>) - Constructor for class com.netflix.astyanax.serializers.SetSerializer
 
setSerializerByPosition(int, Serializer<?>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setSerializersByPosition(List<Serializer<?>>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setSerializersByPosition(Serializer<?>...) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setSerializerToComparatorMapping(Map<Class<? extends Serializer>, String>) - Method in class com.netflix.astyanax.model.AbstractComposite
 
setStart(String) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(byte[]) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(int) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(long) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(boolean) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(ByteBuffer) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(Date) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(double) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(UUID) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStart(T, Serializer<T>) - Method in class com.netflix.astyanax.util.RangeBuilder
 
setStartKey(K) - Method in interface com.netflix.astyanax.query.IndexQuery
 
setTargetCassandraVersion(String) - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
setThreadCount(int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Deprecated. 
setTimeout(long) - Method in interface com.netflix.astyanax.MutationBatch
Deprecated. 
setTimestamp(long) - Method in class com.netflix.astyanax.AbstractColumnListMutation
 
setTimestamp(long) - Method in interface com.netflix.astyanax.ColumnListMutation
The timestamp for all subsequent column operation in this ColumnListMutation This timestamp does not affect the current timestamp for the entire MutationBatch
setTimestamp(long) - Method in interface com.netflix.astyanax.MutationBatch
Set the timestamp for all subsequent operations on this mutation (same as withTimestamp)
setTokenRange(List<TokenRange>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
setValueSerializer(String, Serializer<?>) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setValueSerializer(ByteBuffer, Serializer<?>) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setValueType(String, String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
setValueType(ByteBuffer, String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
ShortSerializer - Class in com.netflix.astyanax.serializers
Serializer for Shorts (no pun intended).
ShortSerializer() - Constructor for class com.netflix.astyanax.serializers.ShortSerializer
 
shutdown() - Method in class com.netflix.astyanax.AstyanaxContext
 
shutdown() - Method in class com.netflix.astyanax.util.ColumnarRecordWriter
 
shutdown() - Method in class com.netflix.astyanax.util.CsvColumnReader
 
shutdown() - Method in class com.netflix.astyanax.util.CsvRecordReader
 
shutdown() - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
shutdown() - Method in interface com.netflix.astyanax.util.RecordReader
 
shutdown() - Method in interface com.netflix.astyanax.util.RecordWriter
 
shutdown() - Method in class com.netflix.astyanax.util.SingletonEmbeddedCassandra
 
shutdown() - Method in class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
 
SingletonEmbeddedCassandra - Class in com.netflix.astyanax.util
 
size() - Method in interface com.netflix.astyanax.impl.AckingQueue
Return the number of mutations in the queue
size() - Method in class com.netflix.astyanax.model.AbstractComposite
 
size() - Method in interface com.netflix.astyanax.model.ColumnList
returns the number of columns in the row
size() - Method in interface com.netflix.astyanax.model.ColumnMap
returns the number of columns in the row
size() - Method in class com.netflix.astyanax.model.OrderedColumnMap
 
size() - Method in interface com.netflix.astyanax.model.Rows
Get the number of rows in the list
size() - Method in class com.netflix.astyanax.shallows.EmptyColumnList
 
size() - Method in class com.netflix.astyanax.shallows.EmptyRowsImpl
 
size() - Method in class com.netflix.astyanax.util.BlockingAckingQueue
 
SnappyStringSerializer - Class in com.netflix.astyanax.serializers
 
SnappyStringSerializer() - Constructor for class com.netflix.astyanax.serializers.SnappyStringSerializer
 
SpecificCompositeSerializer - Class in com.netflix.astyanax.serializers
 
SpecificCompositeSerializer(CompositeType) - Constructor for class com.netflix.astyanax.serializers.SpecificCompositeSerializer
 
splitRange(BigInteger, BigInteger, int) - Static method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
splitRange(BigInteger, BigInteger, int) - Static method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
splitTokenRange(String, String, int) - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
splitTokenRange(int) - Method in class com.netflix.astyanax.partitioner.BigInteger127Partitioner
 
splitTokenRange(String, String, int) - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
splitTokenRange(int) - Method in class com.netflix.astyanax.partitioner.BOP20Partitioner
 
splitTokenRange(String, String, int) - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
splitTokenRange(int) - Method in class com.netflix.astyanax.partitioner.Murmur3Partitioner
 
start() - Method in class com.netflix.astyanax.AstyanaxContext
 
start() - Method in interface com.netflix.astyanax.CassandraOperationTracer
 
start() - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracer
 
start() - Method in class com.netflix.astyanax.test.EmbeddedCassandra
 
start() - Method in class com.netflix.astyanax.util.ColumnarRecordWriter
 
start() - Method in class com.netflix.astyanax.util.CsvColumnReader
 
start() - Method in class com.netflix.astyanax.util.CsvRecordReader
 
start() - Method in interface com.netflix.astyanax.util.RecordReader
 
start() - Method in interface com.netflix.astyanax.util.RecordWriter
 
startConsumers() - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
stop() - Method in class com.netflix.astyanax.test.EmbeddedCassandra
 
StringSerializer - Class in com.netflix.astyanax.serializers
A StringSerializer translates the byte[] to and from string using utf-8 encoding.
StringSerializer() - Constructor for class com.netflix.astyanax.serializers.StringSerializer
 
success() - Method in interface com.netflix.astyanax.CassandraOperationTracer
 
success(Rows<K, C>) - Method in interface com.netflix.astyanax.RowCallback
Notification for each block of rows.
success() - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracer
 

T

TestConstants - Class in com.netflix.astyanax.test
 
TestConstants() - Constructor for class com.netflix.astyanax.test.TestConstants
 
TestKeyspace - Class in com.netflix.astyanax.test
 
TestKeyspace(String) - Constructor for class com.netflix.astyanax.test.TestKeyspace
 
testOperation(Operation<?, ?>) - Method in interface com.netflix.astyanax.Keyspace
This method is used for testing purposes only.
testOperation(Operation<?, ?>, RetryPolicy) - Method in interface com.netflix.astyanax.Keyspace
This method is used for testing purposes only.
testOperation(Operation<?, ?>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
testOperation(Operation<?, ?>, RetryPolicy) - Method in class com.netflix.astyanax.test.TestKeyspace
 
timestamp - Variable in class com.netflix.astyanax.AbstractColumnListMutation
 
TimeUUIDSerializer - Class in com.netflix.astyanax.serializers
 
TimeUUIDSerializer() - Constructor for class com.netflix.astyanax.serializers.TimeUUIDSerializer
 
toByte() - Method in enum com.netflix.astyanax.model.AbstractComposite.ComponentEquality
 
toByte() - Method in enum com.netflix.astyanax.model.Equality
 
toByteBuffer(Object...) - Static method in class com.netflix.astyanax.model.Composite
 
toByteBuffer(List<?>) - Static method in class com.netflix.astyanax.model.Composite
 
toByteBuffer(Object...) - Static method in class com.netflix.astyanax.model.DynamicComposite
 
toByteBuffer(List<?>) - Static method in class com.netflix.astyanax.model.DynamicComposite
 
toByteBuffer(T) - Method in interface com.netflix.astyanax.Serializer
Extract bytes from the obj of type T
toByteBuffer(T) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toByteBuffer(T) - Method in class com.netflix.astyanax.serializers.AnnotatedCompositeSerializer
 
toByteBuffer(String) - Method in class com.netflix.astyanax.serializers.AsciiSerializer
 
toByteBuffer(BigDecimal) - Method in class com.netflix.astyanax.serializers.BigDecimalSerializer
 
toByteBuffer(BigInteger) - Method in class com.netflix.astyanax.serializers.BigIntegerSerializer
 
toByteBuffer(Boolean) - Method in class com.netflix.astyanax.serializers.BooleanSerializer
 
toByteBuffer(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
toByteBuffer(byte[]) - Method in class com.netflix.astyanax.serializers.BytesArraySerializer
 
toByteBuffer(Byte) - Method in class com.netflix.astyanax.serializers.ByteSerializer
 
toByteBuffer(Character) - Method in class com.netflix.astyanax.serializers.CharSerializer
 
toByteBuffer(Composite) - Method in class com.netflix.astyanax.serializers.CompositeSerializer
 
toByteBuffer(Date) - Method in class com.netflix.astyanax.serializers.DateSerializer
 
toByteBuffer(Double) - Method in class com.netflix.astyanax.serializers.DoubleSerializer
 
toByteBuffer(DynamicComposite) - Method in class com.netflix.astyanax.serializers.DynamicCompositeSerializer
 
toByteBuffer(Float) - Method in class com.netflix.astyanax.serializers.FloatSerializer
 
toByteBuffer(String) - Method in class com.netflix.astyanax.serializers.GzipStringSerializer
 
toByteBuffer(Integer) - Method in class com.netflix.astyanax.serializers.Int32Serializer
 
toByteBuffer(Integer) - Method in class com.netflix.astyanax.serializers.IntegerSerializer
 
toByteBuffer(Object) - Method in class com.netflix.astyanax.serializers.JaxbSerializer
Extract bytes from the obj of type T
toByteBuffer(List<T>) - Method in class com.netflix.astyanax.serializers.ListSerializer
 
toByteBuffer(Long) - Method in class com.netflix.astyanax.serializers.LongSerializer
 
toByteBuffer(Map<K, V>) - Method in class com.netflix.astyanax.serializers.MapSerializer
 
toByteBuffer(Object) - Method in class com.netflix.astyanax.serializers.ObjectSerializer
 
toByteBuffer(S) - Method in class com.netflix.astyanax.serializers.PrefixedSerializer
 
toByteBuffer(Set<T>) - Method in class com.netflix.astyanax.serializers.SetSerializer
 
toByteBuffer(Short) - Method in class com.netflix.astyanax.serializers.ShortSerializer
 
toByteBuffer(String) - Method in class com.netflix.astyanax.serializers.SnappyStringSerializer
 
toByteBuffer(String) - Method in class com.netflix.astyanax.serializers.StringSerializer
 
toByteBuffer(T) - Method in class com.netflix.astyanax.serializers.TypeInferringSerializer
 
toByteBuffer(UUID) - Method in class com.netflix.astyanax.serializers.UUIDSerializer
 
toBytes() - Method in interface com.netflix.astyanax.model.RangeEndpoint
 
toBytes(T) - Method in interface com.netflix.astyanax.Serializer
 
toBytes(T) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toBytesList(List<T>) - Method in interface com.netflix.astyanax.Serializer
 
toBytesList(Collection<T>) - Method in interface com.netflix.astyanax.Serializer
 
toBytesList(Iterable<T>) - Method in interface com.netflix.astyanax.Serializer
 
toBytesList(List<T>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toBytesList(Collection<T>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toBytesList(Iterable<T>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toBytesList(List<ByteBuffer>) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
toBytesMap(Map<T, V>) - Method in interface com.netflix.astyanax.Serializer
 
toBytesMap(Map<T, V>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
toBytesMap(Map<ByteBuffer, V>) - Method in class com.netflix.astyanax.serializers.ByteBufferSerializer
 
toBytesSet(List<T>) - Method in interface com.netflix.astyanax.Serializer
 
toBytesSet(List<T>) - Method in class com.netflix.astyanax.serializers.AbstractSerializer
 
TokenTestOperation - Class in com.netflix.astyanax.test
 
TokenTestOperation(ByteBuffer) - Constructor for class com.netflix.astyanax.test.TokenTestOperation
 
TokenTestOperation(BigInteger) - Constructor for class com.netflix.astyanax.test.TokenTestOperation
 
TokenTestOperation(Long) - Constructor for class com.netflix.astyanax.test.TokenTestOperation
 
toString() - Method in class com.netflix.astyanax.impl.AstyanaxConfigurationImpl
 
toString() - Method in class com.netflix.astyanax.model.AbstractComposite.Component
 
toString() - Method in class com.netflix.astyanax.shallows.EmptyKeyspaceTracerFactory
 
tracerFactory - Variable in class com.netflix.astyanax.AstyanaxContext.Builder
 
trackCheckpoint(String, String) - Method in class com.netflix.astyanax.impl.AstyanaxCheckpointManager
 
trackCheckpoint(String, String) - Method in interface com.netflix.astyanax.query.CheckpointManager
Track the checkpoint for a specific range
trackCheckpoint(String, String) - Method in class com.netflix.astyanax.shallows.EmptyCheckpointManager
Do nothing since checkpoints aren't being persisted.
truncateColumnFamily(ColumnFamily<K, C>) - Method in interface com.netflix.astyanax.Keyspace
Delete all rows in a column family
truncateColumnFamily(String) - Method in interface com.netflix.astyanax.Keyspace
Delete all rows in a column family
truncateColumnFamily(ColumnFamily<K, C>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
truncateColumnFamily(String) - Method in class com.netflix.astyanax.test.TestKeyspace
 
TypeInferringSerializer<T> - Class in com.netflix.astyanax.serializers
A serializer that dynamically delegates to a proper serializer based on the value passed
TypeInferringSerializer() - Constructor for class com.netflix.astyanax.serializers.TypeInferringSerializer
 

U

UnknownComparatorException - Exception in com.netflix.astyanax.serializers
 
UnknownComparatorException(String) - Constructor for exception com.netflix.astyanax.serializers.UnknownComparatorException
 
updateColumnFamily(ColumnFamilyDefinition) - Method in interface com.netflix.astyanax.Cluster
Update an existing column family
updateColumnFamily(Map<String, Object>) - Method in interface com.netflix.astyanax.Cluster
Update the column family in cassandra
updateColumnFamily(ColumnFamily<K, C>, Map<String, Object>) - Method in interface com.netflix.astyanax.Keyspace
Update the column family in cassandra
updateColumnFamily(ColumnFamily<K, C>, Map<String, Object>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
updateKeyspace(KeyspaceDefinition) - Method in interface com.netflix.astyanax.Cluster
Update a new keyspace in the cluster.
updateKeyspace(Map<String, Object>) - Method in interface com.netflix.astyanax.Cluster
Update the keyspace in cassandra.
updateKeyspace(Map<String, Object>) - Method in interface com.netflix.astyanax.Keyspace
Update the keyspace in cassandra.
updateKeyspace(Map<String, Object>) - Method in class com.netflix.astyanax.test.TestKeyspace
 
useCompression() - Method in interface com.netflix.astyanax.query.CqlQuery
Turns on compression for the response
usingRetryablePredicate(Predicate<Exception>) - Method in class com.netflix.astyanax.util.MutationBatchExecutorWithQueue
 
usingRetryablePredicate(Predicate<Exception>) - Method in class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
 
usingWriteAheadLog(WriteAheadLog) - Method in interface com.netflix.astyanax.MutationBatch
Specify a write ahead log implementation to use for this mutation
usingWriteAheadLog(WriteAheadLog) - Method in class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
 
UUIDSerializer - Class in com.netflix.astyanax.serializers
A UUIDSerializer translates the byte[] to and from UUID types.
UUIDSerializer() - Constructor for class com.netflix.astyanax.serializers.UUIDSerializer
 

V

value(String) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(long) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(int) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(boolean) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(Date) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(byte[]) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(ByteBuffer) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(double) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(UUID) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(V, Serializer<V>) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
value(String) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(long) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(int) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(boolean) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(Date) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(byte[]) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(ByteBuffer) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(double) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(UUID) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(V, Serializer<V>) - Method in interface com.netflix.astyanax.query.IndexValueExpression
 
value(String) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(long) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(int) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(boolean) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(Date) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(byte[]) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(ByteBuffer) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(double) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(UUID) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
value(V, Serializer<V>) - Method in interface com.netflix.astyanax.query.PreparedIndexValueExpression
 
valueAsByteBuffer(ByteBuffer, String) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a string value to a string using the package's value serializer
valueAsByteBuffer(String, String) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a string value to a string using the package's value serializer
valueAsByteBuffer(ByteBuffer, String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
valueAsByteBuffer(String, String) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
valueAsString(ByteBuffer, ByteBuffer) - Method in interface com.netflix.astyanax.SerializerPackage
Convert a value to a string using the package's value serializer.
valueAsString(ByteBuffer, ByteBuffer) - Method in class com.netflix.astyanax.serializers.SerializerPackageImpl
 
valueOf(String) - Static method in enum com.netflix.astyanax.CassandraOperationCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.CassandraOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.model.AbstractComposite.ComponentEquality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.model.ColumnType
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.model.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.model.Equality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.query.IndexOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netflix.astyanax.serializers.ComparatorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.netflix.astyanax.CassandraOperationCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.CassandraOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.model.AbstractComposite.ComponentEquality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.model.ColumnType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.model.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.model.Equality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.query.IndexOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netflix.astyanax.serializers.ComparatorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

whereColumn(C) - Method in class com.netflix.astyanax.impl.PreparedIndexExpressionImpl
 
whereColumn(C) - Method in interface com.netflix.astyanax.query.IndexColumnExpression
Set the column part of the expression
whereColumn(C) - Method in interface com.netflix.astyanax.query.PreparedIndexColumnExpression
Set the column part of the expression
withAstyanaxConfiguration(AstyanaxConfiguration) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
withBooleanValue(Boolean) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Boolean
withBooleanValue(Boolean) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withBooleanValue(Boolean) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Boolean
withByteBufferValue(V, Serializer<V>) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Specify a value of custom type for which a convenience method does not exist
withByteBufferValue(V, Serializer<V>) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withByteBufferValue(V, Serializer<V>) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Specify a value of custom type for which a convenience method does not exist
withColumnRange(C, C, boolean, int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Specify a range of columns to return.
withColumnRange(ByteBuffer, ByteBuffer, boolean, int) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Specify a range and provide pre-constructed start and end columns.
withColumnRange(ByteBufferRange) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Specify a range of composite columns.
withColumnRange(C, C, boolean, int) - Method in interface com.netflix.astyanax.query.IndexQuery
Specify a range of columns to return.
withColumnRange(ByteBuffer, ByteBuffer, boolean, int) - Method in interface com.netflix.astyanax.query.IndexQuery
Specify a range and provide pre-constructed start and end columns.
withColumnRange(ByteBufferRange) - Method in interface com.netflix.astyanax.query.IndexQuery
Specify a range of composite columns.
withColumnRange(C, C, boolean, int) - Method in interface com.netflix.astyanax.query.RowQuery
Specify a range of columns to return.
withColumnRange(ByteBuffer, ByteBuffer, boolean, int) - Method in interface com.netflix.astyanax.query.RowQuery
Specify a range and provide pre-constructed start and end columns.
withColumnRange(ByteBufferRange) - Method in interface com.netflix.astyanax.query.RowQuery
Specify a range of composite columns.
withColumnRange(C, C, boolean, int) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Specify a range of columns to return.
withColumnRange(ByteBuffer, ByteBuffer, boolean, int) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Specify a range and provide pre-constructed start and end columns.
withColumnRange(ByteBufferRange) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Specify a range of composite columns.
withColumnSlice(C...) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(Collection<C>) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(ColumnSlice<C>) - Method in interface com.netflix.astyanax.query.AllRowsQuery
Use this when your application caches the column slice.
withColumnSlice(C...) - Method in interface com.netflix.astyanax.query.IndexQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(Collection<C>) - Method in interface com.netflix.astyanax.query.IndexQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(ColumnSlice<C>) - Method in interface com.netflix.astyanax.query.IndexQuery
Use this when your application caches the column slice.
withColumnSlice(Collection<C>) - Method in interface com.netflix.astyanax.query.RowQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(C...) - Method in interface com.netflix.astyanax.query.RowQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(ColumnSlice<C>) - Method in interface com.netflix.astyanax.query.RowQuery
Use this when your application caches the column slice.
withColumnSlice(C...) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(Collection<C>) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Specify a non-contiguous set of columns to retrieve.
withColumnSlice(ColumnSlice<C>) - Method in interface com.netflix.astyanax.query.RowSliceQuery
Use this when your application caches the column slice.
withConnectionPoolConfiguration(ConnectionPoolConfiguration) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
withConnectionPoolMonitor(ConnectionPoolMonitor) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
withConsistencyLevel(ConsistencyLevel) - Method in interface com.netflix.astyanax.cql.CqlStatement
 
withConsistencyLevel(ConsistencyLevel) - Method in interface com.netflix.astyanax.MutationBatch
Set the consistency level for this mutation (same as setConsistencyLevel)
withCql(String) - Method in interface com.netflix.astyanax.cql.CqlStatement
 
withCql(String) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Execute a CQL statement.
withDoubleValue(Double) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Double
withDoubleValue(Double) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withDoubleValue(Double) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Double
withFloatValue(Float) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Float
withFloatValue(Float) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withFloatValue(Float) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Float
withHostSupplier(Supplier<List<Host>>) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
withIntegerValue(Integer) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Integer
withIntegerValue(Integer) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withIntegerValue(Integer) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Integer
withLongValue(Long) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Long
withLongValue(Long) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withLongValue(Long) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Long
withOriginalTimestamp(boolean) - Method in interface com.netflix.astyanax.RowCopier
 
withPrefix(Object) - Method in class com.netflix.astyanax.serializers.CompositeRangeBuilder
 
withRetryPolicy(RetryPolicy) - Method in interface com.netflix.astyanax.ColumnMutation
 
withRetryPolicy(RetryPolicy) - Method in interface com.netflix.astyanax.MutationBatch
Set the retry policy to use instead of the one specified in the configuration
withRetryPolicy(RetryPolicy) - Method in interface com.netflix.astyanax.query.ColumnFamilyQuery
Set the retry policy to use instead of the default
withRow(ColumnFamily<K, C>, K) - Method in interface com.netflix.astyanax.MutationBatch
Mutate a row.
withShortValue(Short) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Short
withShortValue(Short) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withShortValue(Short) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Short
withStringValue(String) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this String
withStringValue(String) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withStringValue(String) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this String
withSuperColumn(ColumnPath<SC>) - Method in interface com.netflix.astyanax.ColumnListMutation
Deprecated. Super columns are being phased out. Use composite columns instead.
withTimestamp(long) - Method in interface com.netflix.astyanax.ColumnMutation
Change the default timestamp from the clock with a user supplied timestamp.
withTimestamp(long) - Method in interface com.netflix.astyanax.MutationBatch
Set the timestamp for all subsequent operations on this mutation.
withTracerFactory(KeyspaceTracerFactory) - Method in class com.netflix.astyanax.AstyanaxContext.Builder
 
withUUIDValue(UUID) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this Short
withUUIDValue(UUID) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withUUIDValue(UUID) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this Short
withValue(ByteBuffer) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Set the next parameter value to this ByteBuffer
withValue(ByteBuffer) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withValue(ByteBuffer) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Set the next parameter value to this ByteBuffer
withValues(List<ByteBuffer>) - Method in interface com.netflix.astyanax.cql.CqlPreparedStatement
Add a list of ByteBuffer values
withValues(List<ByteBuffer>) - Method in class com.netflix.astyanax.query.AbstractPreparedCqlQuery
 
withValues(List<ByteBuffer>) - Method in interface com.netflix.astyanax.query.PreparedCqlQuery
Add a list of ByteBuffer values
write(int) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
write(ByteBuffer) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
Add a buffer to the output without copying, if possible.
write(List<Pair<String, String>>) - Method in class com.netflix.astyanax.util.ColumnarRecordWriter
 
write(Rows<?, ?>) - Method in class com.netflix.astyanax.util.CsvRowsWriter
 
write(Rows<?, ?>) - Method in class com.netflix.astyanax.util.JsonRowsWriter
 
write(List<Pair<String, String>>) - Method in interface com.netflix.astyanax.util.RecordWriter
 
write(Rows<?, ?>) - Method in interface com.netflix.astyanax.util.RowsWriter
 
WriteAheadEntry - Interface in com.netflix.astyanax
 
WriteAheadLog - Interface in com.netflix.astyanax
Base interface for a write ahead log.
WriteAheadMutationBatchExecutor - Class in com.netflix.astyanax.util
 
WriteAheadMutationBatchExecutor(Keyspace, int) - Constructor for class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
 
WriteAheadMutationBatchExecutor(Keyspace, ExecutorService) - Constructor for class com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
 
writeChar(char) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
writeDouble(double) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
writeFloat(float) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
writeInt(int) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
writeLong(long) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 
writeMutation(MutationBatch) - Method in interface com.netflix.astyanax.WriteAheadEntry
Write the contents of this mutation to the WAL entry.
writeShort(short) - Method in class com.netflix.astyanax.serializers.ByteBufferOutputStream
 

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