public interface ExcerptCommon<E extends ExcerptCommon<E>>
extends net.openhft.chronicle.core.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
E |
disableThreadSafetyCheck(boolean disableThreadSafetyCheck)
When set to true this Appender or Tailer can be shared between thread provided you ensure they used in a thread safe manner.
|
@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.
|
int sourceId()
ChronicleQueue.sourceId()@NotNull @NotNull ChronicleQueue queue()
E disableThreadSafetyCheck(boolean disableThreadSafetyCheck)
disableThreadSafetyCheck - true to turn off the thread safety checkCopyright © 2020. All rights reserved.