See: Description
Class | Description |
---|---|
SbeLogicalTypes |
Classes that represent various SBE semantic types.
|
SbeLogicalTypes.LocalMktDate |
Representation of SBE's LocalMktDate.
|
SbeLogicalTypes.TZTimeOnly |
Represents SBE's TimeOnly composite type.
|
SbeLogicalTypes.TZTimestamp |
Represents SBE's TZTimestamp composite type.
|
SbeLogicalTypes.Uint16 |
Represents SBE's uint16 type.
|
SbeLogicalTypes.Uint32 |
Represents SBE's uint32 type.
|
SbeLogicalTypes.Uint64 |
Represents SBE's uint64 type.
|
SbeLogicalTypes.Uint8 |
Represents SBE's uint8 type.
|
SbeLogicalTypes.UTCDateOnly |
Representation of SBE's UTCDateOnly.
|
SbeLogicalTypes.UTCTimeOnly |
Represents SBE's UTCTimeOnly composite type.
|
SbeLogicalTypes.UTCTimestamp |
Represents SBE's UTCTimestamp composite type.
|
SbeSchema |
Represents an SBE schema.
|
SbeSchema.IrOptions |
Options for configuring schema generation from an
Ir . |
SbeSchema.IrOptions.Builder |
Builder for
SbeSchema.IrOptions . |
SerializableIr |
A wrapper around
Ir that fulfils Java's Serializable contract. |
UnsignedOptions |
Options for controlling what to do with unsigned types, specifically whether to use a higher bit
count or, in the case of uint64, a string.
|
UnsignedOptions.Builder |
Builder for
UnsignedOptions . |
Enum | Description |
---|---|
UnsignedOptions.Behavior |
Defines the exact behavior for unsigned types.
|