Package | Description |
---|---|
org.apache.cassandra.db.streaming |
File transfer
|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Method and Description |
---|---|
Ref<SSTableReader> |
CassandraOutgoingFile.getRef() |
Constructor and Description |
---|
CassandraOutgoingFile(StreamOperation operation,
Ref<SSTableReader> ref,
java.util.List<SSTableReader.PartitionPositionBounds> sections,
java.util.List<Range<Token>> normalizedRanges,
long estimatedKeys) |
Modifier and Type | Method and Description |
---|---|
Ref<SSTableReader> |
SSTableReader.ref() |
Ref<SSTableReader> |
SSTableReader.selfRef() |
Ref<SSTableReader> |
SSTableReader.tryRef() |
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 |
---|---|
void |
Ref.IdentityCollection.add(Ref<?> ref) |
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 © 2009-2021 The Apache Software Foundation