Uses of Class
org.apache.bookkeeper.bookie.BookieException.UpgradeException
-
Packages that use BookieException.UpgradeException Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of BookieException.UpgradeException in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that throw BookieException.UpgradeException Modifier and Type Method Description static void
FileSystemUpgrade. finalizeUpgrade(ServerConfiguration conf)
static void
FileSystemUpgrade. rollback(ServerConfiguration conf)
static void
FileSystemUpgrade. upgrade(ServerConfiguration conf)
-