Uses of Class
org.apache.cassandra.index.transactions.IndexTransaction.Type
-
-
Uses of IndexTransaction.Type in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type IndexTransaction.Type 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 IndexTransaction.Type in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type IndexTransaction.Type Modifier and Type Method Description Index.IndexerCassandraIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType) -
Uses of IndexTransaction.Type in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type IndexTransaction.Type Modifier and Type Method Description Index.IndexerSASIIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext context, IndexTransaction.Type transactionType) -
Uses of IndexTransaction.Type in org.apache.cassandra.index.transactions
Methods in org.apache.cassandra.index.transactions that return IndexTransaction.Type Modifier and Type Method Description static IndexTransaction.TypeIndexTransaction.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexTransaction.Type[]IndexTransaction.Type. values()Returns an array containing the constants of this enum type, 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.Type Modifier and Type Method Description Index.IndexerPaxosUncommittedIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
-