Package org.apache.bookkeeper.bookie
Interface Checkpointer
- All Known Implementing Classes:
SyncThread
public interface Checkpointer
The instance that is responsible for checkpointing ledger storage.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()voidstartCheckpoint(CheckpointSource.Checkpoint checkpoint) Start checkpointing for a given checkpoint location.
-
Field Details
-
NULL
-
-
Method Details
-
startCheckpoint
Start checkpointing for a given checkpoint location.- Parameters:
checkpoint- the checkpoint location to checkpoint.
-
start
void start()
-