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, queue
long writeDocument(@NotNull net.openhft.chronicle.wire.WriteMarshallable writer) throws IOException
writer
- to write to excerpt.IOException
long writeBytes(@NotNull net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable) throws IOException
marshallable
- to write to excerpt.IOException
long writeBytes(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes) throws IOException
bytes
- to write to excerpt.IOException
long index()
IllegalStateException
- if no index is availablelong cycle()
Copyright © 2016. All rights reserved.