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 Chronicle
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public Excerpt createExcerpt() throws IOException
createExcerpt
in interface Chronicle
IOException
public ExcerptTailer createTailer() throws IOException
createTailer
in interface Chronicle
IOException
public ExcerptAppender createAppender() throws IOException
createAppender
in interface Chronicle
IOException
Copyright © 2017. All rights reserved.