Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Field and Description |
---|---|
Refs<SSTableReader> |
ColumnFamilyStore.RefViewFragment.refs |
Modifier and Type | Method and Description |
---|---|
Refs<SSTableReader> |
ColumnFamilyStore.getAndReferenceOverlappingLiveSSTables(java.lang.Iterable<SSTableReader> sstables)
like getOverlappingSSTables, but acquires references before returning
|
Refs<SSTableReader> |
ColumnFamilyStore.getSnapshotSSTableReaders(java.lang.String tag) |
Constructor and Description |
---|
RefViewFragment(java.util.List<SSTableReader> sstables,
java.lang.Iterable<Memtable> memtables,
Refs<SSTableReader> refs) |
Modifier and Type | Method and Description |
---|---|
void |
CompactionManager.performAnticompaction(ColumnFamilyStore cfs,
RangesAtEndpoint replicas,
Refs<SSTableReader> validatedForRepair,
LifecycleTransaction txn,
java.util.UUID sessionID,
java.util.function.BooleanSupplier isCancelled)
Make sure the {validatedForRepair} are marked for compaction before calling this.
|
com.google.common.util.concurrent.ListenableFuture<?> |
CompactionManager.submitPendingAntiCompaction(ColumnFamilyStore cfs,
RangesAtEndpoint tokenRanges,
Refs<SSTableReader> sstables,
LifecycleTransaction txn,
java.util.UUID sessionId,
java.util.function.BooleanSupplier isCancelled)
Splits the given token ranges of the given sstables into a pending repair silo
|
Modifier and Type | Method and Description |
---|---|
Refs<T> |
Refs.addAll(Refs<T> add)
Merge two sets of references, ensuring only one reference is retained between the two sets
|
static <T extends RefCounted<T>> |
Refs.ref(java.lang.Iterable<T> reference) |
static <T extends RefCounted<T>> |
Refs.tryRef(java.lang.Iterable<T> reference)
Acquire a reference to all of the provided objects, or none
|
Modifier and Type | Method and Description |
---|---|
Refs<T> |
Refs.addAll(Refs<T> add)
Merge two sets of references, ensuring only one reference is retained between the two sets
|
Copyright © 2009- The Apache Software Foundation