Package org.apache.zookeeper.graph
Class LogEntry
java.lang.Object
org.apache.zookeeper.graph.LogEntry
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Log4JEntry
,TransactionEntry
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) long
abstract LogEntry.Type
getType()
void
setAttribute
(String key, Object v)
-
Constructor Details
-
LogEntry
public LogEntry(long timestamp)
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getType
-
setAttribute
-
getAttribute
-