Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.actors | |
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShardSnapshotActor.requestSnapshot(akka.actor.ActorRef snapshotActor,
ShardDataTreeSnapshot snapshot,
Optional<OutputStream> installSnapshotStream,
akka.actor.ActorRef replyTo)
Sends a request to a ShardSnapshotActor to process a snapshot and send a CaptureSnapshotReply.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataShardDataTreeSnapshot
An
AbstractVersionedShardDataTreeSnapshot which contains additional metadata. |
Modifier and Type | Method and Description |
---|---|
static ShardDataTreeSnapshot |
ShardDataTreeSnapshot.deserialize(ObjectInput in) |
ShardDataTreeSnapshot |
ShardSnapshotState.getSnapshot() |
Constructor and Description |
---|
ShardSnapshotState(ShardDataTreeSnapshot snapshot) |
Copyright © 2019 OpenDaylight. All rights reserved.