public class QueryWire extends TextWire
WireIn.HeaderTypeMarshallableOut.PaddingASSERTIONS, bytes, classLookup, parent, use8bitMARSHALLABLE_IN_INTERN_SIZE| Constructor and Description |
|---|
QueryWire(@NotNull net.openhft.chronicle.bytes.Bytes bytes) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull WireOut |
addPadding(int paddingToAdd) |
void |
consumePadding() |
protected @NotNull net.openhft.chronicle.wire.TextWire.TextValueIn |
createValueIn() |
protected @NotNull net.openhft.chronicle.wire.QueryWire.QueryValueOut |
createValueOut() |
@NotNull ValueOut |
getValueOut()
Obtain the value out
|
@NotNull net.openhft.chronicle.core.values.IntArrayValues |
newIntArrayReference()
Creates and returns a new
IntArrayValues. |
@NotNull net.openhft.chronicle.core.values.IntValue |
newIntReference()
Creates and returns a new
IntValue. |
@NotNull net.openhft.chronicle.bytes.ref.BinaryLongArrayReference |
newLongArrayReference()
Creates and returns a new
LongArrayValues. |
@NotNull net.openhft.chronicle.core.values.LongValue |
newLongReference()
Creates and returns a new
LongValue. |
protected @NotNull StringBuilder |
readField(@NotNull StringBuilder sb) |
@NotNull ValueOut |
write()
Write an empty filed marker
|
@NotNull ValueOut |
write(@NotNull CharSequence name) |
@NotNull ValueOut |
write(@NotNull WireKey key)
Write a key for wires that support fields.
|
@NotNull Wire |
writeComment(@NotNull CharSequence s) |
acquireWritingDocument, addTimeStamps, addTimeStamps, append, append, asText, bytes, classLookup, classLookup, clear, consumeDocumentStart, consumePadding, consumeWhiteSpace, copyTo, dropDefault, escape0, from, fromFile, getEscapingEndEventName, getEscapingEndOfText, getEscapingQuotes, getStrictEscapingEndOfText, getValueIn, initReadContext, load, methodReaderBuilder, methodWriter, methodWriterBuilder, needsQuotes, newBooleanReference, parseUntil, parseUntil, parseWord, peekStringIgnoreCase, read, read, read, read2, readCode, readComment, readEvent, readEventNumber, readingDocument, readingDocument, readingPeekYaml, readObject, strict, strict, toString, unescape, useBinaryDocuments, useTextDocuments, writeEndEvent, writeEvent, writeObject, writeStartEvent, writingDocumentbytesComment, endUse, enterHeader, forceNotInsideHeader, headerNumber, headerNumber, headNumberCheck, isInsideHeader, notCompleteIsNotPresent, notCompleteIsNotPresent, objectInput, objectOutput, parent, parent, pauser, pauser, readAndSetLength, readDataHeader, readFirstHeader, readFirstHeader, readMetaDataHeader, startUse, updateFirstHeader, updateHeader, usePadding, usePadding, writeEndOfWire, writeFirstHeaderclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitheaderNumberasText, endEvent, hasMore, hintReadInputOrder, isEmpty, isEndEvent, isNotEmptyAfterPadding, objectInput, rawReadData, read, readAlignTo, readAllAsMap, readAndSetLength, readDataHeader, readDataHeader, readDocument, readDocument, readEventName, readFirstHeader, readFirstHeader, readMetaDataHeader, startEventmethodReader, peekDocument, readBytes, readBytes, readDocument, readMap, readText, readTextenterHeader, objectOutput, padToCacheAlign, updateFirstHeader, updateHeader, writeAlignTo, writeAllAsMap, writeDocument, writeEndOfWire, writeEventId, writeEventId, writeEventName, writeEventName, writeFirstHeader, writeNotCompleteDocument, writingDocumentbytesComment, endUse, headerNumber, newTwoLongReference, notCompleteIsNotPresent, notCompleteIsNotPresent, parent, parent, pauser, pauser, startUse, usePadding, usePaddingmethodWriter, padToCacheAlignMode, recordHistory, writeBytes, writeDocument, writeDocument, writeMap, writeMessage, writeMessage, writeTextpublic QueryWire(@NotNull
@NotNull net.openhft.chronicle.bytes.Bytes bytes)
@NotNull protected @NotNull net.openhft.chronicle.wire.QueryWire.QueryValueOut createValueOut()
createValueOut in class TextWire@NotNull protected @NotNull net.openhft.chronicle.wire.TextWire.TextValueIn createValueIn()
createValueIn in class TextWire@NotNull protected @NotNull StringBuilder readField(@NotNull @NotNull StringBuilder sb)
public void consumePadding()
consumePadding in interface WireInconsumePadding in class TextWire@NotNull public @NotNull ValueOut write()
WireOut@NotNull public @NotNull ValueOut write(@NotNull @NotNull WireKey key)
WireOut@NotNull public @NotNull ValueOut write(@NotNull @NotNull CharSequence name)
@NotNull public @NotNull ValueOut getValueOut()
WireOutgetValueOut in interface WireOutgetValueOut in class TextWire@NotNull public @NotNull Wire writeComment(@NotNull @NotNull CharSequence s)
writeComment in interface WireOutwriteComment in class TextWire@NotNull public @NotNull WireOut addPadding(int paddingToAdd)
addPadding in interface WireOutaddPadding in class TextWire@NotNull public @NotNull net.openhft.chronicle.core.values.LongValue newLongReference()
WireCommonLongValue. The LongValue implementation that is
returned depends on the wire implementation.newLongReference in interface WireCommonnewLongReference in class TextWireLongValue@NotNull public @NotNull net.openhft.chronicle.core.values.IntValue newIntReference()
WireCommonIntValue. The IntValue implementation that is
returned depends on the wire implementation.newIntReference in interface WireCommonnewIntReference in class TextWireIntValue.@NotNull public @NotNull net.openhft.chronicle.bytes.ref.BinaryLongArrayReference newLongArrayReference()
WireCommonLongArrayValues. The LongArrayValues implementation that
is returned depends on the wire implementation.newLongArrayReference in interface WireCommonnewLongArrayReference in class TextWireLongArrayValues@NotNull public @NotNull net.openhft.chronicle.core.values.IntArrayValues newIntArrayReference()
WireCommonIntArrayValues. The IntArrayValues implementation that
is returned depends on the wire implementation.newIntArrayReference in interface WireCommonnewIntArrayReference in class TextWireIntArrayValuesCopyright © 2020. All rights reserved.