org.apache.hadoop.hbase.client
Interface StatisticTrackable
- All Known Implementing Classes:
- MetricsConnection, ServerStatisticTracker
@InterfaceAudience.Private
public interface StatisticTrackable
Parent interface for an object to get updates about per-region statistics.
updateRegionStats
void updateRegionStats(ServerName server,
byte[] region,
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats stats)
- Update stats per region.
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.