org.hbase.async.generated
Interface ClientPB.MultiRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- ClientPB.MultiRequest, ClientPB.MultiRequest.Builder
- Enclosing class:
- ClientPB
public static interface ClientPB.MultiRequestOrBuilder
- extends com.google.protobuf.MessageLiteOrBuilder
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
getRegionActionList
List<ClientPB.RegionAction> getRegionActionList()
repeated .RegionAction regionAction = 1;
getRegionAction
ClientPB.RegionAction getRegionAction(int index)
repeated .RegionAction regionAction = 1;
getRegionActionCount
int getRegionActionCount()
repeated .RegionAction regionAction = 1;
Copyright © 2010-2015, The Async HBase Authors