@Experimental(EXTENSION)
Package org.apache.beam.sdk.extensions.sbe
Extension for working with SBE messages in Beam.
-
Class Summary 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 anIr.SbeSchema.IrOptions.Builder Builder forSbeSchema.IrOptions.SerializableIr A wrapper aroundIrthat fulfils Java'sSerializablecontract.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 forUnsignedOptions. -
Enum Summary Enum Description UnsignedOptions.Behavior Defines the exact behavior for unsigned types.