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 |
---|---|
Snapshot |
RaftActorRecoveryCohort.getRestoreFromSnapshot()
Returns the snapshot to restore from on recovery.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SendInstallSnapshot.getSnapshot() |
Snapshot |
ApplySnapshot.getSnapshot() |
Constructor and Description |
---|
ApplySnapshot(Snapshot snapshot) |
ApplySnapshot(Snapshot snapshot,
ApplySnapshot.Callback callback) |
SendInstallSnapshot(Snapshot snapshot,
com.google.common.io.ByteSource snapshotBytes) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
GetSnapshotReply.getSnapshot() |
Constructor and Description |
---|
GetSnapshotReply(String id,
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.