Class LogEntry

java.lang.Object
org.apache.zookeeper.graph.LogEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Log4JEntry, TransactionEntry

public abstract class LogEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • LogEntry

      public LogEntry(long timestamp)
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • getType

      public abstract LogEntry.Type getType()
    • setAttribute

      public void setAttribute(String key, Object v)
    • getAttribute

      public Object getAttribute(String key)