Uses of Interface
org.hyperledger.fabric.client.Checkpoint
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Checkpoint in org.hyperledger.fabric.client
Modifier and TypeInterfaceDescriptioninterface
Checkpointer allows update of a checkpoint position after events are successfully processed.Modifier and TypeClassDescriptionfinal class
Checkpointer implementation backed by persistent file storage.final class
A non-persistent Checkpointer implementation.Modifier and TypeMethodDescriptionBlockAndPrivateDataEventsRequest.Builder.checkpoint
(Checkpoint checkpoint) BlockEventsRequest.Builder.checkpoint
(Checkpoint checkpoint) ChaincodeEventsRequest.Builder.checkpoint
(Checkpoint checkpoint) EventsBuilder.checkpoint
(Checkpoint checkpoint) Reads events starting at the checkpoint position.FilteredBlockEventsRequest.Builder.checkpoint
(Checkpoint checkpoint)