Class

com.spotify.scio.Random

RandomValueSampler

Related Doc: package Random

Permalink

abstract class RandomValueSampler[K, V, R] extends DoFn[((K, V), Double), (K, V)]

Modified version of Scio RandomValueSampler to allow sampling on a per-element probability

Linear Supertypes
DoFn[((K, V), Double), (K, V)], HasDisplayData, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomValueSampler
  2. DoFn
  3. HasDisplayData
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RandomValueSampler()

    Permalink

Type Members

  1. abstract class FinishBundleContext extends AnyRef

    Permalink
    Definition Classes
    DoFn
  2. abstract class OnTimerContext extends WindowedContext

    Permalink
    Definition Classes
    DoFn
  3. abstract class ProcessContext extends WindowedContext

    Permalink
    Definition Classes
    DoFn
  4. abstract class StartBundleContext extends AnyRef

    Permalink
    Definition Classes
    DoFn
  5. abstract class WindowedContext extends AnyRef

    Permalink
    Definition Classes
    DoFn

Abstract Value Members

  1. abstract object ProcessContext

    Permalink
    Definition Classes
    DoFn
  2. abstract object WindowedContext

    Permalink
    Definition Classes
    DoFn
  3. abstract def init(): R

    Permalink
  4. abstract def samples(fraction: Double, rng: R): Int

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def getInputTypeDescriptor(): TypeDescriptor[((K, V), Double)]

    Permalink
    Definition Classes
    DoFn
  10. def getOutputTypeDescriptor(): TypeDescriptor[(K, V)]

    Permalink
    Definition Classes
    DoFn
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def populateDisplayData(arg0: Builder): Unit

    Permalink
    Definition Classes
    DoFn → HasDisplayData
  17. def processElement(c: ProcessContext): Unit

    Permalink
    Annotations
    @ProcessElement()
  18. lazy val rngs: ConcurrentHashMap[K, R]

    Permalink
    Attributes
    protected
  19. var seed: Long

    Permalink
    Attributes
    protected
  20. def setSeed(seed: Long): Unit

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getAllowedTimestampSkew(): Duration

    Permalink
    Definition Classes
    DoFn
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def prepareForProcessing(): Unit

    Permalink
    Definition Classes
    DoFn
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DoFn[((K, V), Double), (K, V)]

Inherited from HasDisplayData

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped