| Modifier and Type | Method and Description | 
|---|---|
| Snapshot | DatastoreSnapshot.ShardSnapshot. getSnapshot() | 
| Constructor and Description | 
|---|
| ShardSnapshot(String name,
             Snapshot snapshot) | 
| Modifier and Type | Method and Description | 
|---|---|
| Snapshot | ExampleActor. getRestoreFromSnapshot() | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable Snapshot | RaftActorRecoveryCohort. getRestoreFromSnapshot()Returns the snapshot to restore from on recovery. | 
| Modifier and Type | Method and Description | 
|---|---|
| @NonNull Snapshot | SendInstallSnapshot. getSnapshot() | 
| @NonNull Snapshot | ApplySnapshot. getSnapshot() | 
| Constructor and Description | 
|---|
| ApplySnapshot(@NonNull Snapshot snapshot) | 
| ApplySnapshot(@NonNull Snapshot snapshot,
             @NonNull ApplySnapshot.Callback callback) | 
| SendInstallSnapshot(@NonNull Snapshot snapshot,
                   @NonNull com.google.common.io.ByteSource snapshotBytes) | 
| Modifier and Type | Method and Description | 
|---|---|
| @NonNull Snapshot | GetSnapshotReply. getSnapshot() | 
| Constructor and Description | 
|---|
| GetSnapshotReply(@NonNull String id,
                @NonNull Snapshot snapshot) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Snapshot | Snapshot. create(Snapshot.State state,
      List<ReplicatedLogEntry> entries,
      long lastIndex,
      long lastTerm,
      long lastAppliedIndex,
      long lastAppliedTerm,
      long electionTerm,
      String electionVotedFor,
      ServerConfigurationPayload serverConfig) | 
Copyright © 2019 OpenDaylight. All rights reserved.