Uses of Class
org.opendaylight.controller.cluster.datastore.persisted.ShardDataTreeSnapshot
-
Packages that use ShardDataTreeSnapshot Package Description org.opendaylight.controller.cluster.datastore.actors org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures. -
-
Uses of ShardDataTreeSnapshot in org.opendaylight.controller.cluster.datastore.actors
Methods in org.opendaylight.controller.cluster.datastore.actors with parameters of type ShardDataTreeSnapshot Modifier and Type Method Description static voidShardSnapshotActor. 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. -
Uses of ShardDataTreeSnapshot in org.opendaylight.controller.cluster.datastore.persisted
Subclasses of ShardDataTreeSnapshot in org.opendaylight.controller.cluster.datastore.persisted Modifier and Type Class Description classMetadataShardDataTreeSnapshotAnAbstractVersionedShardDataTreeSnapshotwhich contains additional metadata.Methods in org.opendaylight.controller.cluster.datastore.persisted that return ShardDataTreeSnapshot Modifier and Type Method Description @NonNull ShardDataTreeSnapshotShardSnapshotState. getSnapshot()Constructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type ShardDataTreeSnapshot Constructor Description ShardSnapshotState(@NonNull ShardDataTreeSnapshot snapshot)ShardSnapshotState(@NonNull ShardDataTreeSnapshot snapshot, boolean migrated)
-