Uses of Interface
org.apache.cassandra.db.lifecycle.ILifecycleTransaction
Packages that use ILifecycleTransaction
Package
Description
-
Uses of ILifecycleTransaction in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type ILifecycleTransactionModifier and TypeMethodDescriptionstatic SSTableWriterCompactionManager.createWriterForAntiCompaction(ColumnFamilyStore cfs, File compactionFileLocation, int expectedBloomFilterSize, long repairedAt, TimeUUID pendingRepair, boolean isTransient, Collection<SSTableReader> sstables, ILifecycleTransaction txn) -
Uses of ILifecycleTransaction in org.apache.cassandra.db.lifecycle
Classes in org.apache.cassandra.db.lifecycle that implement ILifecycleTransactionModifier and TypeClassDescriptionclassIMPORTANT: When this object is involved in a transactional graph, for correct behaviour its commit MUST occur before any others, since it may legitimately fail.classConstructors in org.apache.cassandra.db.lifecycle with parameters of type ILifecycleTransaction -
Uses of ILifecycleTransaction in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type ILifecycleTransactionModifier and TypeMethodDescriptionstatic SSTableRewriterSSTableRewriter.construct(ColumnFamilyStore cfs, ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) static SSTableRewriterSSTableRewriter.constructKeepingOriginals(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) static SSTableRewriterSSTableRewriter.constructWithoutEarlyOpening(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) Constructors in org.apache.cassandra.io.sstable with parameters of type ILifecycleTransactionModifierConstructorDescriptionSSTableRewriter(ILifecycleTransaction transaction, long maxAge, long preemptiveOpenInterval, boolean keepOriginals) Deprecated.See CASSANDRA-11148