public abstract class LogEntry extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEntry.Type |
| Constructor and Description |
|---|
LogEntry(long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
long |
getTimestamp() |
abstract LogEntry.Type |
getType() |
void |
setAttribute(String key,
Object v) |
public long getTimestamp()
public abstract LogEntry.Type getType()
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.