public interface RawLog
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
logFileName()
Get the fully qualified file name for the log file.
|
org.agrona.concurrent.UnsafeBuffer |
logMetaData()
The meta data storage for the overall log.
|
io.aeron.logbuffer.LogBufferPartition[] |
partitions()
An array of the
LogBufferPartition buffers. |
java.nio.ByteBuffer[] |
sliceTerms()
Slice the underlying buffer to provide an array of term buffers in order.
|
java.util.stream.Stream<? extends io.aeron.logbuffer.LogBufferPartition> |
stream()
A
Stream of the LogBufferPartition buffers. |
int |
termLength()
The length of each term in bytes.
|
int termLength()
java.util.stream.Stream<? extends io.aeron.logbuffer.LogBufferPartition> stream()
Stream of the LogBufferPartition buffers.Stream of the LogBufferPartition buffers.io.aeron.logbuffer.LogBufferPartition[] partitions()
LogBufferPartition buffers.LogBufferPartition buffers.org.agrona.concurrent.UnsafeBuffer logMetaData()
java.nio.ByteBuffer[] sliceTerms()
java.lang.String logFileName()
void close()
close in interface java.lang.AutoCloseableCopyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.