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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. implicit val funnel: Funnel[_ >: T]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getCoderArguments(): List[_ <: org.apache.beam.sdk.coders.Coder[_ <: AnyRef]]
    Definition Classes
    CustomCoder → Coder
  15. def getEncodedElementByteSize(value: BloomFilter[T]): Long
    Attributes
    protected[org.apache.beam.sdk.coders]
    Definition Classes
    Coder
    Annotations
    @throws(classOf[java.lang.Exception])
  16. def getEncodedTypeDescriptor(): TypeDescriptor[BloomFilter[T]]
    Definition Classes
    Coder
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isRegisterByteSizeObserverCheap(value: BloomFilter[T]): Boolean
    Definition Classes
    Coder
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def registerByteSizeObserver(value: BloomFilter[T], observer: ElementByteSizeObserver): Unit
    Definition Classes
    Coder
    Annotations
    @throws(classOf[java.lang.Exception])
  24. def structuralValue(value: BloomFilter[T]): AnyRef
    Definition Classes
    Coder
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def verifyDeterministic(): Unit
    Definition Classes
    GuavaBloomFilterCoder → CustomCoder → Coder
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. 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

Inherited from CustomCoder[BloomFilter[T]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped