- write(OutputStream, List<ByteBuffer>) - Static method in class brown.tracingplane.atomlayer.AtomLayerSerialization
-
- write(OutputStream, List<ByteBuffer>, int) - Static method in class brown.tracingplane.atomlayer.AtomLayerSerialization
-
- write_bool - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_bytes - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_double - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_fixed32 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_fixed64 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_float - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_int32 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_int64 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_sint32 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_sint64 - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- write_string - Static variable in class brown.tracingplane.bdl.WriterHelpers
-
- writeAtom(ByteBuffer, ByteBuffer) - Static method in class brown.tracingplane.atomlayer.AtomLayerSerialization
-
- writeAtom(ByteBuffer, OutputStream) - Static method in class brown.tracingplane.atomlayer.AtomLayerSerialization
-
- writeAtom(ByteBuffer, BagKey.Indexed, int) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write an atom to the provided buffer for the specified bagKey and level.
- writeAtom(ByteBuffer, BagKey.Keyed, int) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write an atom to the provided buffer for the specified bagKey and level.
- writeAtomPayload(ByteBuffer, BagKey.Indexed) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write the payload of an Indexed header atom to the provided buf
- writeAtomPayload(ByteBuffer, BagKey.Keyed) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write the payload of an Keyed header atom to the provided buf
- writeAtomPrefix(ByteBuffer, BagKey.Indexed, int) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write the prefix byte of an Indexed header atom to the provided buf
- writeAtomPrefix(ByteBuffer, BagKey.Keyed, int) - Static method in class brown.tracingplane.baggageprotocol.HeaderSerialization
-
Write the prefix byte of a Keyed header atom to the provided buf
- writeBool(ElementWriter, boolean) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a boolean data atom
- writeBytes(ByteBuffer) - Method in class brown.tracingplane.baggageprotocol.BaggageWriter
-
Write a data atom with the provided buf content
- writeBytes(ByteBuffer) - Method in interface brown.tracingplane.baggageprotocol.ElementWriter
-
- writeBytes(ElementWriter, ByteBuffer) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a bytes data atom
- writeDouble(ElementWriter, double) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a double data atom
- writeEmpty(ElementWriter) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write an empty data atom
- writeFixed32(ElementWriter, int) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a fixed 4-byte integer data atom
- writeFixed64(ElementWriter, long) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a fixed 8-byte long data atom
- writeFloat(ElementWriter, float) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a float data atom
- writeLexVarInt32(ByteBuffer, int) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeLexVarInt64(ByteBuffer, long) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeLexVarUInt32(ByteBuffer, int) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
- writeLexVarUInt64(ByteBuffer, long) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
- writeRawVarint32(ByteBuffer, int) - Static method in class brown.tracingplane.atomlayer.ProtobufVarint
-
- writeRawVarint32(OutputStream, int) - Static method in class brown.tracingplane.atomlayer.ProtobufVarint
-
- writeReverseLexVarInt32(ByteBuffer, int) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeReverseLexVarInt64(ByteBuffer, long) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeReverseLexVarUInt32(ByteBuffer, int) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
- writeReverseLexVarUInt64(ByteBuffer, long) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
- WriterHelpers - Class in brown.tracingplane.bdl
-
Helper methods used by compiled baggagebuffers classes
- writeSInt32(ElementWriter, int) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a signed integer, encoded lexicographically
- writeSInt64(ElementWriter, long) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a signed long, encoded lexicographically
- writeString(ElementWriter, String) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write a string data atom
- writeTo(ByteBuffer, S) - Method in interface brown.tracingplane.bdl.Struct.StructWriter
-
- writeUInt32(ElementWriter, int) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write an unsigned integer, encoded lexicographically
- writeUInt64(ElementWriter, long) - Static method in class brown.tracingplane.bdl.WriterHelpers
-
Write an unsigned long, encoded lexicographically
- writeVarInt32(int) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeVarInt64(long) - Static method in class brown.tracingplane.atomlayer.SignedLexVarint
-
- writeVarUInt32(int) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
Returns the byte representation of the provided 32 bit unsigned integer encoded as a lexicographically comparable
varint
- writeVarUInt64(long) - Static method in class brown.tracingplane.atomlayer.UnsignedLexVarint
-
Returns the byte representation of the provided 64 bit unsigned integer encoded as a lexicographically comparable
varint