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 classHistory of balancer decisions taken for region movements.final classHistory of detail information that balancer movements was rejectedfinal classSlow/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 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
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)