public final class ShardSnapshotActor
extends org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorWithMetering
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleReceive(Object message) |
static akka.actor.Props |
props() |
static void |
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.
|
getActorNameOverrideexecuteInSelf, ignoreMessage, isValidSender, onReceive, unknownMessageakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledprotected void handleReceive(Object message) throws Exception
handleReceive in class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorExceptionpublic static void requestSnapshot(akka.actor.ActorRef snapshotActor,
ShardDataTreeSnapshot snapshot,
Optional<OutputStream> installSnapshotStream,
akka.actor.ActorRef replyTo)
snapshotActor - the ShardSnapshotActorsnapshot - the snapshot to processinstallSnapshotStream - Optional OutputStream that is present if the snapshot is to also be installed
on a follower.replyTo - the actor to which to send the CaptureSnapshotReplypublic static akka.actor.Props props()
Copyright © 2018 OpenDaylight. All rights reserved.