Uses of Interface
org.apache.bookkeeper.bookie.Checkpointer
Packages that use Checkpointer
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
-
Uses of Checkpointer in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement CheckpointerModifier and TypeClassDescription(package private) classSyncThread is a background thread which help checkpointing ledger storage when a checkpoint is requested.Fields in org.apache.bookkeeper.bookie declared as CheckpointerModifier and TypeFieldDescriptionprotected CheckpointerInterleavedLedgerStorage.checkpointerstatic final CheckpointerCheckpointer.NULLMethods in org.apache.bookkeeper.bookie with parameters of type CheckpointerModifier and TypeMethodDescriptionvoidInterleavedLedgerStorage.setCheckpointer(Checkpointer checkpointer) voidLedgerStorage.setCheckpointer(Checkpointer checkpointer) voidSortedLedgerStorage.setCheckpointer(Checkpointer checkpointer) -
Uses of Checkpointer in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type CheckpointerModifier and TypeMethodDescriptionvoidDbLedgerStorage.setCheckpointer(Checkpointer checkpointer) voidSingleDirectoryDbLedgerStorage.setCheckpointer(Checkpointer checkpointer)