Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<HBaseProtos.SnapshotDescription> |
HBaseProtos.SnapshotDescription.PARSER |
Modifier and Type | Method and Description |
---|---|
HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.Builder.build() |
HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.Builder.buildPartial() |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.getDefaultInstance() |
HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.getDefaultInstanceForType() |
HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.Builder.getDefaultInstanceForType() |
HBaseProtos.SnapshotDescription |
MasterProtos.SnapshotRequestOrBuilder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.SnapshotRequest.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.SnapshotRequest.Builder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.DeleteSnapshotRequestOrBuilder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.DeleteSnapshotRequest.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.DeleteSnapshotRequest.Builder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.RestoreSnapshotRequestOrBuilder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.RestoreSnapshotRequest.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.RestoreSnapshotRequest.Builder.getSnapshot()
required .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneRequestOrBuilder.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneRequest.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneRequest.Builder.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneResponseOrBuilder.getSnapshot()
optional .SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneResponse.getSnapshot()
optional .SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsSnapshotDoneResponse.Builder.getSnapshot()
optional .SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsRestoreSnapshotDoneRequestOrBuilder.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsRestoreSnapshotDoneRequest.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder.getSnapshot()
optional .SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.GetCompletedSnapshotsResponseOrBuilder.getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.GetCompletedSnapshotsResponse.getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1; |
HBaseProtos.SnapshotDescription |
MasterProtos.GetCompletedSnapshotsResponse.Builder.getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1; |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseDelimitedFrom(InputStream input) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(byte[] data) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(InputStream input) |
static HBaseProtos.SnapshotDescription |
HBaseProtos.SnapshotDescription.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<HBaseProtos.SnapshotDescription> |
HBaseProtos.SnapshotDescription.getParserForType() |
List<HBaseProtos.SnapshotDescription> |
MasterProtos.GetCompletedSnapshotsResponseOrBuilder.getSnapshotsList()
repeated .SnapshotDescription snapshots = 1; |
List<HBaseProtos.SnapshotDescription> |
MasterProtos.GetCompletedSnapshotsResponse.getSnapshotsList()
repeated .SnapshotDescription snapshots = 1; |
List<HBaseProtos.SnapshotDescription> |
MasterProtos.GetCompletedSnapshotsResponse.Builder.getSnapshotsList()
repeated .SnapshotDescription snapshots = 1; |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshots(HBaseProtos.SnapshotDescription value)
repeated .SnapshotDescription snapshots = 1; |
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addSnapshots(int index,
HBaseProtos.SnapshotDescription value)
repeated .SnapshotDescription snapshots = 1; |
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.mergeFrom(HBaseProtos.SnapshotDescription other) |
MasterProtos.SnapshotRequest.Builder |
MasterProtos.SnapshotRequest.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.DeleteSnapshotRequest.Builder |
MasterProtos.DeleteSnapshotRequest.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.RestoreSnapshotRequest.Builder |
MasterProtos.RestoreSnapshotRequest.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneRequest.Builder |
MasterProtos.IsSnapshotDoneRequest.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneResponse.Builder |
MasterProtos.IsSnapshotDoneResponse.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 2; |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1; |
static HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.newBuilder(HBaseProtos.SnapshotDescription prototype) |
MasterProtos.SnapshotRequest.Builder |
MasterProtos.SnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.DeleteSnapshotRequest.Builder |
MasterProtos.DeleteSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.RestoreSnapshotRequest.Builder |
MasterProtos.RestoreSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
required .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneRequest.Builder |
MasterProtos.IsSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1; |
MasterProtos.IsSnapshotDoneResponse.Builder |
MasterProtos.IsSnapshotDoneResponse.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 2; |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder |
MasterProtos.IsRestoreSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1; |
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.setSnapshots(int index,
HBaseProtos.SnapshotDescription value)
repeated .SnapshotDescription snapshots = 1; |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetCompletedSnapshotsResponse.Builder |
MasterProtos.GetCompletedSnapshotsResponse.Builder.addAllSnapshots(Iterable<? extends HBaseProtos.SnapshotDescription> values)
repeated .SnapshotDescription snapshots = 1; |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.