Uses of Class
org.apache.cassandra.utils.concurrent.Ref
-
Packages that use Ref Package Description org.apache.cassandra.db.streaming File transferorg.apache.cassandra.io.sstable.format org.apache.cassandra.utils.concurrent -
-
Uses of Ref in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return Ref Modifier and Type Method Description Ref<SSTableReader>
CassandraOutgoingFile. getRef()
Constructors in org.apache.cassandra.db.streaming with parameters of type Ref Constructor Description CassandraOutgoingFile(StreamOperation operation, Ref<SSTableReader> ref, java.util.List<SSTableReader.PartitionPositionBounds> sections, java.util.List<Range<Token>> normalizedRanges, long estimatedKeys)
-
Uses of Ref in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return Ref Modifier and Type Method Description Ref<SSTableReader>
SSTableReader. ref()
Ref<SSTableReader>
SSTableReader. selfRef()
Ref<SSTableReader>
SSTableReader. tryRef()
-
Uses of Ref in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that return Ref Modifier and Type Method Description Ref<T>
Refs. get(T referenced)
Ref<T>
Ref.DirectBufferRef. ref()
Ref<T>
Ref. ref()
Ref<T>
RefCounted. ref()
Ref<T>
SelfRefCounted. selfRef()
Ref<T>
Ref.DirectBufferRef. tryRef()
Ref<T>
Ref. tryRef()
Ref<T>
RefCounted. tryRef()
Methods in org.apache.cassandra.utils.concurrent that return types with arguments of type Ref Modifier and Type Method Description static <T extends SelfRefCounted<T>>
java.lang.Iterable<Ref<T>>Refs. selfRefs(java.lang.Iterable<T> refs)
Methods in org.apache.cassandra.utils.concurrent with parameters of type Ref Modifier and Type Method Description void
Ref.IdentityCollection. add(Ref<?> ref)
Method parameters in org.apache.cassandra.utils.concurrent with type arguments of type Ref Modifier and Type Method 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 parameters in org.apache.cassandra.utils.concurrent with type arguments of type Ref Constructor Description Refs(java.util.Map<T,Ref<T>> references)
-