Uses of Interface
org.apache.bookkeeper.bookie.CheckpointSource
Packages that use CheckpointSource
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
-
Uses of CheckpointSource in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement CheckpointSourceModifier and TypeClassDescriptionclassACheckpointSourceListmanages a list ofCheckpointSources.classProvide journal related management.Fields in org.apache.bookkeeper.bookie declared as CheckpointSourceModifier and TypeFieldDescription(package private) final CheckpointSourceEntryMemTable.checkpointSourceprotected CheckpointSourceInterleavedLedgerStorage.checkpointSource(package private) final CheckpointSourceSyncThread.checkpointSourcestatic final CheckpointSourceCheckpointSource.DEFAULTMethods in org.apache.bookkeeper.bookie with parameters of type CheckpointSourceModifier and TypeMethodDescriptionvoidInterleavedLedgerStorage.setCheckpointSource(CheckpointSource checkpointSource) voidLedgerStorage.setCheckpointSource(CheckpointSource checkpointSource) voidSortedLedgerStorage.setCheckpointSource(CheckpointSource checkpointSource) Constructors in org.apache.bookkeeper.bookie with parameters of type CheckpointSourceModifierConstructorDescriptionEntryMemTable(ServerConfiguration conf, CheckpointSource source, StatsLogger statsLogger) Constructor.EntryMemTableWithParallelFlusher(ServerConfiguration conf, CheckpointSource source, StatsLogger statsLogger) SyncThread(ServerConfiguration conf, LedgerDirsManager.LedgerDirsListener dirsListener, LedgerStorage ledgerStorage, CheckpointSource checkpointSource, StatsLogger statsLogger) Constructor parameters in org.apache.bookkeeper.bookie with type arguments of type CheckpointSourceModifierConstructorDescriptionCheckpointSourceList(List<? extends CheckpointSource> checkpointSourcesList) -
Uses of CheckpointSource in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type CheckpointSourceModifier and TypeMethodDescriptionvoidDbLedgerStorage.setCheckpointSource(CheckpointSource checkpointSource) voidSingleDirectoryDbLedgerStorage.setCheckpointSource(CheckpointSource checkpointSource)