Uses of Class
org.apache.cassandra.db.index.SecondaryIndex

Packages that use SecondaryIndex
org.apache.cassandra.db.index   
org.apache.cassandra.db.index.composites   
org.apache.cassandra.db.index.keys   
 

Uses of SecondaryIndex in org.apache.cassandra.db.index
 

Subclasses of SecondaryIndex in org.apache.cassandra.db.index
 class AbstractSimplePerColumnSecondaryIndex
          Implements a secondary index for a column family using a second column family in which the row keys are indexed values, and column names are base row keys.
 class PerColumnSecondaryIndex
          Base class for Secondary indexes that implement a unique index per column
 class PerRowSecondaryIndex
          Base class for Secondary indexes that implement a unique index per row
 

Methods in org.apache.cassandra.db.index that return SecondaryIndex
static SecondaryIndex SecondaryIndex.createInstance(ColumnFamilyStore baseCfs, ColumnDefinition cdef)
          This is the primary way to create a secondary index instance for a CF column.
 SecondaryIndex SecondaryIndexManager.getIndexForColumn(java.nio.ByteBuffer column)
           
 SecondaryIndex SecondaryIndexManager.indexFor(java.nio.ByteBuffer name)
           
 SecondaryIndex SecondaryIndexManager.indexFor(java.nio.ByteBuffer name, java.util.Collection<SecondaryIndex> indexes)
           
 

Methods in org.apache.cassandra.db.index that return types with arguments of type SecondaryIndex
 java.util.Collection<SecondaryIndex> SecondaryIndexManager.getIndexes()
           
 java.util.Collection<SecondaryIndex> SecondaryIndexManager.getIndexesByNames(java.util.Set<java.lang.String> idxNames)
           
 java.util.Collection<SecondaryIndex> SecondaryIndexManager.getIndexesNotBackedByCfs()
           
 

Method parameters in org.apache.cassandra.db.index with type arguments of type SecondaryIndex
 boolean SecondaryIndexManager.indexes(java.nio.ByteBuffer name, java.util.Collection<SecondaryIndex> indexes)
           
 SecondaryIndex SecondaryIndexManager.indexFor(java.nio.ByteBuffer name, java.util.Collection<SecondaryIndex> indexes)
           
 

Uses of SecondaryIndex in org.apache.cassandra.db.index.composites
 

Subclasses of SecondaryIndex in org.apache.cassandra.db.index.composites
 class CompositesIndex
          Implements a secondary index for a column family using a second column family in which the row keys are indexed values, and column names are base row keys.
 

Uses of SecondaryIndex in org.apache.cassandra.db.index.keys
 

Subclasses of SecondaryIndex in org.apache.cassandra.db.index.keys
 class KeysIndex
          Implements a secondary index for a column family using a second column family in which the row keys are indexed values, and column names are base row keys.
 



Copyright © 2013 The Apache Software Foundation