- capacity() - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the capacity of the underlying buffer.
- characterEncoding(String) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- characterEncoding() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
The character encoding for the token or null if not set.
- characterEncoding() - Method in class uk.co.real_logic.sbe.PrimitiveValue
-
The character encoding of the byte array representation.
- characterEncoding() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
The character encoding of the type
- characterEncodingCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- characterEncodingHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- characterEncodingId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- characterEncodingMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- charGet(DirectBuffer, int) - Static method in class uk.co.real_logic.sbe.codec.java.CodecUtil
-
- charPut(DirectBuffer, int, byte) - Static method in class uk.co.real_logic.sbe.codec.java.CodecUtil
-
- charsGet(DirectBuffer, int, byte[], int, int) - Static method in class uk.co.real_logic.sbe.codec.java.CodecUtil
-
- charsPut(DirectBuffer, int, byte[], int, int) - Static method in class uk.co.real_logic.sbe.codec.java.CodecUtil
-
- checkForValidName(Node, String) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
Check name against validity for C++ and Java naming.
- checkForValidOffsets(Node) - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Check the composite for any specified offsets and validate they are correctly specified.
- checkForWellFormedGroupSizeEncoding(Node) - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Check the composite for being a well formed group size encoding.
- checkForWellFormedMessageHeader(Node) - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Check the composite for being a well formed message headerStructure encoding.
- checkForWellFormedVariableLengthDataEncoding(Node) - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Check the composite for being a well formed variable length data encoding.
- checkIfShouldExit() - Method in class uk.co.real_logic.sbe.xml.ErrorHandler
-
Check if the parser should exit.
- checkLimit(int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Check that a given limit is not greater than the capacity of a buffer from a given offset.
- Choice(Node, PrimitiveType) - Constructor for class uk.co.real_logic.sbe.xml.SetType.Choice
-
Construct a Choice given the XML node and the encodingType
- choices() - Method in class uk.co.real_logic.sbe.xml.SetType
-
- close() - Method in class uk.co.real_logic.sbe.ir.IrDecoder
-
- close() - Method in class uk.co.real_logic.sbe.ir.IrEncoder
-
- CodecUtil - Class in uk.co.real_logic.sbe.codec.java
-
- CodecUtil() - Constructor for class uk.co.real_logic.sbe.codec.java.CodecUtil
-
- CodeGenerator - Interface in uk.co.real_logic.sbe.generation
-
Abstraction for code generators to implement.
- COMPOSITE_XPATH_EXPR - Static variable in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
- CompositeType - Class in uk.co.real_logic.sbe.xml
-
SBE compositeType.
- CompositeType(Node) - Constructor for class uk.co.real_logic.sbe.xml.CompositeType
-
Construct a new compositeType from XML Schema.
- computedBlockLength(int) - Method in class uk.co.real_logic.sbe.xml.Field
-
- computedBlockLength() - Method in class uk.co.real_logic.sbe.xml.Field
-
- computedOffset(int) - Method in class uk.co.real_logic.sbe.xml.Field
-
- computedOffset() - Method in class uk.co.real_logic.sbe.xml.Field
-
- constVal() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
The constant value of the type if specified
- constValue(PrimitiveValue) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- constValue() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
The constant value for the token or null if not set.
- constValueCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- constValueHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- constValueId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- constValueMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- Cpp98Generator - Class in uk.co.real_logic.sbe.generation.cpp98
-
- Cpp98Generator(Ir, OutputManager) - Constructor for class uk.co.real_logic.sbe.generation.cpp98.Cpp98Generator
-
- cpp98TypeName(PrimitiveType) - Static method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Util
-
- Cpp98Util - Class in uk.co.real_logic.sbe.generation.cpp98
-
Utilities for mapping between IR and the C++ language.
- Cpp98Util() - Constructor for class uk.co.real_logic.sbe.generation.cpp98.Cpp98Util
-
- createOutput(String) - Method in class uk.co.real_logic.sbe.generation.cpp98.NamespaceOutputManager
-
Create a new output which will be a C++98 source file in the given package.
- createOutput(String) - Method in class uk.co.real_logic.sbe.generation.csharp.CSharpNamespaceOutputManager
-
Create a new output which will be a C# source file in the given package.
- createOutput(String) - Method in class uk.co.real_logic.sbe.generation.java.PackageOutputManager
-
Create a new output which will be a Java source file in the given package.
- createOutput(String) - Method in interface uk.co.real_logic.sbe.generation.OutputManager
-
Create a new output destination based on a name.
- CSharpGenerator - Class in uk.co.real_logic.sbe.generation.csharp
-
- CSharpGenerator(Ir, OutputManager) - Constructor for class uk.co.real_logic.sbe.generation.csharp.CSharpGenerator
-
- CSharpNamespaceOutputManager - Class in uk.co.real_logic.sbe.generation.csharp
-
OutputManager for managing the creation of C# source files
as the target of code generation.
- CSharpNamespaceOutputManager(String, String) - Constructor for class uk.co.real_logic.sbe.generation.csharp.CSharpNamespaceOutputManager
-
Create a new
OutputManager for generating C# source
files into a given package.
- cSharpTypeName(PrimitiveType) - Static method in class uk.co.real_logic.sbe.generation.csharp.CSharpUtil
-
- CSharpUtil - Class in uk.co.real_logic.sbe.generation.csharp
-
Utilities for mapping between IR and the C# language.
- CSharpUtil() - Constructor for class uk.co.real_logic.sbe.generation.csharp.CSharpUtil
-
- generate() - Method in interface uk.co.real_logic.sbe.generation.CodeGenerator
-
Generate the complete set of types and messages for a schema.
- generate() - Method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Generator
-
- generate() - Method in class uk.co.real_logic.sbe.generation.csharp.CSharpGenerator
-
- generate() - Method in class uk.co.real_logic.sbe.generation.java.JavaGenerator
-
- generate(Ir, String, String) - Static method in class uk.co.real_logic.sbe.SbeTool
-
Generate SBE encoding and decoding stubs for a target language.
- generate(MessageSchema, String) - Method in class uk.co.real_logic.sbe.xml.IrGenerator
-
Generate a complete
Ir for a given schema.
- generate(MessageSchema) - Method in class uk.co.real_logic.sbe.xml.IrGenerator
-
Generate a complete
Ir for a given schema.
- GENERATE_IR - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Boolean system property to turn on or off generation of IR.
- GENERATE_STUBS - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Boolean system property to turn on or off generation of stubs.
- generateMessageHeaderStub() - Method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Generator
-
- generateMessageHeaderStub() - Method in class uk.co.real_logic.sbe.generation.csharp.CSharpGenerator
-
- generateMessageHeaderStub() - Method in class uk.co.real_logic.sbe.generation.java.JavaGenerator
-
- generateTypeStubs() - Method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Generator
-
- generateTypeStubs() - Method in class uk.co.real_logic.sbe.generation.csharp.CSharpGenerator
-
- generateTypeStubs() - Method in class uk.co.real_logic.sbe.generation.java.JavaGenerator
-
- get(String) - Static method in enum uk.co.real_logic.sbe.generation.TargetCodeGenerator
-
Do a case insensitive lookup of a target language for code generation.
- get(short) - Static method in enum uk.co.real_logic.sbe.ir.generated.ByteOrderCodec
-
- get(short) - Static method in enum uk.co.real_logic.sbe.ir.generated.PresenceCodec
-
- get(short) - Static method in enum uk.co.real_logic.sbe.ir.generated.PrimitiveTypeCodec
-
- get(short) - Static method in enum uk.co.real_logic.sbe.ir.generated.SignalCodec
-
- get(DirectBuffer, PrimitiveType, int) - Static method in class uk.co.real_logic.sbe.ir.IrUtil
-
- get(String) - Static method in enum uk.co.real_logic.sbe.PrimitiveType
-
Lookup PrimitiveType by String name and return Enum.
- get(String) - Static method in enum uk.co.real_logic.sbe.xml.Presence
-
Lookup Presence name and return enum.
- getAttributeValue(Node, String) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
Helper function that throws an exception when the attribute is not set.
- getAttributeValue(Node, String, String) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
Helper function that uses a default value when value not set.
- getAttributeValueOrNull(Node, String) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
- getBlockLength(DirectBuffer, int) - Method in class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
Get the block length of the root block in the message.
- getByte(int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getByteOrder(String) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
Helper function to convert a schema byteOrderName into a
ByteOrder
- getBytes(int, byte[]) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get from the underlying buffer into a supplied byte array.
- getBytes(int, byte[], int, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get bytes from the underlying buffer into a supplied byte array.
- getBytes(int, DirectBuffer, int, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get bytes from the underlying buffer into a supplied DirectBuffer
- getBytes(int, ByteBuffer, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get from the underlying buffer into a supplied
ByteBuffer.
- getBytes(String, String) - Static method in class uk.co.real_logic.sbe.ir.IrUtil
-
- getCharacterEncoding(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getChoice(PrimitiveValue) - Method in class uk.co.real_logic.sbe.xml.SetType
-
- getChoice(String) - Method in class uk.co.real_logic.sbe.xml.SetType
-
- getConstValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getDouble(int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getEpoch(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getFloat(int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getInt(int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getLong(int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getMaxValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getMessage(long) - Method in class uk.co.real_logic.sbe.ir.Ir
-
Get the getMessage for a given identifier.
- getMessage(long) - Method in class uk.co.real_logic.sbe.xml.MessageSchema
-
Return a given
Message object with the given schemaId.
- getMinValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getNamespaceName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- getNullValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getPackageName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- getSchemaId(DirectBuffer, int) - Method in class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
Get the schema id number from the message header.
- getSchemaVersion(DirectBuffer, int) - Method in class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
Get the schema version number from the message header.
- getSemanticType(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getSemanticVersion(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- getShort(int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Get the value at a given index.
- getTemplateId(DirectBuffer, int) - Method in class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
Get the template id from the message header.
- getTimeUnit(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- getType(String) - Method in class uk.co.real_logic.sbe.ir.Ir
-
Get the type representation for a given type name.
- getType(String) - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Return the EncodedDataType within this composite with the given name
- getTypeList() - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
Return list of the EncodedDataTypes that compose this composite
- getValidValue(PrimitiveValue) - Method in class uk.co.real_logic.sbe.xml.EnumType
-
- getValidValue(String) - Method in class uk.co.real_logic.sbe.xml.EnumType
-
- groupFields(List<Field>) - Method in class uk.co.real_logic.sbe.xml.Field
-
- groupFields() - Method in class uk.co.real_logic.sbe.xml.Field
-
- offset() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- offset() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- offset(int) - Method in class uk.co.real_logic.sbe.ir.Token.Builder
-
- offset() - Method in class uk.co.real_logic.sbe.ir.Token
-
The offset for this token in the message.
- offset(int) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- offset() - Method in class uk.co.real_logic.sbe.xml.Field
-
- offsetAttribute() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
- onBeginComposite(Token, List<Token>, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onBeginComposite(Token, List<Token>, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Beginning of Composite encoded type encountered.
- onBeginGroup(Token, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onBeginGroup(Token, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Beginning of group encoded type encountered.
- onBeginMessage(Token) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onBeginMessage(Token) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Called on beginning the decoding of a message.
- onBitSet(Token, DirectBuffer, int, List<Token>, int, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onBitSet(Token, DirectBuffer, int, List<Token>, int, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
BitSet encoded type encountered.
- onEncoding(Token, DirectBuffer, int, Token, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onEncoding(Token, DirectBuffer, int, Token, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Primitive encoded type encountered.
- onEndComposite(Token, List<Token>, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onEndComposite(Token, List<Token>, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
End of Composite encoded type encountered.
- onEndGroup(Token, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onEndGroup(Token, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
End of group encoded type encountered.
- onEndMessage(Token) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onEndMessage(Token) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Called on end of decoding of a message.
- onEnum(Token, DirectBuffer, int, List<Token>, int, int, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onEnum(Token, DirectBuffer, int, List<Token>, int, int, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Enum encoded type encountered.
- onGroupHeader(Token, int) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onGroupHeader(Token, int) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Group encountered.
- onVarData(Token, DirectBuffer, int, int, Token) - Method in class uk.co.real_logic.sbe.otf.AbstractTokenListener
-
- onVarData(Token, DirectBuffer, int, int, Token) - Method in interface uk.co.real_logic.sbe.otf.TokenListener
-
Var data field encountered.
- OtfHeaderDecoder - Class in uk.co.real_logic.sbe.otf
-
Used to decode a message header while doing on-the-fly decoding of a message stream.
- OtfHeaderDecoder(HeaderStructure) - Constructor for class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
Read the message header structure and cache the meta data for finding the key fields for decoding messages.
- OtfMessageDecoder - Class in uk.co.real_logic.sbe.otf
-
On-the-fly decoder that dynamically decodes messages based on the IR for a schema.
- OtfMessageDecoder() - Constructor for class uk.co.real_logic.sbe.otf.OtfMessageDecoder
-
- OUTPUT_DIR - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Output directory for generated code
- OutputManager - Interface in uk.co.real_logic.sbe.generation
-
Abstraction that manages the destination of generated output.
- packageName() - Method in class uk.co.real_logic.sbe.ir.Ir
-
Get the package name to be used for generated code.
- packageName() - Method in class uk.co.real_logic.sbe.xml.MessageSchema
-
The package name for the schema.
- packageNameCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- packageNameHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- packageNameId() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- packageNameMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- PackageOutputManager - Class in uk.co.real_logic.sbe.generation.java
-
OutputManager for managing the creation of Java source files as the target of code generation.
- PackageOutputManager(String, String) - Constructor for class uk.co.real_logic.sbe.generation.java.PackageOutputManager
-
Create a new
OutputManager for generating Java source files into a given package.
- parse(String, PrimitiveType) - Static method in class uk.co.real_logic.sbe.PrimitiveValue
-
Parse constant value string and set representation based on type
- parse(String, PrimitiveType, int, String) - Static method in class uk.co.real_logic.sbe.PrimitiveValue
-
Parse constant value string and set representation based on type, length, and characterEncoding
- parse(InputStream, ParserOptions) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
- ParserOptions - Class in uk.co.real_logic.sbe.xml
-
Class to hold the values of the parsing options.
- ParserOptions.Builder - Class in uk.co.real_logic.sbe.xml
-
- parseSchema(String) - Static method in class uk.co.real_logic.sbe.SbeTool
-
Parse the message schema specification.
- presence(Encoding.Presence) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- presence() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
Indicates the presence status of a field in a message.
- presence() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- presence(PresenceCodec) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- presence(Presence) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- Presence - Enum in uk.co.real_logic.sbe.xml
-
Presence attribute values for a
Type applied to a
Field.
- presence() - Method in class uk.co.real_logic.sbe.xml.Type
-
Return the presence of the type
- PresenceCodec - Enum in uk.co.real_logic.sbe.ir.generated
-
- presenceId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- presenceMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- present(Map<?, ?>, Object, String) - Static method in class uk.co.real_logic.sbe.util.Verify
-
Verify that a map contains and entry for a given key.
- primitiveName() - Method in enum uk.co.real_logic.sbe.PrimitiveType
-
The name of the primitive type as a String.
- primitiveType(PrimitiveType) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- primitiveType() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
- primitiveType() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- primitiveType(PrimitiveTypeCodec) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- PrimitiveType - Enum in uk.co.real_logic.sbe
-
Primitive types from which all other types are composed.
- primitiveType() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
Return the primitiveType attribute of the type
- PrimitiveTypeCodec - Enum in uk.co.real_logic.sbe.ir.generated
-
- primitiveTypeId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- primitiveTypeMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- PrimitiveValue - Class in uk.co.real_logic.sbe
-
Class used to encapsulate values for primitives.
- PrimitiveValue(long, int) - Constructor for class uk.co.real_logic.sbe.PrimitiveValue
-
Construct and fill in value as a long.
- PrimitiveValue(double, int) - Constructor for class uk.co.real_logic.sbe.PrimitiveValue
-
Construct and fill in value as a double.
- PrimitiveValue(byte[], String, int) - Constructor for class uk.co.real_logic.sbe.PrimitiveValue
-
Construct and fill in value as a byte array.
- primitiveValue() - Method in class uk.co.real_logic.sbe.xml.EnumType.ValidValue
-
- primitiveValue() - Method in class uk.co.real_logic.sbe.xml.SetType.Choice
-
- PrimitiveValue.Representation - Enum in uk.co.real_logic.sbe
-
- put(DirectBuffer, PrimitiveValue, PrimitiveType) - Static method in class uk.co.real_logic.sbe.ir.IrUtil
-
- putByte(int, byte) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putBytes(int, byte[]) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put an array of src into the underlying buffer.
- putBytes(int, byte[], int, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put an array into the underlying buffer.
- putBytes(int, DirectBuffer, int, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put bytes from a DirectBuffer into the underlying buffer.
- putBytes(int, ByteBuffer, int) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put an bytes into the underlying buffer for the view.
- putCharacterEncoding(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putConstValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putDouble(int, double, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putEpoch(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putFloat(int, float, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putInt(int, int, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putLong(int, long, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putMaxValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putMinValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putNamespaceName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- putNullValue(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putPackageName(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- putSemanticType(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- putSemanticVersion(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- putShort(int, short, ByteOrder) - Method in class uk.co.real_logic.sbe.codec.java.DirectBuffer
-
Put a value to a given index.
- putTimeUnit(byte[], int, int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sbeBlockLength() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- sbeBlockLength() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sbeSchemaId() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- sbeSchemaId() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sbeSchemaVersion() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- sbeSchemaVersion() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sbeSemanticType() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- sbeSemanticType() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sbeTemplateId() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- sbeTemplateId() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- SbeTool - Class in uk.co.real_logic.sbe
-
A tool for running the SBE parser, validator, and code generator.
- SbeTool() - Constructor for class uk.co.real_logic.sbe.SbeTool
-
- SCHEMA_ID - Static variable in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- SCHEMA_ID - Static variable in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- SCHEMA_ID - Static variable in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- SCHEMA_VERSION - Static variable in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- SCHEMA_VERSION - Static variable in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- SCHEMA_VERSION - Static variable in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- schemaId() - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- schemaId(int) - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- schemaIdMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- schemaIdMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- schemaIdNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- schemaIdType() - Method in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- schemaVersion() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersion(int) - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionId() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- schemaVersionType() - Method in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- semanticType(String) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- semanticType() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
The semantic type of an encoding which can have relevance to the application layer.
- semanticType(String) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- semanticType() - Method in class uk.co.real_logic.sbe.xml.Field
-
- semanticType() - Method in class uk.co.real_logic.sbe.xml.Message
-
The semanticType of the message (if set) or null
- semanticType() - Method in class uk.co.real_logic.sbe.xml.Type
-
The semanticType of the Type
- semanticTypeCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- semanticTypeHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- semanticTypeId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- semanticTypeMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- semanticVersion() - Method in class uk.co.real_logic.sbe.ir.Ir
-
Get the semantic version of the schema.
- semanticVersion() - Method in class uk.co.real_logic.sbe.xml.MessageSchema
-
The semantic version number of the schema.
- semanticVersionCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- semanticVersionHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- semanticVersionId() - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- semanticVersionMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- SET_XPATH_EXPR - Static variable in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
- SetType - Class in uk.co.real_logic.sbe.xml
-
SBE setType representing a bitset of options.
- SetType(Node) - Constructor for class uk.co.real_logic.sbe.xml.SetType
-
Construct a new SetType from XML Schema.
- SetType.Choice - Class in uk.co.real_logic.sbe.xml
-
Holder for valid values for EnumType
- signal() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- signal(SignalCodec) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- Signal - Enum in uk.co.real_logic.sbe.ir
-
Signal the
Token role within a stream of tokens.
- signal(Signal) - Method in class uk.co.real_logic.sbe.ir.Token.Builder
-
- signal() - Method in class uk.co.real_logic.sbe.ir.Token
-
Signal the role of this token.
- SignalCodec - Enum in uk.co.real_logic.sbe.ir.generated
-
- signalId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- signalMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- sinceVersion() - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
- sinceVersion() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
- sinceVersion() - Method in class uk.co.real_logic.sbe.xml.EnumType.ValidValue
-
- sinceVersion(int) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- sinceVersion() - Method in class uk.co.real_logic.sbe.xml.Field
-
- sinceVersion() - Method in class uk.co.real_logic.sbe.xml.SetType.Choice
-
- size() - Method in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- size() - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- size() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- size() - Method in class uk.co.real_logic.sbe.ir.generated.VarDataEncoding
-
- size(int) - Method in class uk.co.real_logic.sbe.ir.Token.Builder
-
- size() - Method in class uk.co.real_logic.sbe.ir.Token
-
The size of this token in bytes.
- size() - Method in class uk.co.real_logic.sbe.otf.OtfHeaderDecoder
-
The size of the message header in bytes.
- size() - Method in enum uk.co.real_logic.sbe.PrimitiveType
-
The size of the primitive type in octets.
- size() - Method in class uk.co.real_logic.sbe.PrimitiveValue
-
Return size for this PrimitiveValue for serialization purposes.
- size() - Method in class uk.co.real_logic.sbe.xml.CompositeType
-
The size (in octets) of the list of EncodedDataTypes
- size() - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
The size (in octets) of the encoding as length of the primitiveType times its count.
- size() - Method in class uk.co.real_logic.sbe.xml.EnumType
-
The size (in octets) of the encodingType
- size() - Method in class uk.co.real_logic.sbe.xml.SetType
-
The size (in octets) of the encodingType
- size() - Method in class uk.co.real_logic.sbe.xml.Type
-
The size (in octets) of the Type.
- stopOnError() - Method in class uk.co.real_logic.sbe.xml.ParserOptions.Builder
-
The value of the stopOnError parameter.
- stopOnError(boolean) - Method in class uk.co.real_logic.sbe.xml.ParserOptions.Builder
-
Sets the value of the stopOnError parameter.
- stopOnError() - Method in class uk.co.real_logic.sbe.xml.ParserOptions
-
The value of the stopOnError parameter.
- suppressOutput() - Method in class uk.co.real_logic.sbe.xml.ParserOptions.Builder
-
The value of the suppressOutput parameter.
- suppressOutput(boolean) - Method in class uk.co.real_logic.sbe.xml.ParserOptions.Builder
-
Sets the value for the suppressOutput parameter.
- suppressOutput() - Method in class uk.co.real_logic.sbe.xml.ParserOptions
-
The value of the suppressOutput parameter.
- TARGET_LANGUAGE - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Target language for generated code.
- TARGET_NAMESPACE - Static variable in class uk.co.real_logic.sbe.SbeTool
-
String system property of the namespace for generated code.
- TargetCodeGenerator - Enum in uk.co.real_logic.sbe.generation
-
Target a code generator for a given language.
- TEMPLATE_ID - Static variable in class uk.co.real_logic.sbe.ir.generated.FrameCodec
-
- TEMPLATE_ID - Static variable in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- TEMPLATE_ID - Static variable in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- templateId() - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- templateId(int) - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- templateIdMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- templateIdMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- templateIdNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- templateIdType() - Method in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- timeUnit(String) - Method in class uk.co.real_logic.sbe.ir.Encoding.Builder
-
- timeUnit() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
The time unit of the timestamp.
- timeUnit(String) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- timeUnit() - Method in class uk.co.real_logic.sbe.xml.Field
-
- timeUnitCharacterEncoding() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- timeUnitHeaderSize() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- timeUnitId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- timeUnitMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- Token - Class in uk.co.real_logic.sbe.ir
-
Class to encapsulate a token of information for the message schema stream.
- Token(Signal, String, int, int, int, int, Encoding) - Constructor for class uk.co.real_logic.sbe.ir.Token
-
Construct an
Token by providing values for all fields.
- Token.Builder - Class in uk.co.real_logic.sbe.ir
-
- Token.VersionContext - Enum in uk.co.real_logic.sbe.ir
-
Indicates how the version field should be interpreted.
- TokenCodec - Class in uk.co.real_logic.sbe.ir.generated
-
- TokenCodec() - Constructor for class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- TokenListener - Interface in uk.co.real_logic.sbe.otf
-
Callback interface to be implemented by code wanting to decode messages on-the-fly.
- tokenOffset() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffset(int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffsetId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffsetMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffsetMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffsetMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenOffsetNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokens() - Method in class uk.co.real_logic.sbe.ir.HeaderStructure
-
- tokenSize() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSize(int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSizeId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSizeMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSizeMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSizeMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenSizeNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersion() - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersion(int) - Method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersionId() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersionMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersionMetaAttribute(MetaAttribute) - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersionMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- tokenVersionNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.TokenCodec
-
- toLowerFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Util
-
Lowercase the first character of a given String.
- toLowerFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.csharp.CSharpUtil
-
Lowercase the first character of a given String.
- toLowerFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.java.JavaUtil
-
Lowercase the first character of a given String.
- toString() - Method in class uk.co.real_logic.sbe.ir.Encoding
-
- toString() - Method in class uk.co.real_logic.sbe.ir.Token
-
- toString() - Method in class uk.co.real_logic.sbe.PrimitiveValue
-
Return String representation of this object
- toString() - Method in class uk.co.real_logic.sbe.xml.ErrorHandler
-
- toString() - Method in class uk.co.real_logic.sbe.xml.Field
-
- toUpperFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.cpp98.Cpp98Util
-
Uppercase the first character of a given String.
- toUpperFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.csharp.CSharpUtil
-
Uppercase the first character of a given String.
- toUpperFirstChar(String) - Static method in class uk.co.real_logic.sbe.generation.java.JavaUtil
-
Uppercase the first character of a given String.
- type(Type) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- type() - Method in class uk.co.real_logic.sbe.xml.Field
-
- Type - Class in uk.co.real_logic.sbe.xml
-
An SBE type.
- Type(Node) - Constructor for class uk.co.real_logic.sbe.xml.Type
-
Construct a new Type from XML Schema.
- Type(String, Presence, String, String) - Constructor for class uk.co.real_logic.sbe.xml.Type
-
Construct a new Type from direct values.
- TYPE_XPATH_EXPR - Static variable in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
- types() - Method in class uk.co.real_logic.sbe.ir.Ir
-
- validate(Node) - Method in class uk.co.real_logic.sbe.xml.Field
-
- validate(String, BufferedInputStream) - Static method in class uk.co.real_logic.sbe.xml.XmlSchemaParser
-
Validate the document against a given schema.
- validateAgainstSchema(String, String) - Static method in class uk.co.real_logic.sbe.SbeTool
-
Validate the SBE Schema against the XSD.
- VALIDATION_STOP_ON_ERROR - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Boolean system property to control throwing exceptions on all errors
- VALIDATION_SUPPRESS_OUTPUT - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Boolean system property to control suppressing output on all errors and warnings
- VALIDATION_WARNINGS_FATAL - Static variable in class uk.co.real_logic.sbe.SbeTool
-
Boolean system property to control whether to consider warnings fatal and treat them as errors
- VALIDATION_XSD - Static variable in class uk.co.real_logic.sbe.SbeTool
-
System property to hold XSD to validate message specification against
- ValidationUtil - Class in uk.co.real_logic.sbe.util
-
Various validation utilities used across parser, IR, and generator
- ValidationUtil() - Constructor for class uk.co.real_logic.sbe.util.ValidationUtil
-
- ValidValue(Node, PrimitiveType) - Constructor for class uk.co.real_logic.sbe.xml.EnumType.ValidValue
-
Construct a ValidValue given the XML node and the encodingType.
- validValues() - Method in class uk.co.real_logic.sbe.xml.EnumType
-
The collection of valid values for this enumeration.
- value() - Method in enum uk.co.real_logic.sbe.ir.generated.ByteOrderCodec
-
- value() - Method in enum uk.co.real_logic.sbe.ir.generated.PresenceCodec
-
- value() - Method in enum uk.co.real_logic.sbe.ir.generated.PrimitiveTypeCodec
-
- value() - Method in enum uk.co.real_logic.sbe.ir.generated.SignalCodec
-
- value() - Method in enum uk.co.real_logic.sbe.xml.Presence
-
The value as a String of the presence.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.generation.TargetCodeGenerator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.Encoding.Presence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.generated.ByteOrderCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.generated.MetaAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.generated.PresenceCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.generated.PrimitiveTypeCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.generated.SignalCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.Signal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.ir.Token.VersionContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.PrimitiveValue.Representation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.co.real_logic.sbe.xml.Presence
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum uk.co.real_logic.sbe.generation.TargetCodeGenerator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.Encoding.Presence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.generated.ByteOrderCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.generated.MetaAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.generated.PresenceCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.generated.PrimitiveTypeCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.generated.SignalCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.Signal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.ir.Token.VersionContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.PrimitiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.PrimitiveValue.Representation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.co.real_logic.sbe.xml.Presence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarDataEncoding - Class in uk.co.real_logic.sbe.ir.generated
-
- VarDataEncoding() - Constructor for class uk.co.real_logic.sbe.ir.generated.VarDataEncoding
-
- varDataMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.VarDataEncoding
-
- varDataMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.VarDataEncoding
-
- varDataNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.VarDataEncoding
-
- VARIABLE_SIZE - Static variable in class uk.co.real_logic.sbe.ir.Token
-
Size not determined
- variableLength(boolean) - Method in class uk.co.real_logic.sbe.xml.EncodedDataType
-
- variableLength(boolean) - Method in class uk.co.real_logic.sbe.xml.Field.Builder
-
- Verify - Class in uk.co.real_logic.sbe.util
-
Various verification checks to be applied in code.
- Verify() - Constructor for class uk.co.real_logic.sbe.util.Verify
-
- version() - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- version(int) - Method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- version() - Method in class uk.co.real_logic.sbe.ir.Ir
-
Get the version of the schema.
- version(int) - Method in class uk.co.real_logic.sbe.ir.Token.Builder
-
- version() - Method in class uk.co.real_logic.sbe.ir.Token
-
The version context for this token.
- version() - Method in class uk.co.real_logic.sbe.xml.MessageSchema
-
The version number of the schema.
- versionContext() - Method in class uk.co.real_logic.sbe.ir.Token
-
The context in which the version field should be interpreted.
- versionMaxValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- versionMinValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-
- versionNullValue() - Static method in class uk.co.real_logic.sbe.ir.generated.MessageHeader
-