Uses of Interface
org.apache.cassandra.db.WriteContext
-
Packages that use WriteContext Package Description org.apache.cassandra.db org.apache.cassandra.index org.apache.cassandra.index.internal org.apache.cassandra.index.sasi -
-
Uses of WriteContext in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement WriteContext Modifier and Type Class Description class
CassandraWriteContext
Methods in org.apache.cassandra.db that return WriteContext Modifier and Type Method 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()
Methods in org.apache.cassandra.db with parameters of type WriteContext Modifier and Type Method 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)
-
Uses of WriteContext in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type WriteContext Modifier and Type Method Description Index.Indexer
Index. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
Creates an newIndexer
object for updates to a given partition.UpdateTransaction
SecondaryIndexManager. newUpdateTransaction(PartitionUpdate update, WriteContext ctx, int nowInSec)
Transaction for updates on the write path. -
Uses of WriteContext in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type WriteContext Modifier and Type Method 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 indexIndex.Indexer
CassandraIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
-
Uses of WriteContext in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type WriteContext Modifier and Type Method Description Index.Indexer
SASIIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext context, IndexTransaction.Type transactionType)
-