|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseProtos.SnapshotDescription.Builder | |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Uses of HBaseProtos.SnapshotDescription.Builder in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.SnapshotDescription.Builder | |
---|---|
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.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.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()
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.SnapshotDescription.Builder | |
---|---|
List<HBaseProtos.SnapshotDescription.Builder> |
MasterProtos.GetCompletedSnapshotsResponse.Builder.getSnapshotsBuilderList()
repeated .SnapshotDescription snapshots = 1; |
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.SnapshotDescription.Builder | |
---|---|
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshots(HBaseProtos.SnapshotDescription.Builder builderForValue)
repeated .SnapshotDescription snapshots = 1; |
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshots(int index,
HBaseProtos.SnapshotDescription.Builder builderForValue)
repeated .SnapshotDescription snapshots = 1; |
MasterProtos.SnapshotRequest.Builder |
MasterProtos.SnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
required .SnapshotDescription snapshot = 1; |
MasterProtos.DeleteSnapshotRequest.Builder |
MasterProtos.DeleteSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
required .SnapshotDescription snapshot = 1; |
MasterProtos.RestoreSnapshotRequest.Builder |
MasterProtos.RestoreSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
required .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneRequest.Builder |
MasterProtos.IsSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneResponse.Builder |
MasterProtos.IsSnapshotDoneResponse.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .SnapshotDescription snapshot = 2; |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .SnapshotDescription snapshot = 1; |
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.setSnapshots(int index,
HBaseProtos.SnapshotDescription.Builder builderForValue)
repeated .SnapshotDescription snapshots = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |