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 TypeMethodDescriptionprivate CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getBalancerDecisions
(int limit) private CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getBalancerRejections
(int limit) Admin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers.AdminOverAsyncAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams) AsyncAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers.AsyncHBaseAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams) RawAsyncHBaseAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams) private CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getSlowLogResponseFromServer
(ServerName serverName, Map<String, Object> filterParams, int limit, String logType) private CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getSlowLogResponses
(Map<String, Object> filterParams, Set<ServerName> serverNames, int limit, String logType) -
Uses of LogEntry in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return types with arguments of type LogEntryModifier and TypeMethodDescriptionThriftAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams)