public class DatastoreSnapshot extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DatastoreSnapshot.ShardSnapshot |
| Constructor and Description |
|---|
DatastoreSnapshot(String type,
ShardManagerSnapshot shardManagerSnapshot,
List<DatastoreSnapshot.ShardSnapshot> shardSnapshots) |
| Modifier and Type | Method and Description |
|---|---|
ShardManagerSnapshot |
getShardManagerSnapshot() |
List<DatastoreSnapshot.ShardSnapshot> |
getShardSnapshots() |
String |
getType() |
public DatastoreSnapshot(@Nonnull String type, @Nullable ShardManagerSnapshot shardManagerSnapshot, @Nonnull List<DatastoreSnapshot.ShardSnapshot> shardSnapshots)
@Nullable public ShardManagerSnapshot getShardManagerSnapshot()
@Nonnull public List<DatastoreSnapshot.ShardSnapshot> getShardSnapshots()
Copyright © 2019 OpenDaylight. All rights reserved.