Uses of Interface
org.apache.cassandra.index.Index.Indexer
Packages that use Index.Indexer
Package
Description
-
Uses of Index.Indexer in org.apache.cassandra.index
Methods in org.apache.cassandra.index that return Index.IndexerModifier 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) -
Uses of Index.Indexer in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return Index.IndexerModifier and TypeMethodDescriptionCassandraIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of Index.Indexer in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return Index.IndexerModifier 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 Index.Indexer in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi that return Index.IndexerModifier and TypeMethodDescriptionSASIIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext context, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of Index.Indexer in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return Index.IndexerModifier and TypeMethodDescriptionPaxosUncommittedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable)