Class DrTableSettings
java.lang.Object
io.datarouter.client.hbase.cluster.DrTableSettings
public class DrTableSettings extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringBLOCKCACHEstatic StringBLOCKSIZEstatic StringBLOOMFILTERstatic List<String>BLOOMFILTER_STRINGSstatic SortedSet<String>COLUMN_SETTINGSstatic StringCOMPRESSIONstatic List<String>COMPRESSION_STRINGSstatic StringDATA_BLOCK_ENCODINGstatic List<String>DATA_BLOCK_ENCODING_STRINGSstatic StringDEFAULT_DATA_BLOCK_ENCODINGstatic StringDEFAULT_ENCODE_ON_DISKstatic StringENCODE_ON_DISKstatic StringIN_MEMORYstatic StringTTLstatic StringVERSIONS -
Constructor Summary
Constructors Constructor Description DrTableSettings() -
Method Summary
Modifier and Type Method Description static voidvalidateColumnFamilySetting(String setting, String value)protected static booleanvalidBoolean(String value)
-
Field Details
-
BLOCKCACHE
- See Also:
- Constant Field Values
-
BLOCKSIZE
- See Also:
- Constant Field Values
-
BLOOMFILTER
- See Also:
- Constant Field Values
-
COMPRESSION
- See Also:
- Constant Field Values
-
DATA_BLOCK_ENCODING
- See Also:
- Constant Field Values
-
ENCODE_ON_DISK
- See Also:
- Constant Field Values
-
IN_MEMORY
- See Also:
- Constant Field Values
-
TTL
- See Also:
- Constant Field Values
-
VERSIONS
- See Also:
- Constant Field Values
-
COLUMN_SETTINGS
-
BLOOMFILTER_STRINGS
-
COMPRESSION_STRINGS
-
DATA_BLOCK_ENCODING_STRINGS
-
DEFAULT_DATA_BLOCK_ENCODING
- See Also:
- Constant Field Values
-
DEFAULT_ENCODE_ON_DISK
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DrTableSettings
public DrTableSettings()
-
-
Method Details