Uses of Class
org.apache.bookkeeper.bookie.Cookie
Packages that use Cookie
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of Cookie in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()static CookieCookie.parseFromBytes(byte[] bytes) static CookieCookie.readFromDirectory(File directory) Returns cookie from the given directory.Methods in org.apache.bookkeeper.bookie that return types with arguments of type CookieModifier and TypeMethodDescriptionCookie.readFromRegistrationManager(RegistrationManager rm, ServerConfiguration conf) Read cookie from registration manager.Cookie.readFromRegistrationManager(RegistrationManager rm, BookieId address) Read cookie from registration manager for a given bookie address.Methods in org.apache.bookkeeper.bookie with parameters of type CookieModifier and TypeMethodDescriptionstatic Cookie.BuilderCookie.newBuilder(Cookie oldCookie) Returns Cookie builder with the copy of given oldCookie.voidvoidCookie.verifyIsSuperSet(Cookie c)