Class

org.apache.flink.formats.avro.typeutils

LogicalTypesGenericRecordBuilder

Related Doc: package typeutils

Permalink

class LogicalTypesGenericRecordBuilder extends RecordBuilderBase[Record]

Linear Supertypes
RecordBuilderBase[Record], RecordBuilder[Record], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogicalTypesGenericRecordBuilder
  2. RecordBuilderBase
  3. RecordBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogicalTypesGenericRecordBuilder(other: Record)

    Permalink
  2. new LogicalTypesGenericRecordBuilder(other: LogicalTypesGenericRecordBuilder)

    Permalink
  3. new LogicalTypesGenericRecordBuilder(schema: Schema)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def build(): Record

    Permalink
    Definition Classes
    LogicalTypesGenericRecordBuilder → RecordBuilder
  6. def clear(pos: Int): LogicalTypesGenericRecordBuilder

    Permalink
  7. def clear(field: Field): LogicalTypesGenericRecordBuilder

    Permalink
  8. def clear(fieldName: String): LogicalTypesGenericRecordBuilder

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def data(): GenericData

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
  11. def defaultValue(arg0: Field): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
    Annotations
    @throws( classOf[java.io.IOException] )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    LogicalTypesGenericRecordBuilder → RecordBuilderBase → AnyRef → Any
  14. final def fieldSetFlags(): Array[Boolean]

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
  15. final def fields(): Array[Field]

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
  16. def get(pos: Int): AnyRef

    Permalink
  17. def get(field: Field): AnyRef

    Permalink
  18. def get(fieldName: String): AnyRef

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def has(pos: Int): Boolean

    Permalink
  21. def has(field: Field): Boolean

    Permalink
  22. def has(fieldName: String): Boolean

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    LogicalTypesGenericRecordBuilder → RecordBuilderBase → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def schema(): Schema

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
  29. def set(pos: Int, value: Any): LogicalTypesGenericRecordBuilder

    Permalink
  30. def set(field: Field, value: Any): LogicalTypesGenericRecordBuilder

    Permalink
  31. def set(fieldName: String, value: Any): LogicalTypesGenericRecordBuilder

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def validate(arg0: Field, arg1: Any): Unit

    Permalink
    Attributes
    protected[org.apache.avro.data]
    Definition Classes
    RecordBuilderBase
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RecordBuilderBase[Record]

Inherited from RecordBuilder[Record]

Inherited from AnyRef

Inherited from Any

Ungrouped