Package | Description |
---|---|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.messages | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Method and Description |
---|---|
Ref |
SSTableReader.sharedRef() |
Ref |
SSTableReader.tryRef() |
Modifier and Type | Field and Description |
---|---|
Ref |
StreamSession.SSTableStreamingSections.ref |
Modifier and Type | Method and Description |
---|---|
void |
StreamTransferTask.addTransferFile(SSTableReader sstable,
Ref ref,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long repairedAt) |
Constructor and Description |
---|
StreamSession.SSTableStreamingSections(SSTableReader sstable,
Ref ref,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long estimatedKeys,
long repairedAt) |
Modifier and Type | Field and Description |
---|---|
Ref |
OutgoingFileMessage.ref |
Constructor and Description |
---|
OutgoingFileMessage(SSTableReader sstable,
Ref ref,
int sequenceNumber,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
long repairedAt) |
Modifier and Type | Method and Description |
---|---|
Ref |
Refs.get(T referenced) |
Ref |
RefCounted.sharedRef() |
Ref |
RefCounted.tryRef() |
Constructor and Description |
---|
Refs(java.util.Map<T,Ref> references) |
Copyright © 2015 The Apache Software Foundation