Uses of Interface
org.apache.bookkeeper.bookie.CookieValidation
-
Packages that use CookieValidation Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of CookieValidation in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement CookieValidation Modifier and Type Class Description class
LegacyCookieValidation
Legacy implementation of CookieValidation. -
Uses of CookieValidation in org.apache.bookkeeper.bookie.datainteg
Classes in org.apache.bookkeeper.bookie.datainteg that implement CookieValidation Modifier and Type Class Description class
DataIntegrityCookieValidation
An implementation of the CookieValidation interface that allows for auto-stamping cookies when configured and used in conjunction with the data integrity service.
-