Package | Description |
---|---|
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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