HBaseProtos.SnapshotDescription.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshotsBuilder()
repeated .SnapshotDescription snapshots = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshotsBuilder(int index)
repeated .SnapshotDescription snapshots = 1;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clear() |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearCreationTime()
optional int64 creation_time = 3 [default = 0];
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearName()
required string name = 1;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearOwner()
optional string owner = 6;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearTable()
optional string table = 2;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clearVersion()
optional int32 version = 5;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.clone() |
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.SnapshotRequest.Builder.getSnapshotBuilder()
required .SnapshotDescription snapshot = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.DeleteSnapshotRequest.Builder.getSnapshotBuilder()
required .SnapshotDescription snapshot = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.RestoreSnapshotRequest.Builder.getSnapshotBuilder()
required .SnapshotDescription snapshot = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.IsSnapshotDoneRequest.Builder.getSnapshotBuilder()
optional .SnapshotDescription snapshot = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.IsSnapshotDoneResponse.Builder.getSnapshotBuilder()
optional .SnapshotDescription snapshot = 2;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder.getSnapshotBuilder()
optional .SnapshotDescription snapshot = 1;
|
HBaseProtos.SnapshotDescription.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.getSnapshotsBuilder(int index)
repeated .SnapshotDescription snapshots = 1;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.mergeFrom(HBaseProtos.SnapshotDescription other) |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.mergeFrom(com.google.protobuf.Message other) |
static HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.newBuilder() |
static HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.newBuilder(HBaseProtos.SnapshotDescription prototype) |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.newBuilderForType() |
protected HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setCreationTime(long value)
optional int64 creation_time = 3 [default = 0];
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setName(String value)
required string name = 1;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setOwner(String value)
optional string owner = 6;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 6;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setTable(String value)
optional string table = 2;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setTableBytes(com.google.protobuf.ByteString value)
optional string table = 2;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setType(HBaseProtos.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setVersion(int value)
optional int32 version = 5;
|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.toBuilder() |