Uses of Interface
org.apache.cassandra.db.lifecycle.ILifecycleTransaction
-
Packages that use ILifecycleTransaction Package Description org.apache.cassandra.db.compaction org.apache.cassandra.db.lifecycle org.apache.cassandra.io.sstable -
-
Uses of ILifecycleTransaction in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type ILifecycleTransaction Modifier and Type Method Description static SSTableWriter
CompactionManager. createWriterForAntiCompaction(ColumnFamilyStore cfs, java.io.File compactionFileLocation, int expectedBloomFilterSize, long repairedAt, java.util.UUID pendingRepair, boolean isTransient, java.util.Collection<SSTableReader> sstables, ILifecycleTransaction txn)
-
Uses of ILifecycleTransaction in org.apache.cassandra.db.lifecycle
Classes in org.apache.cassandra.db.lifecycle that implement ILifecycleTransaction Modifier and Type Class Description class
LifecycleTransaction
IMPORTANT: When this object is involved in a transactional graph, for correct behaviour its commit MUST occur before any others, since it may legitimately fail.class
WrappedLifecycleTransaction
Constructors in org.apache.cassandra.db.lifecycle with parameters of type ILifecycleTransaction Constructor Description WrappedLifecycleTransaction(ILifecycleTransaction delegate)
-
Uses of ILifecycleTransaction in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type ILifecycleTransaction Modifier and Type Method Description static SSTableRewriter
SSTableRewriter. construct(ColumnFamilyStore cfs, ILifecycleTransaction transaction, boolean keepOriginals, long maxAge)
static SSTableRewriter
SSTableRewriter. constructKeepingOriginals(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge)
static SSTableRewriter
SSTableRewriter. constructWithoutEarlyOpening(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge)
Constructors in org.apache.cassandra.io.sstable with parameters of type ILifecycleTransaction Constructor Description SSTableRewriter(ILifecycleTransaction transaction, long maxAge, long preemptiveOpenInterval, boolean keepOriginals)
Deprecated.
-