public final class ShardSnapshotActor extends AbstractUntypedActorWithMetering
LOG
Modifier and Type | Method and Description |
---|---|
protected void |
handleReceive(Object message)
Receive and handle an incoming 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.
|
getActorNameOverride
createReceive, executeInSelf, ignoreMessage, isValidSender, unknownMessage
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled
protected void handleReceive(Object message)
AbstractUntypedActor
AbstractUntypedActor.ignoreMessage(Object)
or AbstractUntypedActor.unknownMessage(Object)
.handleReceive
in class AbstractUntypedActor
message
- the incoming messagepublic 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 © 2019 OpenDaylight. All rights reserved.