Uses of Interface
org.apache.cassandra.index.transactions.IndexTransaction
-
Packages that use IndexTransaction Package Description org.apache.cassandra.index.transactions -
-
Uses of IndexTransaction in org.apache.cassandra.index.transactions
Subinterfaces of IndexTransaction in org.apache.cassandra.index.transactions Modifier and Type Interface Description interface
CleanupTransaction
Performs garbage collection of index entries during a cleanup.interface
CompactionTransaction
Performs garbage collection of stale index entries during a regular compaction.interface
UpdateTransaction
Handling of index updates on the write path.
-