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

Packages that use ClientProtos.RegionLoadStatsOrBuilder
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.RegionLoadStatsOrBuilder
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.ResultOrExceptionOrBuilder.getLoadStatsOrBuilder()
          Deprecated. 
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.ResultOrException.getLoadStatsOrBuilder()
          Deprecated. 
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.ResultOrException.Builder.getLoadStatsOrBuilder()
          Deprecated. 
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.MultiRegionLoadStatsOrBuilder.getStatOrBuilder(int index)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.MultiRegionLoadStats.getStatOrBuilder(int index)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStatsOrBuilder ClientProtos.MultiRegionLoadStats.Builder.getStatOrBuilder(int index)
          repeated .RegionLoadStats stat = 2;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.RegionLoadStatsOrBuilder
 List<? extends ClientProtos.RegionLoadStatsOrBuilder> ClientProtos.MultiRegionLoadStatsOrBuilder.getStatOrBuilderList()
          repeated .RegionLoadStats stat = 2;
 List<? extends ClientProtos.RegionLoadStatsOrBuilder> ClientProtos.MultiRegionLoadStats.getStatOrBuilderList()
          repeated .RegionLoadStats stat = 2;
 List<? extends ClientProtos.RegionLoadStatsOrBuilder> ClientProtos.MultiRegionLoadStats.Builder.getStatOrBuilderList()
          repeated .RegionLoadStats stat = 2;
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.