Class CaptureSnapshotReply
java.lang.Object
org.opendaylight.controller.cluster.raft.base.messages.CaptureSnapshotReply
- All Implemented Interfaces:
ControlMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureSnapshotReply
(@NonNull Snapshot.State snapshotState, @NonNull Optional<OutputStream> installSnapshotStream) -
Method Summary
-
Constructor Details
-
CaptureSnapshotReply
public CaptureSnapshotReply(@NonNull Snapshot.State snapshotState, @NonNull Optional<OutputStream> installSnapshotStream)
-
-
Method Details
-
getSnapshotState
-
getInstallSnapshotStream
-