Uses of Interface
org.apache.cassandra.db.WriteContext
-
-
Uses of WriteContext in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement WriteContext Modifier and Type Class Description classCassandraWriteContextMethods in org.apache.cassandra.db that return WriteContext Modifier and Type Method Description WriteContextCassandraKeyspaceWriteHandler. beginWrite(Mutation mutation, boolean makeDurable)WriteContextKeyspaceWriteHandler. beginWrite(Mutation mutation, boolean makeDurable)WriteContextCassandraKeyspaceWriteHandler. createContextForIndexing()WriteContextKeyspaceWriteHandler. createContextForIndexing()WriteContextCassandraKeyspaceWriteHandler. createContextForRead()WriteContextKeyspaceWriteHandler. createContextForRead()WriteContextReadExecutionController. getWriteContext()Methods in org.apache.cassandra.db with parameters of type WriteContext Modifier and Type Method Description static CassandraWriteContextCassandraWriteContext. fromContext(WriteContext context)voidCassandraTableWriteHandler. write(PartitionUpdate update, WriteContext context, UpdateTransaction updateTransaction)voidTableWriteHandler. 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.IndexerIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)Creates an newIndexerobject for updates to a given partition.UpdateTransactionSecondaryIndexManager. 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 voidCassandraIndex. 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.IndexerCassandraIndex. 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.IndexerSASIIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext context, IndexTransaction.Type transactionType) -
Uses of WriteContext in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type WriteContext Modifier and Type Method Description Index.IndexerPaxosUncommittedIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
-