Class LogEntry

java.lang.Object
org.apache.hadoop.hbase.client.LogEntry
Direct Known Subclasses:
BalancerDecision, BalancerRejection, OnlineLogRecord

@Public @Evolving public abstract class LogEntry extends Object
Abstract response class representing online logs response from ring-buffer use-cases e.g slow/large RPC logs, balancer decision logs
  • Constructor Details

  • Method Details

    • toJsonPrettyPrint

      public abstract String toJsonPrettyPrint()
      Based on response sent by server, provide pretty printed Json representation in string
      Returns:
      Pretty printed Json representation