public class ApplySnapshot extends Object implements akka.dispatch.ControlMessage
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplySnapshot.Callback |
| Constructor and Description |
|---|
ApplySnapshot(@NonNull Snapshot snapshot) |
ApplySnapshot(@NonNull Snapshot snapshot,
@NonNull ApplySnapshot.Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull ApplySnapshot.Callback |
getCallback() |
@NonNull Snapshot |
getSnapshot() |
public ApplySnapshot(@NonNull Snapshot snapshot)
public ApplySnapshot(@NonNull Snapshot snapshot, @NonNull ApplySnapshot.Callback callback)
public @NonNull Snapshot getSnapshot()
public @NonNull ApplySnapshot.Callback getCallback()
Copyright © 2019 OpenDaylight. All rights reserved.