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

    Modifier and Type
    Class
    Description
    final class 
    History of balancer decisions taken for region movements.
    final class 
    History of detail information that balancer movements was rejected
    final class 
    Slow/Large Log payload for hbase-client, to be used by Admin API get_slow_responses and get_large_responses
    Methods in org.apache.hadoop.hbase.client that return types with arguments of type LogEntry
    Modifier and Type
    Method
    Description
    Admin.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 LogEntry
    Modifier and Type
    Method
    Description
    static List<LogEntry>
    ProtobufUtil.getBalancerDecisionEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsResponse response)
     
    static List<LogEntry>
    ProtobufUtil.getBalancerRejectionEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsResponse response)
     
    static List<LogEntry>
    ProtobufUtil.toBalancerDecisionResponse(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry)
     
    static List<LogEntry>
    ProtobufUtil.toBalancerRejectionResponse(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry)
     
    static List<LogEntry>
    ProtobufUtil.toSlowLogPayloads(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.LogEntry logEntry)
    Convert AdminProtos#SlowLogResponses to list of OnlineLogRecord