Package org.apache.zookeeper.graph
Class Log4JEntry
- java.lang.Object
-
- org.apache.zookeeper.graph.LogEntry
-
- org.apache.zookeeper.graph.Log4JEntry
-
- All Implemented Interfaces:
java.io.Serializable
public class Log4JEntry extends LogEntry
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.graph.LogEntry
LogEntry.Type
-
-
Constructor Summary
Constructors Constructor Description Log4JEntry(long timestamp, int node, java.lang.String entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntry()
int
getNode()
LogEntry.Type
getType()
java.lang.String
toString()
-
Methods inherited from class org.apache.zookeeper.graph.LogEntry
getAttribute, getTimestamp, setAttribute
-
-
-
-
Method Detail
-
getEntry
public java.lang.String getEntry()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getNode
public int getNode()
-
getType
public LogEntry.Type getType()
-
-