public class WrappedChronicle extends Object implements Chronicle
| Modifier and Type | Field and Description |
|---|---|
protected Chronicle |
wrappedChronicle |
| Constructor and Description |
|---|
WrappedChronicle(Chronicle wrappedChronicle) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close() |
ExcerptAppender |
createAppender() |
Excerpt |
createExcerpt() |
ExcerptTailer |
createTailer() |
boolean |
isClosed() |
long |
lastIndex() |
long |
lastWrittenIndex() |
String |
name() |
long |
size() |
protected final Chronicle wrappedChronicle
public WrappedChronicle(Chronicle wrappedChronicle)
public long lastWrittenIndex()
lastWrittenIndex in interface Chroniclepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Excerpt createExcerpt() throws IOException
createExcerpt in interface ChronicleIOExceptionpublic ExcerptTailer createTailer() throws IOException
createTailer in interface ChronicleIOExceptionpublic ExcerptAppender createAppender() throws IOException
createAppender in interface ChronicleIOExceptionCopyright © 2021. All rights reserved.