avro.util

Locale

object Locale extends CaseClassAvroRecordCompanion[Locale] with Serializable

Linear Supertypes
Serializable, Serializable, CaseClassAvroRecordCompanion[Locale], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Locale
  2. Serializable
  3. Serializable
  4. CaseClassAvroRecordCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class Builder extends RecordBuilder[Locale]

    RecordBuilder for Locale instances.

  2. type LT = java.util.Locale

    Logical type associated with this record.

    Logical type associated with this record. May be the same type.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val SCHEMA$: Schema

    The root schema for the case-class.

    The root schema for the case-class.

    Definition Classes
    LocaleCaseClassAvroRecordCompanion
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareAvro[T, LT](schema: Schema, fieldName: CharSequence, aValue: Any, anotherValue: Any)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): Int

    Compare value via the logical type.

    Compare value via the logical type.

    Definition Classes
    CaseClassAvroRecordCompanion
  10. def compareAvro[T, LT](schema: Schema, fieldPos: Int, aValue: Any, anotherValue: Any)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): Int

    Compare value via the logical type.

    Compare value via the logical type.

    Definition Classes
    CaseClassAvroRecordCompanion
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def fromAvroRecord(_record: Record): Locale

    Create a generated a case-class from an Avro GenericData.

    Create a generated a case-class from an Avro GenericData.Record.

    Definition Classes
    LocaleCaseClassAvroRecordCompanion
  15. def getAvro[T, LT](record: Record, fieldName: CharSequence)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): LT

    Attributes
    protected
    Definition Classes
    CaseClassAvroRecordCompanion
  16. def getAvro[T, LT](record: Record, fieldPos: Int, fullName: String = null)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): LT

    Attributes
    protected
    Definition Classes
    CaseClassAvroRecordCompanion
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  21. final def newBuilder(_other: Locale): Builder

    Creates a new Locale RecordBuilder by copying an existing Locale instance

    Creates a new Locale RecordBuilder by copying an existing Locale instance

    Annotations
    @inline()
  22. final def newBuilder(_other: Builder): Builder

    Creates a new Locale by copying an existing Builder

    Creates a new Locale by copying an existing Builder

    Annotations
    @inline()
  23. final def newBuilder(): Builder

    Creates a new Locale Builder

    Creates a new Locale Builder

    Annotations
    @inline()
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def setAvro[T, LT](record: Record, fieldName: CharSequence, aVal: Any)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): Unit

    Attributes
    protected
    Definition Classes
    CaseClassAvroRecordCompanion
  27. def setAvro[T, LT](record: Record, fieldPos: Int, aVal: Any)(implicit arg0: ClassTag[T], arg1: ClassTag[LT]): Unit

    Attributes
    protected
    Definition Classes
    CaseClassAvroRecordCompanion
  28. final def setAvroSubclass[U <: CaseClassAvroRecord](record: Record, fieldForSubclass: CharSequence, that: U)(implicit arg0: ClassTag[U]): Record

    Set the sub classe record.

    Set the sub classe record.

    Attributes
    protected
    Definition Classes
    CaseClassAvroRecordCompanion
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. final def toAvroRecord(_that: Locale): Record

    Convert the case-class to an Avro record.

    Convert the case-class to an Avro record.

    returns

    The Avro GenericData.Record

    Definition Classes
    LocaleCaseClassAvroRecordCompanion
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped