public class QueryWire extends TextWire
TextWire.TextValueInWireIn.HeaderTypeWireOut.EndOfWireBINARY, lineStart, readContext, TYPE_STR, writeContextsb, TYPEbytes, classLookup, commentListener, DEFAULT_USE_PADDING, parent, use8bitMARSHALLABLE_IN_INTERN_SIZE| Constructor and Description |
|---|
QueryWire(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull QueryWire |
addPadding(int paddingToAdd) |
void |
consumePadding() |
protected @NotNull TextWire.TextValueIn |
createValueIn() |
protected @NotNull net.openhft.chronicle.wire.QueryWire.QueryValueOut |
createValueOut() |
@NotNull ValueIn |
getValueIn()
Obtain the value in for advanced use (typically after a call to readEvent above)
|
@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 QueryWire |
writeComment(@NotNull CharSequence s) |
acquireWritingDocument, asText, classLookup, classLookup, clear, consumeDocumentStart, consumePadding, consumeWhiteSpace, copyTo, defaultKeyClass, from, fromFile, getEscapingEndEventName, getEscapingEndOfText, getEscapingQuotes, getStrictEscapingEndOfText, hasMetaDataPrefix, initReadContext, isBinary, load, methodReaderBuilder, methodWriter, methodWriterBuilder, newBooleanReference, parseUntil, parseUntil, parseWord, peekStringIgnoreCase, read, read, read, read2, readCode, readComment, readEvent, readEventNumber, readingDocument, readingDocument, readingPeekYaml, readObject, reset, strict, strict, strictEndOfTextEscaping, toString, unescape, useBinaryDocuments, useSelfDescribingMessage, useTextDocuments, writingDocument, writingIsCompleteacquireStringBuilder, addTimeStamps, addTimeStamps, append, append, appendU4, bytes, dropDefault, escape0, needsQuotes, trimFirstCurly, trimFirstCurly, writeEndEvent, writeEvent, writeObject, writeStartEventbytesComment, commentListener, endOfWire, enterHeader, forceNotInsideHeader, headerNumber, headerNumber, headNumberCheck, isInsideHeader, notCompleteIsNotPresent, notCompleteIsNotPresent, objectInput, objectOutput, parent, parent, pauser, pauser, readAndSetLength, readDataHeader, readFirstHeader, readFirstHeader, readMetaDataHeader, updateFirstHeader, updateFirstHeader, updateHeader, usePadding, usePadding, writeEndOfWire, writeFirstHeaderclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewYamlWireOnHeapasText, endEvent, hasMore, hintReadInputOrder, isEmpty, isEndEvent, isNotEmptyAfterPadding, rawReadData, read, readAlignTo, readAllAsMap, readDataHeader, readDocument, readDocument, readEventName, startEventmethodReader, readBytes, readBytes, readDocument, readMap, readText, readTextpadToCacheAlign, writeAlignTo, writeAllAsMap, writeDocument, writeEventId, writeEventId, writeEventName, writeEventName, writeNotCompleteDocument, writingDocumentnewTwoLongReferencebuilder, methodWriter, methodWriterBuilder, 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 YamlWireOut<TextWire>@NotNull protected @NotNull 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()
WireOutwrite in interface WireOutwrite in class YamlWireOut<TextWire>@NotNull public @NotNull ValueOut write(@NotNull @NotNull WireKey key)
WireOutwrite in interface WireOutwrite in class YamlWireOut<TextWire>@NotNull public @NotNull ValueOut write(@NotNull @NotNull CharSequence name)
write in interface WireOutwrite in class YamlWireOut<TextWire>@NotNull public @NotNull ValueOut getValueOut()
WireOutgetValueOut in interface WireOutgetValueOut in class YamlWireOut<TextWire>@NotNull public @NotNull ValueIn getValueIn()
WireIngetValueIn in interface WireIngetValueIn in class TextWire@NotNull public @NotNull QueryWire writeComment(@NotNull @NotNull CharSequence s)
writeComment in interface WireOutwriteComment in class YamlWireOut<TextWire>@NotNull public @NotNull QueryWire addPadding(int paddingToAdd)
addPadding in interface WireOutaddPadding in class YamlWireOut<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 © 2023. All rights reserved.