Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.avro |
Provides an HBase Avro service.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
Map<byte[],HServerLoad.RegionLoad> |
HServerLoad.getRegionsLoad() |
Constructor and Description |
---|
HServerLoad(int totalNumberOfRequests,
int numberOfRequests,
int usedHeapMB,
int maxHeapMB,
Map<byte[],HServerLoad.RegionLoad> regionLoad,
Set<String> coprocessors)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static ARegionLoad |
AvroUtil.hrlToARL(HServerLoad.RegionLoad rl) |
Modifier and Type | Method and Description |
---|---|
HServerLoad.RegionLoad |
HRegionServer.createRegionLoad(String encodedRegionName) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.