Packages

c

com.spotify.scio.coders.instances

GuavaBloomFilterCoder

class GuavaBloomFilterCoder[T] extends CustomCoder[BloomFilter[T]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuavaBloomFilterCoder
  2. CustomCoder
  3. Coder
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GuavaBloomFilterCoder()(implicit funnel: Funnel[_ >: T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def consistentWithEquals(): Boolean
    Definition Classes
    Coder
  7. def decode(inStream: InputStream): BloomFilter[T]
    Definition Classes
    GuavaBloomFilterCoder → Coder
  8. def encode(value: BloomFilter[T], outStream: OutputStream): Unit
    Definition Classes
    GuavaBloomFilterCoder → Coder
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit val funnel: Funnel[_ >: T]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getCoderArguments(): List[_ <: org.apache.beam.sdk.coders.Coder[_ <: AnyRef]]
    Definition Classes
    CustomCoder → Coder
  14. def getEncodedElementByteSize(value: BloomFilter[T]): Long
    Attributes
    protected[org.apache.beam.sdk.coders]
    Definition Classes
    Coder
    Annotations
    @throws(classOf[java.lang.Exception])
  15. def getEncodedTypeDescriptor(): TypeDescriptor[BloomFilter[T]]
    Definition Classes
    Coder
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isRegisterByteSizeObserverCheap(value: BloomFilter[T]): Boolean
    Definition Classes
    Coder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def registerByteSizeObserver(value: BloomFilter[T], observer: ElementByteSizeObserver): Unit
    Definition Classes
    Coder
    Annotations
    @throws(classOf[java.lang.Exception])
  23. def structuralValue(value: BloomFilter[T]): AnyRef
    Definition Classes
    Coder
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def verifyDeterministic(): Unit
    Definition Classes
    GuavaBloomFilterCoder → CustomCoder → Coder
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def decode(inStream: InputStream, context: Context): BloomFilter[T]
    Definition Classes
    Coder
    Annotations
    @throws(classOf[org.apache.beam.sdk.coders.CoderException]) @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  2. def encode(value: BloomFilter[T], outStream: OutputStream, context: Context): Unit
    Definition Classes
    Coder
    Annotations
    @throws(classOf[org.apache.beam.sdk.coders.CoderException]) @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from CustomCoder[BloomFilter[T]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped