Uses of Interface
org.apache.cassandra.db.WriteContext
Packages that use WriteContext
Package
Description
-
Uses of WriteContext in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement WriteContextMethods in org.apache.cassandra.db that return WriteContextModifier and TypeMethodDescriptionCassandraKeyspaceWriteHandler.beginWrite(Mutation mutation, boolean makeDurable) KeyspaceWriteHandler.beginWrite(Mutation mutation, boolean makeDurable) CassandraKeyspaceWriteHandler.createContextForIndexing()KeyspaceWriteHandler.createContextForIndexing()CassandraKeyspaceWriteHandler.createContextForRead()KeyspaceWriteHandler.createContextForRead()ReadExecutionController.getWriteContext()Methods in org.apache.cassandra.db with parameters of type WriteContextModifier and TypeMethodDescriptionstatic CassandraWriteContextCassandraWriteContext.fromContext(WriteContext context) voidCassandraTableWriteHandler.write(PartitionUpdate update, WriteContext context, boolean updateIndexes) voidTableWriteHandler.write(PartitionUpdate update, WriteContext context, boolean updateIndexes) -
Uses of WriteContext in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type WriteContextModifier and TypeMethodDescriptionIndex.Group.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) Creates an newIndexerobject for updates to a given partition.Index.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) Creates an newIndexerobject for updates to a given partition.SingletonIndexGroup.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) SecondaryIndexManager.newUpdateTransaction(PartitionUpdate update, WriteContext ctx, long nowInSec, Memtable memtable) 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 WriteContextModifier and TypeMethodDescriptionvoidCassandraIndex.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 indexCassandraIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of WriteContext in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type WriteContextModifier and TypeMethodDescriptionStorageAttachedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext writeContext, IndexTransaction.Type transactionType, Memtable memtable) StorageAttachedIndexGroup.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of WriteContext in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type WriteContextModifier and TypeMethodDescriptionSASIIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext context, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of WriteContext in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type WriteContextModifier and TypeMethodDescriptionPaxosUncommittedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable)