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 TypeMethodDescriptionHBaseAdmin.getBalancerDecisions
(int limit) private CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getBalancerDecisions
(int limit) HBaseAdmin.getBalancerRejections
(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.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) HBaseAdmin.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) HBaseAdmin.getSlowLogResponseFromServer
(ServerName serverName, Map<String, Object> filterParams, int limit, String logType) private CompletableFuture<List<LogEntry>>
RawAsyncHBaseAdmin.getSlowLogResponseFromServer
(ServerName serverName, Map<String, Object> filterParams, int limit, String logType) HBaseAdmin.getSlowLogResponses
(Map<String, Object> filterParams, Set<ServerName> serverNames, 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
Modifier and TypeMethodDescriptionThriftAdmin.getLogEntries
(Set<ServerName> serverNames, String logType, ServerType serverType, int limit, Map<String, Object> filterParams)