public interface Chronicle extends Closeable
| Modifier and Type | Method and Description |
|---|---|
ExcerptAppender |
createAppender() |
Excerpt |
createExcerpt() |
ExcerptTailer |
createTailer() |
long |
lastWrittenIndex() |
String |
name() |
long |
size() |
String name()
@NotNull Excerpt createExcerpt() throws IOException
IOException@NotNull ExcerptTailer createTailer() throws IOException
IOException@NotNull ExcerptAppender createAppender() throws IOException
IOExceptionlong lastWrittenIndex()
long size()
Copyright © 2014. All Rights Reserved.