Uses of Class
org.opendaylight.controller.cluster.datastore.persisted.DatastoreSnapshot.ShardSnapshot
-
Packages that use DatastoreSnapshot.ShardSnapshot Package Description org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures. -
-
Uses of DatastoreSnapshot.ShardSnapshot in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreSnapshot.ShardSnapshot Modifier and Type Method Description DatastoreSnapshot.ShardSnapshotShard.AbstractBuilder. getRestoreFromSnapshot()Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreSnapshot.ShardSnapshot Modifier and Type Method Description TShard.AbstractBuilder. restoreFromSnapshot(DatastoreSnapshot.ShardSnapshot newRestoreFromSnapshot) -
Uses of DatastoreSnapshot.ShardSnapshot in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return types with arguments of type DatastoreSnapshot.ShardSnapshot Modifier and Type Method Description @NonNull List<DatastoreSnapshot.ShardSnapshot>DatastoreSnapshot. getShardSnapshots()Constructor parameters in org.opendaylight.controller.cluster.datastore.persisted with type arguments of type DatastoreSnapshot.ShardSnapshot Constructor Description DatastoreSnapshot(@NonNull String type, @Nullable ShardManagerSnapshot shardManagerSnapshot, @NonNull List<DatastoreSnapshot.ShardSnapshot> shardSnapshots)
-