public class InProcessChronicleSink extends Object implements Chronicle
| Constructor and Description |
|---|
InProcessChronicleSink(Chronicle chronicle,
String hostname,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExcerptAppender |
createAppender() |
Excerpt |
createExcerpt() |
ExcerptTailer |
createTailer() |
String |
name() |
long |
size() |
public InProcessChronicleSink(@NotNull
Chronicle chronicle,
String hostname,
int port)
throws IOException
IOException@NotNull public Excerpt createExcerpt() throws IOException
createExcerpt in interface ChronicleIOException@NotNull public ExcerptTailer createTailer() throws IOException
createTailer in interface ChronicleIOException@NotNull public ExcerptAppender createAppender() throws IOException
createAppender in interface ChronicleIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2013. All Rights Reserved.