public final class KueueManager extends Object implements AutoCloseable
| Constructor and Description |
|---|
KueueManager(Path directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
compactAll() |
Kueue |
get(String identifier) |
String |
getDirectory() |
Path |
getPath() |
RocksDB |
getRocksDB() |
Stats |
getStats() |
boolean |
isClosed() |
void |
syncWAL() |
public KueueManager(Path directory)
public Path getPath()
public String getDirectory()
public Stats getStats()
public boolean isClosed()
public void close()
close in interface AutoCloseablepublic void compactAll()
public void syncWAL()
public RocksDB getRocksDB()
Copyright © 2022. All rights reserved.