Uses of Enum Class
org.apache.cassandra.config.Config.MemtableAllocationType
Packages that use Config.MemtableAllocationType
-
Uses of Config.MemtableAllocationType in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.MemtableAllocationTypeMethods in org.apache.cassandra.config that return Config.MemtableAllocationTypeModifier and TypeMethodDescriptionDatabaseDescriptor.getMemtableAllocationType()Returns the enum constant of this class with the specified name.static Config.MemtableAllocationType[]Config.MemtableAllocationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Config.MemtableAllocationType in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type Config.MemtableAllocationTypeModifier and TypeMethodDescriptionstatic MemtablePoolAbstractAllocatorMemtable.createMemtableAllocatorPoolInternal(Config.MemtableAllocationType allocationType, long heapLimit, long offHeapLimit, float memtableCleanupThreshold, MemtableCleaner cleaner)