public abstract static class ChronicleLogWriters.AbstractChronicleLogWriter extends Object implements ChronicleLogWriter
| Constructor and Description |
|---|
ChronicleLogWriters.AbstractChronicleLogWriter(net.openhft.chronicle.Chronicle chronicle) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected net.openhft.chronicle.ExcerptAppender |
getAppender() |
net.openhft.chronicle.Chronicle |
getChronicle() |
public ChronicleLogWriters.AbstractChronicleLogWriter(@NotNull
net.openhft.chronicle.Chronicle chronicle)
throws IOException
IOExceptionpublic net.openhft.chronicle.Chronicle getChronicle()
getChronicle in interface ChronicleLogWriterpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected net.openhft.chronicle.ExcerptAppender getAppender()
Copyright © 2015. All rights reserved.