Uses of Package
org.apache.cassandra.db.memtable
Packages that use org.apache.cassandra.db.memtable
Package
Description
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.dbClassDescriptionMemtable interface.Interface for providing signals back and requesting information from the owner, i.e.Holds boundaries (tokens) used to map a particular token (so partition key) to a shard id.
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.db.lifecycle
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.db.memtableClassDescriptionA memtable that uses memory tracked and maybe allocated via a MemtableAllocator from a MemtablePool.Memtable that uses a commit log for persistence.Memtable interface.Factory interface for constructing memtables, and querying write durability features.A collection of partitions for flushing plus some information required for writing an sstable.Special commit log position marker used in the upper bound marker setting process (see
ColumnFamilyStore.setCommitLogUpperBound(java.util.concurrent.atomic.AtomicReference<org.apache.cassandra.db.commitlog.CommitLogPosition>)andMemtable.accepts(org.apache.cassandra.utils.concurrent.OpOrder.Group, org.apache.cassandra.db.commitlog.CommitLogPosition))Interface for providing signals back and requesting information from the owner, i.e.Holds boundaries (tokens) used to map a particular token (so partition key) to a shard id.This class makes better sense as an inner class to SkipListMemtable (which could be as simple as FACTORY = SkipListMemtable::new), but having it there causes the SkipListMemtable class to be initialized the first time it is referenced (e.g. -
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.internal
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.sai
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.sai.disk.v1.vector
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.sai.memory
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.sasi
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.index.sasi.conf
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.notifications
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.schemaClassDescriptionFactory interface for constructing memtables, and querying write durability features.
-
Classes in org.apache.cassandra.db.memtable used by org.apache.cassandra.service.paxos.uncommitted