Uses of Interface
org.apache.cassandra.index.Index.Indexer
-
Packages that use Index.Indexer Package Description org.apache.cassandra.index org.apache.cassandra.index.internal org.apache.cassandra.index.sasi org.apache.cassandra.service.paxos.uncommitted -
-
Uses of Index.Indexer in org.apache.cassandra.index
Methods in org.apache.cassandra.index that return Index.Indexer 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. -
Uses of Index.Indexer in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return Index.Indexer Modifier and Type Method Description Index.IndexerCassandraIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType) -
Uses of Index.Indexer in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi that return Index.Indexer Modifier and Type Method Description Index.IndexerSASIIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext context, IndexTransaction.Type transactionType) -
Uses of Index.Indexer in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return Index.Indexer Modifier and Type Method Description Index.IndexerPaxosUncommittedIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
-