Uses of Interface
org.apache.cassandra.db.memtable.Memtable.Owner
Packages that use Memtable.Owner
-
Uses of Memtable.Owner in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement Memtable.Owner -
Uses of Memtable.Owner in org.apache.cassandra.db.memtable
Fields in org.apache.cassandra.db.memtable declared as Memtable.OwnerMethods in org.apache.cassandra.db.memtable with parameters of type Memtable.OwnerModifier and TypeMethodDescriptionMemtable.Factory.create(AtomicReference<CommitLogPosition> commitLogLowerBound, TableMetadataRef metadaRef, Memtable.Owner owner) Create a memtable.SkipListMemtableFactory.create(AtomicReference<CommitLogPosition> commitLogLowerBound, TableMetadataRef metadaRef, Memtable.Owner owner) Constructors in org.apache.cassandra.db.memtable with parameters of type Memtable.OwnerModifierConstructorDescriptionAbstractAllocatorMemtable(AtomicReference<CommitLogPosition> commitLogLowerBound, TableMetadataRef metadataRef, Memtable.Owner owner) protectedSkipListMemtable(AtomicReference<CommitLogPosition> commitLogLowerBound, TableMetadataRef metadataRef, Memtable.Owner owner)