Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionActionOrBuilder

Uses of ClientProtos.RegionActionOrBuilder in org.apache.hadoop.hbase.protobuf.generated
 

Classes in org.apache.hadoop.hbase.protobuf.generated that implement ClientProtos.RegionActionOrBuilder
static class ClientProtos.RegionAction
          Protobuf type RegionAction
static class ClientProtos.RegionAction.Builder
          Protobuf type RegionAction
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.RegionActionOrBuilder
 ClientProtos.RegionActionOrBuilder ClientProtos.MultiRequestOrBuilder.getRegionActionOrBuilder(int index)
          repeated .RegionAction regionAction = 1;
 ClientProtos.RegionActionOrBuilder ClientProtos.MultiRequest.getRegionActionOrBuilder(int index)
          repeated .RegionAction regionAction = 1;
 ClientProtos.RegionActionOrBuilder ClientProtos.MultiRequest.Builder.getRegionActionOrBuilder(int index)
          repeated .RegionAction regionAction = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.RegionActionOrBuilder
 List<? extends ClientProtos.RegionActionOrBuilder> ClientProtos.MultiRequestOrBuilder.getRegionActionOrBuilderList()
          repeated .RegionAction regionAction = 1;
 List<? extends ClientProtos.RegionActionOrBuilder> ClientProtos.MultiRequest.getRegionActionOrBuilderList()
          repeated .RegionAction regionAction = 1;
 List<? extends ClientProtos.RegionActionOrBuilder> ClientProtos.MultiRequest.Builder.getRegionActionOrBuilderList()
          repeated .RegionAction regionAction = 1;
 



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