| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static PrepopulateBlobCache |
PrepopulateBlobCache.getPrepopulateBlobCache(byte byteIdentifier)
Get the PrepopulateBlobCache enumeration value by
passing the byte identifier to this method.
|
static PrepopulateBlobCache |
PrepopulateBlobCache.getPrepopulateBlobCache(String libraryName)
Get the PrepopulateBlobCache enumeration value by
passing the library name to this method.
|
PrepopulateBlobCache |
AdvancedMutableColumnFamilyOptionsInterface.prepopulateBlobCache()
Get the prepopulate blob cache option.
|
PrepopulateBlobCache |
ColumnFamilyOptions.prepopulateBlobCache()
Get the prepopulate blob cache option.
|
PrepopulateBlobCache |
MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder.prepopulateBlobCache() |
PrepopulateBlobCache |
Options.prepopulateBlobCache() |
static PrepopulateBlobCache |
PrepopulateBlobCache.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrepopulateBlobCache[] |
PrepopulateBlobCache.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AdvancedMutableColumnFamilyOptionsInterface.setPrepopulateBlobCache(PrepopulateBlobCache prepopulateBlobCache)
Set a certain prepopulate blob cache option.
|
ColumnFamilyOptions |
ColumnFamilyOptions.setPrepopulateBlobCache(PrepopulateBlobCache prepopulateBlobCache)
Set a certain prepopulate blob cache option.
|
MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder |
MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder.setPrepopulateBlobCache(PrepopulateBlobCache prepopulateBlobCache) |
Options |
Options.setPrepopulateBlobCache(PrepopulateBlobCache prepopulateBlobCache) |
Copyright © 2022. All rights reserved.