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 Holds classes generated from protobuf src/main/protobuf definition files. 
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 ServerStatisticTracker.updateRegionStats(ServerName server, byte[] region, ClientProtos.RegionLoadStats currentStats)
           
 

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
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.RegionLoadStats
static ClientProtos.ResultOrException.Builder ResponseConverter.buildActionResult(ClientProtos.Result r, ClientProtos.RegionLoadStats stats)
          Wrap a throwable to an action result.
 

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()
          optional .RegionLoadStats loadStats = 5;
 ClientProtos.RegionLoadStats ClientProtos.ResultOrException.getLoadStats()
          optional .RegionLoadStats loadStats = 5;
 ClientProtos.RegionLoadStats ClientProtos.ResultOrException.Builder.getLoadStats()
          optional .RegionLoadStats loadStats = 5;
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()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.RegionLoadStats
 ClientProtos.RegionLoadStats.Builder ClientProtos.RegionLoadStats.Builder.mergeFrom(ClientProtos.RegionLoadStats other)
           
 ClientProtos.ResultOrException.Builder ClientProtos.ResultOrException.Builder.mergeLoadStats(ClientProtos.RegionLoadStats value)
          optional .RegionLoadStats loadStats = 5;
static ClientProtos.RegionLoadStats.Builder ClientProtos.RegionLoadStats.newBuilder(ClientProtos.RegionLoadStats prototype)
           
 ClientProtos.ResultOrException.Builder ClientProtos.ResultOrException.Builder.setLoadStats(ClientProtos.RegionLoadStats value)
          optional .RegionLoadStats loadStats = 5;
 

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

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



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