Class MemtableParams

java.lang.Object
org.apache.cassandra.schema.MemtableParams

public final class MemtableParams extends Object
Memtable types and options are specified with these parameters. Memtable classes must either contain a static FACTORY field (if they take no arguments other than class), or implement a factory(Map<String, String>) method. The latter should consume any further options (using map.remove). See Memtable_API.md for further details on the configuration and usage of memtable implementations.