Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.index | |
org.apache.cassandra.index.internal | |
org.apache.cassandra.index.sasi |
Modifier and Type | Class and Description |
---|---|
class |
CassandraWriteContext |
Modifier and Type | Method and Description |
---|---|
WriteContext |
CassandraKeyspaceWriteHandler.beginWrite(Mutation mutation,
boolean makeDurable) |
WriteContext |
KeyspaceWriteHandler.beginWrite(Mutation mutation,
boolean makeDurable) |
WriteContext |
CassandraKeyspaceWriteHandler.createContextForIndexing() |
WriteContext |
KeyspaceWriteHandler.createContextForIndexing() |
WriteContext |
CassandraKeyspaceWriteHandler.createContextForRead() |
WriteContext |
KeyspaceWriteHandler.createContextForRead() |
WriteContext |
ReadExecutionController.getWriteContext() |
Modifier and Type | Method and Description |
---|---|
static CassandraWriteContext |
CassandraWriteContext.fromContext(WriteContext context) |
void |
CassandraTableWriteHandler.write(PartitionUpdate update,
WriteContext context,
UpdateTransaction updateTransaction) |
void |
TableWriteHandler.write(PartitionUpdate update,
WriteContext context,
UpdateTransaction updateTransaction) |
Modifier and Type | Method and Description |
---|---|
Index.Indexer |
Index.indexerFor(DecoratedKey key,
RegularAndStaticColumns columns,
int nowInSec,
WriteContext ctx,
IndexTransaction.Type transactionType)
Creates an new
Indexer object for updates to a given partition. |
UpdateTransaction |
SecondaryIndexManager.newUpdateTransaction(PartitionUpdate update,
WriteContext ctx,
int nowInSec)
Transaction for updates on the write path.
|
Modifier and Type | Method and Description |
---|---|
void |
CassandraIndex.deleteStaleEntry(DecoratedKey indexKey,
Clustering<?> indexClustering,
DeletionTime deletion,
WriteContext ctx)
Specific to internal indexes, this is called by a
searcher when it encounters a stale entry in the index
|
Index.Indexer |
CassandraIndex.indexerFor(DecoratedKey key,
RegularAndStaticColumns columns,
int nowInSec,
WriteContext ctx,
IndexTransaction.Type transactionType) |
Modifier and Type | Method and Description |
---|---|
Index.Indexer |
SASIIndex.indexerFor(DecoratedKey key,
RegularAndStaticColumns columns,
int nowInSec,
WriteContext context,
IndexTransaction.Type transactionType) |
Copyright © 2009-2022 The Apache Software Foundation