Uses of Class
org.apache.accumulo.server.log.WalStateManager.WalMarkerException
-
Packages that use WalStateManager.WalMarkerException Package Description org.apache.accumulo.server.log -
-
Uses of WalStateManager.WalMarkerException in org.apache.accumulo.server.log
Methods in org.apache.accumulo.server.log that throw WalStateManager.WalMarkerException Modifier and Type Method Description voidWalStateManager. addNewWalMarker(TServerInstance tsi, org.apache.hadoop.fs.Path path)voidWalStateManager. closeWal(TServerInstance instance, org.apache.hadoop.fs.Path path)voidWalStateManager. 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)voidWalStateManager. initWalMarker(TServerInstance tsi)voidWalStateManager. removeWalMarker(TServerInstance instance, UUID uuid)Pair<WalStateManager.WalState,org.apache.hadoop.fs.Path>WalStateManager. state(TServerInstance instance, UUID uuid)voidWalStateManager. walUnreferenced(TServerInstance tsi, org.apache.hadoop.fs.Path path)
-