Uses of Interface
org.apache.cassandra.utils.concurrent.SelfRefCounted
Packages that use SelfRefCounted
Package
Description
-
Uses of SelfRefCounted in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement SelfRefCountedModifier and TypeClassDescriptionclassAn 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 -
Uses of SelfRefCounted in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement SelfRefCountedModifier and TypeClassDescriptionclassSSTableReaders 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 SelfRefCountedModifier and TypeClassDescriptionclassReader 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 SelfRefCountedMethods in org.apache.cassandra.utils.concurrent with type parameters of type SelfRefCountedMethods in org.apache.cassandra.utils.concurrent with parameters of type SelfRefCounted