Uses of Enum Class
org.apache.cassandra.index.transactions.IndexTransaction.Type
Packages that use IndexTransaction.Type
Package
Description
-
Uses of IndexTransaction.Type in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type IndexTransaction.TypeModifier and TypeMethodDescriptiondefault booleanIndex.Group.handles(IndexTransaction.Type type) booleanSecondaryIndexManager.handles(IndexTransaction.Type type) Index.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) -
Uses of IndexTransaction.Type in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type IndexTransaction.TypeModifier and TypeMethodDescriptionCassandraIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of IndexTransaction.Type in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type IndexTransaction.TypeModifier and TypeMethodDescriptionbooleanStorageAttachedIndexGroup.handles(IndexTransaction.Type type) StorageAttachedIndex.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 IndexTransaction.Type in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type IndexTransaction.TypeModifier and TypeMethodDescriptionSASIIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext context, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of IndexTransaction.Type in org.apache.cassandra.index.transactions
Methods in org.apache.cassandra.index.transactions that return IndexTransaction.TypeModifier and TypeMethodDescriptionstatic IndexTransaction.TypeReturns the enum constant of this class with the specified name.static IndexTransaction.Type[]IndexTransaction.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IndexTransaction.Type in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type IndexTransaction.TypeModifier and TypeMethodDescriptionPaxosUncommittedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable)