Class JsonExportActor
- java.lang.Object
-
- akka.actor.AbstractActor
-
- org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
-
- org.opendaylight.controller.cluster.datastore.actors.JsonExportActor
-
- All Implemented Interfaces:
akka.actor.Actor,org.opendaylight.controller.cluster.common.actor.ExecuteInSelfActor
public final class JsonExportActor extends org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonExportActor.ExportJournalstatic classJsonExportActor.ExportSnapshotstatic classJsonExportActor.FinishExport
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleReceive(Object message)static akka.actor.Propsprops(org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String dirPath)-
Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
createReceive, executeInSelf, ignoreMessage, isValidSender, unknownMessage
-
Methods inherited from class akka.actor.AbstractActor
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
-
-
-
-
Method Detail
-
props
public static akka.actor.Props props(org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String dirPath)
-
handleReceive
protected void handleReceive(Object message)
- Specified by:
handleReceivein classorg.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
-
-