public interface ExcerptCommon<E extends ExcerptCommon<E>>
extends net.openhft.chronicle.core.io.Closeable, net.openhft.chronicle.core.io.SingleThreadedChecked
Modifier and Type | Method and Description |
---|---|
default @Nullable File |
currentFile() |
@NotNull ChronicleQueue |
queue()
Returns the backing ChronicleQueue to which this
ExcerptCommon is attached to.
|
int |
sourceId()
Returns the source id of the backing ChronicleQueue
to which this ExcerptCommon is attached to.
|
default void |
sync()
Performa sync up to the point the Appender has written or Tailer has read, if supported.
|
int sourceId()
ChronicleQueue.sourceId()
@NotNull @NotNull ChronicleQueue queue()
@Nullable default @Nullable File currentFile()
default void sync()
Copyright © 2024. All rights reserved.