public final class MemtableParams
extends java.lang.Object
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.Modifier and Type | Field and Description |
---|---|
static MemtableParams |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
configurationKey() |
boolean |
equals(java.lang.Object o) |
Memtable.Factory |
factory() |
static MemtableParams |
get(java.lang.String key) |
static MemtableParams |
getWithFallback(java.lang.String key) |
int |
hashCode() |
java.lang.String |
toString() |
public static final MemtableParams DEFAULT
public java.lang.String configurationKey()
public Memtable.Factory factory()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static MemtableParams get(java.lang.String key)
public static MemtableParams getWithFallback(java.lang.String key)
Copyright © 2009- The Apache Software Foundation