Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
BalancerDecision
History of balancer decisions taken for region movements.
|
class |
BalancerRejection
History of detail information that balancer movements was rejected
|
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> |
HBaseAdmin.getLogEntries(Set<ServerName> serverNames,
String logType,
ServerType serverType,
int limit,
Map<String,Object> filterParams) |
CompletableFuture<List<LogEntry>> |
AsyncAdmin.getLogEntries(Set<ServerName> serverNames,
String logType,
ServerType serverType,
int limit,
Map<String,Object> filterParams)
Retrieve recent online records from HMaster / RegionServers.
|
List<LogEntry> |
Admin.getLogEntries(Set<ServerName> serverNames,
String logType,
ServerType serverType,
int limit,
Map<String,Object> filterParams)
Retrieve recent online records from HMaster / RegionServers.
|
Modifier and Type | Method and Description |
---|---|
static List<LogEntry> |
ProtobufUtil.getBalancerDecisionEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsResponse response) |
static List<LogEntry> |
ProtobufUtil.getBalancerRejectionEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsResponse response) |
static List<LogEntry> |
ProtobufUtil.toBalancerDecisionResponse(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry) |
static List<LogEntry> |
ProtobufUtil.toBalancerRejectionResponse(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry) |
static List<LogEntry> |
ProtobufUtil.toSlowLogPayloads(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry)
Convert AdminProtos#SlowLogResponses to list of
OnlineLogRecord |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.