Uses of Interface
org.apache.cassandra.db.lifecycle.LifecycleNewTracker
Packages that use LifecycleNewTracker
Package
Description
File transfer
-
Uses of LifecycleNewTracker in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionColumnFamilyStore.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, LifecycleNewTracker lifecycleNewTracker) ColumnFamilyStore.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, SerializationHeader header, LifecycleNewTracker lifecycleNewTracker) ColumnFamilyStore.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SerializationHeader header, LifecycleNewTracker lifecycleNewTracker) -
Uses of LifecycleNewTracker in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionAbstractCompactionStrategy.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) abstract SSTableMultiWriterAbstractStrategyHolder.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) CompactionStrategyHolder.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) CompactionStrategyManager.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) PendingRepairHolder.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) UnifiedCompactionStrategy.createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker) Create the sstable writer used for flushing. -
Uses of LifecycleNewTracker in org.apache.cassandra.db.compaction.unified
Constructors in org.apache.cassandra.db.compaction.unified with parameters of type LifecycleNewTrackerModifierConstructorDescriptionShardedMultiWriter(ColumnFamilyStore cfs, Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, IntervalSet<CommitLogPosition> commitLogPositions, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker, ShardTracker boundaries) -
Uses of LifecycleNewTracker in org.apache.cassandra.db.lifecycle
Subinterfaces of LifecycleNewTracker in org.apache.cassandra.db.lifecycleClasses in org.apache.cassandra.db.lifecycle that implement LifecycleNewTrackerModifier 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.class -
Uses of LifecycleNewTracker in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return LifecycleNewTracker -
Uses of LifecycleNewTracker in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptiondefault SSTableFlushObserverIndex.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker) Get flush observer to observe partition/cell events generated by flushing SSTable (memtable flush or compaction).Index.Group.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker, TableMetadata tableMetadata) Get flush observer to observe partition/cell events generated by flushing SSTable (memtable flush or compaction).SingletonIndexGroup.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker, TableMetadata tableMetadata) -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionStorageAttachedIndex.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker) StorageAttachedIndexGroup.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker, TableMetadata tableMetadata) -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionstatic StorageAttachedIndexWriterStorageAttachedIndexWriter.createBuilderWriter(IndexDescriptor indexDescriptor, Collection<StorageAttachedIndex> indexes, LifecycleNewTracker lifecycleNewTracker, boolean perIndexComponentsOnly) static StorageAttachedIndexWriterStorageAttachedIndexWriter.createFlushObserverWriter(IndexDescriptor indexDescriptor, Collection<StorageAttachedIndex> indexes, LifecycleNewTracker lifecycleNewTracker) -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionIndexDescriptor.newPerColumnIndexWriter(StorageAttachedIndex index, LifecycleNewTracker tracker, RowMapping rowMapping) OnDiskFormat.newPerColumnIndexWriter(StorageAttachedIndex index, IndexDescriptor indexDescriptor, LifecycleNewTracker tracker, RowMapping rowMapping) Create a newPerColumnIndexWriterto write the per-column on-disk components of an index. -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionV1OnDiskFormat.newPerColumnIndexWriter(StorageAttachedIndex index, IndexDescriptor indexDescriptor, LifecycleNewTracker tracker, RowMapping rowMapping) -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sai.memory
Methods in org.apache.cassandra.index.sai.memory with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionMemtableIndexManager.getPendingMemtableIndex(LifecycleNewTracker tracker) -
Uses of LifecycleNewTracker in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionSASIIndex.getFlushObserver(Descriptor descriptor, LifecycleNewTracker tracker) -
Uses of LifecycleNewTracker in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionstatic SSTableMultiWriterSimpleSSTableMultiWriter.create(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, TableMetadataRef metadata, IntervalSet<CommitLogPosition> commitLogPositions, int sstableLevel, SerializationHeader header, Collection<Index.Group> indexGroups, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) Constructors in org.apache.cassandra.io.sstable with parameters of type LifecycleNewTrackerModifierConstructorDescriptionRangeAwareSSTableWriter(ColumnFamilyStore cfs, long estimatedKeys, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SSTableFormat<?, ?> format, int sstableLevel, long totalSize, LifecycleNewTracker lifecycleNewTracker, SerializationHeader header) protectedSimpleSSTableMultiWriter(SSTableWriter writer, LifecycleNewTracker lifecycleNewTracker) SSTableZeroCopyWriter(SSTable.Builder<?, ?> builder, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) -
Uses of LifecycleNewTracker in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as LifecycleNewTrackerModifier and TypeFieldDescriptionprotected final LifecycleNewTrackerSSTableWriter.lifecycleNewTrackerMethods in org.apache.cassandra.io.sstable.format with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionSSTableWriter.Builder.build(LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) protected abstract WSSTableWriter.Builder.buildInternal(LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) SSTableWriter.Builder.createZeroCopyWriter(LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) Constructors in org.apache.cassandra.io.sstable.format with parameters of type LifecycleNewTrackerModifierConstructorDescriptionSortedTableWriter(SortedTableWriter.Builder<P, I, ?, ?> builder, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) protectedSSTableWriter(SSTableWriter.Builder<?, ?> builder, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) -
Uses of LifecycleNewTracker in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionprotected BigTableWriterBigTableWriter.Builder.buildInternal(LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type LifecycleNewTrackerModifierConstructorDescriptionBigTableWriter(BigTableWriter.Builder builder, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) -
Uses of LifecycleNewTracker in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type LifecycleNewTrackerModifier and TypeMethodDescriptionprotected BtiTableWriterBtiTableWriter.Builder.buildInternal(LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner) Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type LifecycleNewTrackerModifierConstructorDescriptionBtiTableWriter(BtiTableWriter.Builder builder, LifecycleNewTracker lifecycleNewTracker, SSTable.Owner owner)