Class

com.spotify.scio.coders

FloatCoder

Related Doc: package coders

Permalink

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
Visibility
  1. Public
  2. All

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

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    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