Package | Description |
---|---|
org.apache.cassandra.index | |
org.apache.cassandra.index.internal | |
org.apache.cassandra.index.sasi | |
org.apache.cassandra.index.transactions |
Modifier and Type | Method and Description |
---|---|
Index.Indexer |
Index.indexerFor(DecoratedKey key,
PartitionColumns columns,
int nowInSec,
OpOrder.Group opGroup,
IndexTransaction.Type transactionType)
Creates an new
Indexer object for updates to a given partition. |
Modifier and Type | Method and Description |
---|---|
Index.Indexer |
CassandraIndex.indexerFor(DecoratedKey key,
PartitionColumns columns,
int nowInSec,
OpOrder.Group opGroup,
IndexTransaction.Type transactionType) |
Modifier and Type | Method and Description |
---|---|
Index.Indexer |
SASIIndex.indexerFor(DecoratedKey key,
PartitionColumns columns,
int nowInSec,
OpOrder.Group opGroup,
IndexTransaction.Type transactionType) |
Modifier and Type | Method and Description |
---|---|
static IndexTransaction.Type |
IndexTransaction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexTransaction.Type[] |
IndexTransaction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 The Apache Software Foundation