Uses of Interface
org.apache.cassandra.db.rows.UnfilteredSource
Packages that use UnfilteredSource
Package
Description
-
Uses of UnfilteredSource in org.apache.cassandra.db.memtable
Subinterfaces of UnfilteredSource in org.apache.cassandra.db.memtableClasses in org.apache.cassandra.db.memtable that implement UnfilteredSourceModifier and TypeClassDescriptionclassA memtable that uses memory tracked and maybe allocated via a MemtableAllocator from a MemtablePool.classclassMemtable that uses a commit log for persistence.classclassA proof-of-concept sharded memtable implementation.classclassTrie memtable implementation. -
Uses of UnfilteredSource in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement UnfilteredSourceModifier 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 UnfilteredSource in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement UnfilteredSourceModifier and TypeClassDescriptionclassSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen. -
Uses of UnfilteredSource in org.apache.cassandra.io.sstable.format.bti
Classes in org.apache.cassandra.io.sstable.format.bti that implement UnfilteredSourceModifier and TypeClassDescriptionclassReader of SSTable files in BTI format (seeBtiFormat), written byBtiTableWriter.