|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.RegionActionResult | |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Uses of ClientProtos.RegionActionResult in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.RegionActionResult | |
---|---|
static com.google.protobuf.Parser<ClientProtos.RegionActionResult> |
ClientProtos.RegionActionResult.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.RegionActionResult | |
---|---|
ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.Builder.build()
|
ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.Builder.buildPartial()
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.getDefaultInstance()
|
ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.getDefaultInstanceForType()
|
ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.Builder.getDefaultInstanceForType()
|
ClientProtos.RegionActionResult |
ClientProtos.MultiResponseOrBuilder.getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1; |
ClientProtos.RegionActionResult |
ClientProtos.MultiResponse.getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1; |
ClientProtos.RegionActionResult |
ClientProtos.MultiResponse.Builder.getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1; |
ClientProtos.RegionActionResult |
VisibilityLabelsProtos.VisibilityLabelsResponseOrBuilder.getResult(int index)
repeated .RegionActionResult result = 1; |
ClientProtos.RegionActionResult |
VisibilityLabelsProtos.VisibilityLabelsResponse.getResult(int index)
repeated .RegionActionResult result = 1; |
ClientProtos.RegionActionResult |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.getResult(int index)
repeated .RegionActionResult result = 1; |
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseDelimitedFrom(InputStream input)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(byte[] data)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(InputStream input)
|
static ClientProtos.RegionActionResult |
ClientProtos.RegionActionResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.RegionActionResult | |
---|---|
com.google.protobuf.Parser<ClientProtos.RegionActionResult> |
ClientProtos.RegionActionResult.getParserForType()
|
List<ClientProtos.RegionActionResult> |
ClientProtos.MultiResponseOrBuilder.getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1; |
List<ClientProtos.RegionActionResult> |
ClientProtos.MultiResponse.getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1; |
List<ClientProtos.RegionActionResult> |
ClientProtos.MultiResponse.Builder.getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1; |
List<ClientProtos.RegionActionResult> |
VisibilityLabelsProtos.VisibilityLabelsResponseOrBuilder.getResultList()
repeated .RegionActionResult result = 1; |
List<ClientProtos.RegionActionResult> |
VisibilityLabelsProtos.VisibilityLabelsResponse.getResultList()
repeated .RegionActionResult result = 1; |
List<ClientProtos.RegionActionResult> |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.getResultList()
repeated .RegionActionResult result = 1; |
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.RegionActionResult | |
---|---|
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.addRegionActionResult(ClientProtos.RegionActionResult value)
repeated .RegionActionResult regionActionResult = 1; |
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.addRegionActionResult(int index,
ClientProtos.RegionActionResult value)
repeated .RegionActionResult regionActionResult = 1; |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.addResult(ClientProtos.RegionActionResult value)
repeated .RegionActionResult result = 1; |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.addResult(int index,
ClientProtos.RegionActionResult value)
repeated .RegionActionResult result = 1; |
ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.Builder.mergeFrom(ClientProtos.RegionActionResult other)
|
static ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.newBuilder(ClientProtos.RegionActionResult prototype)
|
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.setRegionActionResult(int index,
ClientProtos.RegionActionResult value)
repeated .RegionActionResult regionActionResult = 1; |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.setResult(int index,
ClientProtos.RegionActionResult value)
repeated .RegionActionResult result = 1; |
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.RegionActionResult | |
---|---|
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.addAllRegionActionResult(Iterable<? extends ClientProtos.RegionActionResult> values)
repeated .RegionActionResult regionActionResult = 1; |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder |
VisibilityLabelsProtos.VisibilityLabelsResponse.Builder.addAllResult(Iterable<? extends ClientProtos.RegionActionResult> values)
repeated .RegionActionResult result = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |