| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Field and Description |
|---|---|
static EncodingType |
PlainTableConfig.DEFAULT_ENCODING_TYPE |
| Modifier and Type | Method and Description |
|---|---|
EncodingType |
PlainTableConfig.encodingType()
Returns the active EncodingType
|
static EncodingType |
EncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingType[] |
EncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlainTableConfig |
PlainTableConfig.setEncodingType(EncodingType encodingType)
Sets the encoding type.
|
Copyright © 2022. All rights reserved.