com.spotify.scio.io

Taps

object Taps

Companion object for Taps.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Taps
  2. AnyRef
  3. 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. val ALGORITHM_DEFAULT: String

    Default taps algorithm.

  7. val ALGORITHM_KEY: String

    System property key for taps algorithm.

  8. val POLLING_INITIAL_INTERVAL_DEFAULT: String

    Default polling taps initial interval.

  9. val POLLING_INITIAL_INTERVAL_KEY: String

    System property key for polling taps initial interval in milliseconds.

  10. val POLLING_MAXIMUM_ATTEMPTS_DEFAULT: String

    Default polling taps maximum number of attempts.

  11. val POLLING_MAXIMUM_ATTEMPTS_KEY: String

    System property key for polling taps maximum number of attempts, unlimited if <= 0.

    System property key for polling taps maximum number of attempts, unlimited if <= 0. Default is 0

  12. val POLLING_MAXIMUM_INTERVAL_DEFAULT: String

    Default polling taps maximum interval.

  13. val POLLING_MAXIMUM_INTERVAL_KEY: String

    System property key for polling taps maximum interval in milliseconds.

  14. def apply(): Taps

    Create a new Taps instance.

    Create a new Taps instance.

    Taps algorithm can be set via the taps.algorithm property. Available algorithms are immediate (default) and polling.

    Additional properties can be set for the polling algorithm.

    - taps.polling.maximum_interval: maximum interval between polls.

    - taps.polling.initial_interval: initial interval between polls.

    - taps.polling.maximum_attempts: maximum number of attempts, unlimited if <= 0. Default is 0.

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped