Uses of Class
org.apache.bookkeeper.util.DiskChecker.DiskErrorException
-
Packages that use DiskChecker.DiskErrorException Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of DiskChecker.DiskErrorException in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that throw DiskChecker.DiskErrorException Modifier and Type Method Description void
LedgerDirsMonitor. init()
Sweep through all the directories to check disk errors or disk full. -
Uses of DiskChecker.DiskErrorException in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util that throw DiskChecker.DiskErrorException Modifier and Type Method Description float
DiskChecker. checkDir(java.io.File dir)
Create the directory if it doesn't exist.
-