Class SbeLogicalTypes.Uint16

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.schemas.Schema.LogicalType<java.lang.Integer,​java.lang.Integer>
    Enclosing class:
    SbeLogicalTypes

    public static final class SbeLogicalTypes.Uint16
    extends org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<java.lang.Integer>
    Represents SBE's uint16 type.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDENTIFIER  
    • Constructor Summary

      Constructors 
      Constructor Description
      Uint16()  
    • Method Summary

      • Methods inherited from class org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType

        getArgument, getArgumentType, getBaseType, getIdentifier, toBaseType, toInputType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Uint16

        public Uint16()