Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats

Packages that use ClientProtos.RegionLoadStats
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.backoff   
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of ClientProtos.RegionLoadStats in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return ClientProtos.RegionLoadStats
 ClientProtos.RegionLoadStats Result.getStats()
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type ClientProtos.RegionLoadStats
 void Result.addResults(ClientProtos.RegionLoadStats loadStats)
          Add load information about the region to the information about the result
 void MultiResponse.addStatistic(byte[] regionName, ClientProtos.RegionLoadStats stat)
           
 void MetricsConnection.RegionStats.update(ClientProtos.RegionLoadStats regionStatistics)
           
 void MetricsConnection.updateRegionStats(ServerName serverName, byte[] regionName, ClientProtos.RegionLoadStats stats)
           
 void ServerStatisticTracker.updateRegionStats(ServerName server, byte[] region, ClientProtos.RegionLoadStats currentStats)
           
 void StatisticTrackable.updateRegionStats(ServerName server, byte[] region, ClientProtos.RegionLoadStats stats)
          Update stats per region.
static void ResultStatsUtil.updateStats(StatisticTrackable tracker, ServerName server, byte[] regionName, ClientProtos.RegionLoadStats stats)
           
 

Uses of ClientProtos.RegionLoadStats in org.apache.hadoop.hbase.client.backoff
 

Methods in org.apache.hadoop.hbase.client.backoff with parameters of type ClientProtos.RegionLoadStats
 void ServerStatistics.update(byte[] region, ClientProtos.RegionLoadStats currentStats)
          Good enough attempt.
 void ServerStatistics.RegionStatistics.update(ClientProtos.RegionLoadStats currentStats)
           
 

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.RegionLoadStats
static com.google.protobuf.Parser<ClientProtos.RegionLoadStats> ClientProtos.RegionLoadStats.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.RegionLoadStats
 ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.Builder.build()
           
 ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.Builder.buildPartial()
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.getDefaultInstance()
           
 ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.getDefaultInstanceForType()
           
 ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.Builder.getDefaultInstanceForType()
           
 ClientProtos.RegionLoadStats ClientProtos.ResultOrExceptionOrBuilder.getLoadStats()
          Deprecated. 
 ClientProtos.RegionLoadStats ClientProtos.ResultOrException.getLoadStats()
          Deprecated. 
 ClientProtos.RegionLoadStats ClientProtos.ResultOrException.Builder.getLoadStats()
          Deprecated. 
 ClientProtos.RegionLoadStats ClientProtos.MultiRegionLoadStatsOrBuilder.getStat(int index)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStats ClientProtos.MultiRegionLoadStats.getStat(int index)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStats ClientProtos.MultiRegionLoadStats.Builder.getStat(int index)
          repeated .RegionLoadStats stat = 2;
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseDelimitedFrom(InputStream input)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(byte[] data)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(InputStream input)
           
static ClientProtos.RegionLoadStats ClientProtos.RegionLoadStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.RegionLoadStats
 com.google.protobuf.Parser<ClientProtos.RegionLoadStats> ClientProtos.RegionLoadStats.getParserForType()
           
 List<ClientProtos.RegionLoadStats> ClientProtos.MultiRegionLoadStatsOrBuilder.getStatList()
          repeated .RegionLoadStats stat = 2;
 List<ClientProtos.RegionLoadStats> ClientProtos.MultiRegionLoadStats.getStatList()
          repeated .RegionLoadStats stat = 2;
 List<ClientProtos.RegionLoadStats> ClientProtos.MultiRegionLoadStats.Builder.getStatList()
          repeated .RegionLoadStats stat = 2;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.RegionLoadStats
 ClientProtos.MultiRegionLoadStats.Builder ClientProtos.MultiRegionLoadStats.Builder.addStat(ClientProtos.RegionLoadStats value)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.MultiRegionLoadStats.Builder ClientProtos.MultiRegionLoadStats.Builder.addStat(int index, ClientProtos.RegionLoadStats value)
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStats.Builder ClientProtos.RegionLoadStats.Builder.mergeFrom(ClientProtos.RegionLoadStats other)
           
 ClientProtos.ResultOrException.Builder ClientProtos.ResultOrException.Builder.mergeLoadStats(ClientProtos.RegionLoadStats value)
          Deprecated. 
static ClientProtos.RegionLoadStats.Builder ClientProtos.RegionLoadStats.newBuilder(ClientProtos.RegionLoadStats prototype)
           
 ClientProtos.ResultOrException.Builder ClientProtos.ResultOrException.Builder.setLoadStats(ClientProtos.RegionLoadStats value)
          Deprecated. 
 ClientProtos.MultiRegionLoadStats.Builder ClientProtos.MultiRegionLoadStats.Builder.setStat(int index, ClientProtos.RegionLoadStats value)
          repeated .RegionLoadStats stat = 2;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.RegionLoadStats
 ClientProtos.MultiRegionLoadStats.Builder ClientProtos.MultiRegionLoadStats.Builder.addAllStat(Iterable<? extends ClientProtos.RegionLoadStats> values)
          repeated .RegionLoadStats stat = 2;
 

Uses of ClientProtos.RegionLoadStats in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ClientProtos.RegionLoadStats
 ClientProtos.RegionLoadStats HRegion.getLoadStatistics()
           
protected  ClientProtos.RegionLoadStats HRegionServer.mutateRows(HRegion region, List<ClientProtos.Action> actions, CellScanner cellScanner, ClientProtos.RegionActionResult.Builder builder)
          Mutate a list of rows atomically.
 



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