public class RocksDBClientCache extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RocksDBClientCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(String directory,
boolean visibilityEnabled,
boolean compactOnWrite,
int batchWriteSize,
boolean walOnBatchWrite) |
void |
closeAll() |
RocksDBClient |
getClient(String directory,
boolean visibilityEnabled,
boolean compactOnWrite,
int batchWriteSize,
boolean walOnBatchWrite) |
static RocksDBClientCache |
getInstance() |
public static RocksDBClientCache getInstance()
public RocksDBClient getClient(String directory, boolean visibilityEnabled, boolean compactOnWrite, int batchWriteSize, boolean walOnBatchWrite)
public void close(String directory, boolean visibilityEnabled, boolean compactOnWrite, int batchWriteSize, boolean walOnBatchWrite)
public void closeAll()
Copyright © 2013–2020. All rights reserved.