org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.MultiRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientProtos.MultiRequest, ClientProtos.MultiRequest.Builder
Enclosing class:
ClientProtos

public static interface ClientProtos.MultiRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ClientProtos.RegionAction getRegionAction(int index)
          repeated .RegionAction regionAction = 1;
 int getRegionActionCount()
          repeated .RegionAction regionAction = 1;
 List<ClientProtos.RegionAction> getRegionActionList()
          repeated .RegionAction regionAction = 1;
 ClientProtos.RegionActionOrBuilder getRegionActionOrBuilder(int index)
          repeated .RegionAction regionAction = 1;
 List<? extends ClientProtos.RegionActionOrBuilder> getRegionActionOrBuilderList()
          repeated .RegionAction regionAction = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getRegionActionList

List<ClientProtos.RegionAction> getRegionActionList()
repeated .RegionAction regionAction = 1;


getRegionAction

ClientProtos.RegionAction getRegionAction(int index)
repeated .RegionAction regionAction = 1;


getRegionActionCount

int getRegionActionCount()
repeated .RegionAction regionAction = 1;


getRegionActionOrBuilderList

List<? extends ClientProtos.RegionActionOrBuilder> getRegionActionOrBuilderList()
repeated .RegionAction regionAction = 1;


getRegionActionOrBuilder

ClientProtos.RegionActionOrBuilder getRegionActionOrBuilder(int index)
repeated .RegionAction regionAction = 1;



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.