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