public interface ExcerptAppender extends ExcerptCommon
ChronicleQueue
.Modifier and Type | Method and Description |
---|---|
long |
cycle() |
long |
index() |
long |
writeBytes(net.openhft.chronicle.bytes.Bytes<?> bytes) |
long |
writeBytes(net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable) |
long |
writeDocument(net.openhft.chronicle.wire.WriteMarshallable writer) |
prefetch
long writeDocument(@NotNull net.openhft.chronicle.wire.WriteMarshallable writer)
writer
- to write to excerpt.long writeBytes(@NotNull net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable)
marshallable
- to write to excerpt.long writeBytes(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
bytes
- to write to excerpt.long index()
IllegalStateException
- if no index is availablelong cycle()
Copyright © 2016. All rights reserved.