public class CaptureSnapshotReply extends Object implements akka.dispatch.ControlMessage
Constructor and Description |
---|
CaptureSnapshotReply(Snapshot.State snapshotState,
Optional<OutputStream> installSnapshotStream) |
Modifier and Type | Method and Description |
---|---|
Optional<OutputStream> |
getInstallSnapshotStream() |
Snapshot.State |
getSnapshotState() |
public CaptureSnapshotReply(@Nonnull Snapshot.State snapshotState, @Nonnull Optional<OutputStream> installSnapshotStream)
@Nonnull public Snapshot.State getSnapshotState()
@Nonnull public Optional<OutputStream> getInstallSnapshotStream()
Copyright © 2019 OpenDaylight. All rights reserved.