Package org.apache.cassandra.schema
Class MemtableParams
java.lang.Object
org.apache.cassandra.schema.MemtableParams
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.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanfactory()static MemtableParamsstatic MemtableParamsgetWithFallback(String key) inthashCode()toString()