Uses of Class
org.apache.cassandra.index.transactions.IndexTransaction.Type
-
Packages that use IndexTransaction.Type Package Description org.apache.cassandra.index org.apache.cassandra.index.internal org.apache.cassandra.index.sasi org.apache.cassandra.index.transactions -
-
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.Indexer
Index. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)
Creates an newIndexer
object 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.Indexer
CassandraIndex. 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.Indexer
SASIIndex. 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.Type
IndexTransaction.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.
-