Uses of Interface
org.apache.cassandra.db.rows.UnfilteredSource
-
Packages that use UnfilteredSource Package Description org.apache.cassandra.db.memtable org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.format.big -
-
Uses of UnfilteredSource in org.apache.cassandra.db.memtable
Subinterfaces of UnfilteredSource in org.apache.cassandra.db.memtable Modifier and Type Interface Description interfaceMemtableMemtable interface.Classes in org.apache.cassandra.db.memtable that implement UnfilteredSource Modifier and Type Class Description classAbstractAllocatorMemtableA memtable that uses memory tracked and maybe allocated via a MemtableAllocator from a MemtablePool.classAbstractMemtableclassAbstractMemtableWithCommitlogMemtable that uses a commit log for persistence.classShardedSkipListMemtableA proof-of-concept sharded memtable implementation.classSkipListMemtable -
Uses of UnfilteredSource in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement UnfilteredSource Modifier and Type Class Description classSSTableReaderAn 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. -
Uses of UnfilteredSource in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement UnfilteredSource Modifier and Type Class Description classBigTableReaderSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen.
-