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