public interface InternalAppender extends ExcerptAppender
| Modifier and Type | Method and Description |
|---|---|
void |
unsafeWriteBytes(long index,
net.openhft.chronicle.bytes.BytesStore bytes)
Deprecated.
Use
writeBytes(long, BytesStore) instead |
void |
writeBytes(long index,
net.openhft.chronicle.bytes.BytesStore bytes)
Append an excerpt at the specified index, if the index is a valid next index for the queue.
|
cycle, lastIndexAppended, methodWriter, methodWriterBuilder, normaliseEOFs, pretouch, wire, writeBytes, writeBytescurrentFile, queue, sourceId, syncclose, closeQuietly, closeQuietlysingleThreadedCheckDisabled, singleThreadedCheckResetvoid writeBytes(long index,
net.openhft.chronicle.bytes.BytesStore bytes)
If the index is:
IllegalIndexException is thrownindex - index the index to append atbytes - bytes the contents of the excerpt to writeIllegalIndexException - if the index specified is larger than the valid next indices of the queue@Deprecated void unsafeWriteBytes(long index, net.openhft.chronicle.bytes.BytesStore bytes)
writeBytes(long, BytesStore) insteadIf the index is:
IllegalIndexException is thrownindex - index the index to append atbytes - bytes the contents of the excerpt to writeIllegalIndexException - if the index specified is larger than the valid next indices of the queueCopyright © 2024. All rights reserved.