void |
WalStateManager.addNewWalMarker(TServerInstance tsi,
org.apache.hadoop.fs.Path path) |
void |
WalStateManager.closeWal(TServerInstance instance,
org.apache.hadoop.fs.Path path) |
void |
WalStateManager.forget(TServerInstance instance) |
Map<TServerInstance,List<UUID>> |
WalStateManager.getAllMarkers() |
Map<org.apache.hadoop.fs.Path,WalStateManager.WalState> |
WalStateManager.getAllState() |
List<org.apache.hadoop.fs.Path> |
WalStateManager.getWalsInUse(TServerInstance tsi) |
void |
WalStateManager.initWalMarker(TServerInstance tsi) |
void |
WalStateManager.removeWalMarker(TServerInstance instance,
UUID uuid) |
Pair<WalStateManager.WalState,org.apache.hadoop.fs.Path> |
WalStateManager.state(TServerInstance instance,
UUID uuid) |
void |
WalStateManager.walUnreferenced(TServerInstance tsi,
org.apache.hadoop.fs.Path path) |