public abstract class StreamLogSerializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamLogSerializer.Purger |
| Constructor and Description |
|---|
StreamLogSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
purge() |
void |
serializeLog(int id,
LogEntry entry) |
protected abstract void |
serializeLog(LogEntry entry) |
void |
setPurger(StreamLogSerializer.Purger purger) |
public final void serializeLog(int id,
LogEntry entry)
throws IOException
IOExceptionprotected abstract void serializeLog(LogEntry entry) throws IOException
IOExceptionpublic void setPurger(StreamLogSerializer.Purger purger)
public void purge()
Copyright © 2023. All rights reserved.