Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.messages | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Method and Description |
---|---|
Ref<SSTableReader> |
SSTableReader.ref() |
Ref<SSTableReader> |
SSTableReader.selfRef() |
Ref<SSTableReader> |
SSTableReader.tryRef() |
Modifier and Type | Field and Description |
---|---|
Ref<SSTableReader> |
StreamSession.SSTableStreamingSections.ref |
Modifier and Type | Method and Description |
---|---|
void |
StreamTransferTask.addTransferFile(Ref<SSTableReader> ref,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long repairedAt) |
Constructor and Description |
---|
SSTableStreamingSections(Ref<SSTableReader> ref,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long estimatedKeys,
long repairedAt) |
Constructor and Description |
---|
OutgoingFileMessage(Ref<SSTableReader> ref,
int sequenceNumber,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long repairedAt,
boolean keepSSTableLevel) |
Modifier and Type | Method and Description |
---|---|
Ref<T> |
Refs.get(T referenced) |
Ref<T> |
Ref.ref() |
Ref<T> |
RefCounted.ref() |
Ref<T> |
SelfRefCounted.selfRef() |
Ref<T> |
Ref.tryRef() |
Ref<T> |
RefCounted.tryRef() |
Modifier and Type | Method and Description |
---|---|
static <T extends SelfRefCounted<T>> |
Refs.selfRefs(java.lang.Iterable<T> refs) |
Modifier and Type | Method and Description |
---|---|
static void |
Refs.release(java.lang.Iterable<? extends Ref<?>> refs) |
static java.lang.Throwable |
Refs.release(java.lang.Iterable<? extends Ref<?>> refs,
java.lang.Throwable accumulate) |
Constructor and Description |
---|
Refs(java.util.Map<T,Ref<T>> references) |
Copyright © 2018 The Apache Software Foundation