Uses of Class
org.apache.hadoop.hbase.client.LogEntry
Package
Description
Provides HBase Client
-
Uses of LogEntry in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionfinal class
History of balancer decisions taken for region movements.final class
History of detail information that balancer movements was rejectedfinal class
Slow/Large Log payload for hbase-client, to be used by Admin API get_slow_responses and get_large_responsesModifier and TypeMethodDescriptionAdmin.getLogEntries
(Set<org.apache.hadoop.hbase.ServerName> serverNames, String logType, org.apache.hadoop.hbase.client.ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers.AsyncAdmin.getLogEntries
(Set<org.apache.hadoop.hbase.ServerName> serverNames, String logType, org.apache.hadoop.hbase.client.ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers. -
Uses of LogEntry in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionProtobufUtil.getBalancerDecisionEntries
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsResponse response) ProtobufUtil.getBalancerRejectionEntries
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsResponse response) ProtobufUtil.toBalancerDecisionResponse
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry) ProtobufUtil.toBalancerRejectionResponse
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry) ProtobufUtil.toSlowLogPayloads
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry) Convert AdminProtos#SlowLogResponses to list ofOnlineLogRecord