public static interface MasterProtos.GetCompletedSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HBaseProtos.SnapshotDescription |
getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1; |
int |
getSnapshotsCount()
repeated .SnapshotDescription snapshots = 1; |
List<HBaseProtos.SnapshotDescription> |
getSnapshotsList()
repeated .SnapshotDescription snapshots = 1; |
HBaseProtos.SnapshotDescriptionOrBuilder |
getSnapshotsOrBuilder(int index)
repeated .SnapshotDescription snapshots = 1; |
List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> |
getSnapshotsOrBuilderList()
repeated .SnapshotDescription snapshots = 1; |
List<HBaseProtos.SnapshotDescription> getSnapshotsList()
repeated .SnapshotDescription snapshots = 1;
HBaseProtos.SnapshotDescription getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1;
int getSnapshotsCount()
repeated .SnapshotDescription snapshots = 1;
List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> getSnapshotsOrBuilderList()
repeated .SnapshotDescription snapshots = 1;
HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotsOrBuilder(int index)
repeated .SnapshotDescription snapshots = 1;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.