Uses of Class
org.apache.hadoop.hbase.client.LogEntry
Packages that use LogEntry
Package
Description
Provides HBase Client
-
Uses of LogEntry in org.apache.hadoop.hbase.client
Subclasses of LogEntry in org.apache.hadoop.hbase.clientModifier 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_responsesMethods in org.apache.hadoop.hbase.client that return types with arguments of type LogEntryModifier 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.HBaseAdmin.getLogEntries
(Set<org.apache.hadoop.hbase.ServerName> serverNames, String logType, org.apache.hadoop.hbase.client.ServerType serverType, int limit, Map<String, Object> filterParams) -
Uses of LogEntry in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return types with arguments of type LogEntryModifier 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