|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.RegionAction | |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Uses of ClientProtos.RegionAction in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.RegionAction | |
---|---|
static com.google.protobuf.Parser<ClientProtos.RegionAction> |
ClientProtos.RegionAction.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.RegionAction | |
---|---|
ClientProtos.RegionAction |
ClientProtos.RegionAction.Builder.build()
|
ClientProtos.RegionAction |
ClientProtos.RegionAction.Builder.buildPartial()
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.getDefaultInstance()
|
ClientProtos.RegionAction |
ClientProtos.RegionAction.getDefaultInstanceForType()
|
ClientProtos.RegionAction |
ClientProtos.RegionAction.Builder.getDefaultInstanceForType()
|
ClientProtos.RegionAction |
ClientProtos.MultiRequestOrBuilder.getRegionAction(int index)
repeated .RegionAction regionAction = 1; |
ClientProtos.RegionAction |
ClientProtos.MultiRequest.getRegionAction(int index)
repeated .RegionAction regionAction = 1; |
ClientProtos.RegionAction |
ClientProtos.MultiRequest.Builder.getRegionAction(int index)
repeated .RegionAction regionAction = 1; |
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseDelimitedFrom(InputStream input)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(byte[] data)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(InputStream input)
|
static ClientProtos.RegionAction |
ClientProtos.RegionAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.RegionAction | |
---|---|
com.google.protobuf.Parser<ClientProtos.RegionAction> |
ClientProtos.RegionAction.getParserForType()
|
List<ClientProtos.RegionAction> |
ClientProtos.MultiRequestOrBuilder.getRegionActionList()
repeated .RegionAction regionAction = 1; |
List<ClientProtos.RegionAction> |
ClientProtos.MultiRequest.getRegionActionList()
repeated .RegionAction regionAction = 1; |
List<ClientProtos.RegionAction> |
ClientProtos.MultiRequest.Builder.getRegionActionList()
repeated .RegionAction regionAction = 1; |
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.RegionAction | |
---|---|
ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.Builder.addRegionAction(ClientProtos.RegionAction value)
repeated .RegionAction regionAction = 1; |
ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.Builder.addRegionAction(int index,
ClientProtos.RegionAction value)
repeated .RegionAction regionAction = 1; |
ClientProtos.RegionAction.Builder |
ClientProtos.RegionAction.Builder.mergeFrom(ClientProtos.RegionAction other)
|
static ClientProtos.RegionAction.Builder |
ClientProtos.RegionAction.newBuilder(ClientProtos.RegionAction prototype)
|
ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.Builder.setRegionAction(int index,
ClientProtos.RegionAction value)
repeated .RegionAction regionAction = 1; |
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.RegionAction | |
---|---|
ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.Builder.addAllRegionAction(Iterable<? extends ClientProtos.RegionAction> values)
repeated .RegionAction regionAction = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |