Class CaptureSnapshotReply
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.base.messages.CaptureSnapshotReply
-
- All Implemented Interfaces:
akka.dispatch.ControlMessage
public class CaptureSnapshotReply extends Object implements akka.dispatch.ControlMessage
-
-
Constructor Summary
Constructors Constructor Description CaptureSnapshotReply(@NonNull Snapshot.State snapshotState, @NonNull Optional<OutputStream> installSnapshotStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull Optional<OutputStream>
getInstallSnapshotStream()
@NonNull Snapshot.State
getSnapshotState()
-
-
-
Constructor Detail
-
CaptureSnapshotReply
public CaptureSnapshotReply(@NonNull Snapshot.State snapshotState, @NonNull Optional<OutputStream> installSnapshotStream)
-
-
Method Detail
-
getSnapshotState
public @NonNull Snapshot.State getSnapshotState()
-
getInstallSnapshotStream
public @NonNull Optional<OutputStream> getInstallSnapshotStream()
-
-