public interface LogFactory extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
RawLog |
newImage(long correlationId,
int termBufferLength,
boolean useSparseFiles)
Create a new
RawLog for an image of a publication. |
RawLog |
newPublication(long correlationId,
int termBufferLength,
boolean useSparseFiles)
Create a new
RawLog for a publication. |
closeRawLog newPublication(long correlationId, int termBufferLength, boolean useSparseFiles)
RawLog for a publication.correlationId - which is the original registration id for a publication.termBufferLength - length of the buffer for each term.useSparseFiles - should the file be sparse so the pages are only allocated as required.RawLogRawLog newImage(long correlationId, int termBufferLength, boolean useSparseFiles)
RawLog for an image of a publication.correlationId - assigned to uniquely identify an image on a driver.termBufferLength - length of the buffer for each term.useSparseFiles - should the file be sparse so the pages are only allocated as required.RawLogCopyright © 2014-2020 Real Logic Limited. All Rights Reserved.