Package org.apache.zookeeper.graph
Class LogEntry
- java.lang.Object
-
- org.apache.zookeeper.graph.LogEntry
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Log4JEntry
,TransactionEntry
public abstract class LogEntry extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogEntry.Type
-
Constructor Summary
Constructors Constructor Description LogEntry(long timestamp)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAttribute(java.lang.String key)
long
getTimestamp()
abstract LogEntry.Type
getType()
void
setAttribute(java.lang.String key, java.lang.Object v)
-
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
-
getType
public abstract LogEntry.Type getType()
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object v)
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
-
-