Uses of Class
org.apache.bookkeeper.bookie.BookieStatus.BookieMode
-
Packages that use BookieStatus.BookieMode Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of BookieStatus.BookieMode in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return BookieStatus.BookieMode Modifier and Type Method Description static BookieStatus.BookieMode
BookieStatus.BookieMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BookieStatus.BookieMode[]
BookieStatus.BookieMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-