Uses of Interface
org.apache.bookkeeper.bookie.CheckpointSource
-
Packages that use CheckpointSource Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage. -
-
Uses of CheckpointSource in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement CheckpointSource Modifier and Type Class Description classCheckpointSourceListACheckpointSourceListmanages a list ofCheckpointSources.classJournalProvide journal related management.Fields in org.apache.bookkeeper.bookie declared as CheckpointSource Modifier and Type Field Description (package private) CheckpointSourceEntryMemTable. checkpointSourceprotected CheckpointSourceInterleavedLedgerStorage. checkpointSource(package private) CheckpointSourceSyncThread. checkpointSourcestatic CheckpointSourceCheckpointSource. DEFAULTMethods in org.apache.bookkeeper.bookie with parameters of type CheckpointSource Modifier and Type Method Description voidInterleavedLedgerStorage. setCheckpointSource(CheckpointSource checkpointSource)voidLedgerStorage. setCheckpointSource(CheckpointSource checkpointSource)voidSortedLedgerStorage. setCheckpointSource(CheckpointSource checkpointSource)Constructors in org.apache.bookkeeper.bookie with parameters of type CheckpointSource Constructor Description EntryMemTable(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 CheckpointSource Constructor Description CheckpointSourceList(java.util.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 CheckpointSource Modifier and Type Method Description voidDbLedgerStorage. setCheckpointSource(CheckpointSource checkpointSource)voidSingleDirectoryDbLedgerStorage. setCheckpointSource(CheckpointSource checkpointSource)
-