Uses of Interface
org.apache.cassandra.utils.concurrent.SelfRefCounted
-
-
Uses of SelfRefCounted in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement SelfRefCounted Modifier and Type Class Description class
SSTableReader
An SSTableReader can be constructed in a number of places, but typically is either read from disk at startup, or constructed from a flushed memtable, or after compaction to replace some existing sstables.class
SSTableReaderWithFilter
-
Uses of SelfRefCounted in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement SelfRefCounted Modifier and Type Class Description class
BigTableReader
SSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen. -
Uses of SelfRefCounted in org.apache.cassandra.io.sstable.format.bti
Classes in org.apache.cassandra.io.sstable.format.bti that implement SelfRefCounted Modifier and Type Class Description class
BtiTableReader
Reader of SSTable files in BTI format (seeBtiFormat
), written byBtiTableWriter
. -
Uses of SelfRefCounted in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent with type parameters of type SelfRefCounted Modifier and Type Interface Description interface
SelfRefCounted<T extends SelfRefCounted<T>>
Methods in org.apache.cassandra.utils.concurrent with type parameters of type SelfRefCounted 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 SelfRefCounted Modifier and Type Method Description void
Ref.IdentityCollection. add(SelfRefCounted<?> ref)
-