public static class Excerpts.StoreAppender extends Excerpts.DefaultAppender<AbstractChronicleQueue>
| Constructor and Description |
|---|
StoreAppender(AbstractChronicleQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
long |
cycle() |
long |
index() |
void |
prefetch()
Hint to the underlying store to get the next page(s)
|
long |
writeBytes(net.openhft.chronicle.bytes.Bytes bytes) |
long |
writeBytes(net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable) |
long |
writeDocument(net.openhft.chronicle.wire.WriteMarshallable writer) |
queuepublic StoreAppender(@NotNull
AbstractChronicleQueue queue)
public long writeDocument(@NotNull
net.openhft.chronicle.wire.WriteMarshallable writer)
writeDocument in interface ExcerptAppenderwriteDocument in class Excerpts.DefaultAppender<AbstractChronicleQueue>writer - to write to excerpt.public long writeBytes(@NotNull
net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable)
marshallable - to write to excerpt.public long writeBytes(@NotNull
net.openhft.chronicle.bytes.Bytes bytes)
writeBytes in interface ExcerptAppenderwriteBytes in class Excerpts.DefaultAppender<AbstractChronicleQueue>bytes - to write to excerpt.public long index()
index in interface ExcerptAppenderindex in class Excerpts.DefaultAppender<AbstractChronicleQueue>public long cycle()
cycle in interface ExcerptAppendercycle in class Excerpts.DefaultAppender<AbstractChronicleQueue>public void prefetch()
ExcerptCommonCopyright © 2016. All rights reserved.