public static interface MasterProtos.IsSnapshotDoneResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
optional bool done = 1 [default = false]; |
HBaseProtos.SnapshotDescription |
getSnapshot()
optional .SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescriptionOrBuilder |
getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 2; |
boolean |
hasDone()
optional bool done = 1 [default = false]; |
boolean |
hasSnapshot()
optional .SnapshotDescription snapshot = 2; |
boolean hasDone()
optional bool done = 1 [default = false];
boolean getDone()
optional bool done = 1 [default = false];
boolean hasSnapshot()
optional .SnapshotDescription snapshot = 2;
HBaseProtos.SnapshotDescription getSnapshot()
optional .SnapshotDescription snapshot = 2;
HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.