com.spotify.scio.coders

FloatCoder

class FloatCoder extends AtomicCoder[Float]

Linear Supertypes
AtomicCoder[Float], DeterministicStandardCoder[Float], StandardCoder[Float], Coder[Float], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FloatCoder
  2. AtomicCoder
  3. DeterministicStandardCoder
  4. StandardCoder
  5. Coder
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def asCloudObject(): CloudObject

    Definition Classes
    StandardCoder → Coder
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def consistentWithEquals(): Boolean

    Definition Classes
    FloatCoder → StandardCoder → Coder
  10. def decode(inStream: InputStream, context: Context): Float

    Definition Classes
    FloatCoder → Coder
  11. def encode(value: Float, outStream: OutputStream, context: Context): Unit

    Definition Classes
    FloatCoder → Coder
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllowedEncodings(): Collection[String]

    Definition Classes
    StandardCoder → Coder
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getCoderArguments(): List[Coder[_]]

    Definition Classes
    AtomicCoder → Coder
  18. def getComponents(): List[_ <: Coder[_]]

    Definition Classes
    StandardCoder
  19. def getEncodedElementByteSize(value: Float, context: Context): Long

    Attributes
    protected[com.spotify.scio.coders]
    Definition Classes
    FloatCoder → StandardCoder
  20. def getEncodingId(): String

    Definition Classes
    StandardCoder → Coder
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isRegisterByteSizeObserverCheap(value: Float, context: Context): Boolean

    Definition Classes
    FloatCoder → StandardCoder → Coder
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def registerByteSizeObserver(arg0: Float, arg1: ElementByteSizeObserver, arg2: Context): Unit

    Definition Classes
    StandardCoder → Coder
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def structuralValue(arg0: Float): AnyRef

    Definition Classes
    StandardCoder → Coder
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    StandardCoder → AnyRef → Any
  31. def verifyDeterministic(): Unit

    Definition Classes
    FloatCoder → DeterministicStandardCoder → Coder
  32. def verifyDeterministic(arg0: String, arg1: <repeated...>[Coder[_]]): Unit

    Attributes
    protected[com.google.cloud.dataflow.sdk.coders]
    Definition Classes
    StandardCoder
    Annotations
    @throws( ... )
  33. def verifyDeterministic(arg0: String, arg1: Iterable[Coder[_]]): Unit

    Attributes
    protected[com.google.cloud.dataflow.sdk.coders]
    Definition Classes
    StandardCoder
    Annotations
    @throws( ... )
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AtomicCoder[Float]

Inherited from DeterministicStandardCoder[Float]

Inherited from StandardCoder[Float]

Inherited from Coder[Float]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped