Package org.apache.hadoop.hbase.client
Class LogEntry
java.lang.Object
org.apache.hadoop.hbase.client.LogEntry
- Direct Known Subclasses:
BalancerDecision
,BalancerRejection
,OnlineLogRecord
Abstract response class representing online logs response from ring-buffer use-cases e.g
slow/large RPC logs, balancer decision logs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Based on response sent by server, provide pretty printed Json representation in string
-
Constructor Details
-
LogEntry
public LogEntry()
-
-
Method Details
-
toJsonPrettyPrint
Based on response sent by server, provide pretty printed Json representation in string- Returns:
- Pretty printed Json representation
-