Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Class and Description |
---|---|
class |
BalancerDecision
History of balancer decisions taken for region movements.
|
class |
OnlineLogRecord
Slow/Large Log payload for hbase-client, to be used by Admin API get_slow_responses and
get_large_responses
|
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
Admin.getLogEntries(Set<ServerName> serverNames,
String logType,
ServerType serverType,
int limit,
Map<String,Object> filterParams)
Retrieve recent online records from HMaster / RegionServers.
|
List<LogEntry> |
HBaseAdmin.getLogEntries(Set<ServerName> serverNames,
String logType,
ServerType serverType,
int limit,
Map<String,Object> filterParams) |
Modifier and Type | Method and Description |
---|---|
static List<LogEntry> |
ProtobufUtil.getBalancerDecisionEntries(org.apache.hadoop.hbase.protobuf.generated.MasterProtos.BalancerDecisionsResponse response) |
static List<LogEntry> |
ProtobufUtil.toBalancerDecisionResponse(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.LogEntry logEntry) |
static List<LogEntry> |
ProtobufUtil.toSlowLogPayloads(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.LogEntry logEntry)
Convert AdminProtos#SlowLogResponses to list of
OnlineLogRecord |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.