Uses of Class
org.apache.bookkeeper.bookie.storage.directentrylogger.Events
-
Packages that use Events Package Description org.apache.bookkeeper.bookie.storage.directentrylogger Support for bookie entry logs using Direct IO. -
-
Uses of Events in org.apache.bookkeeper.bookie.storage.directentrylogger
Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that return Events Modifier and Type Method Description static Events
Events. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Events[]
Events. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-