Package

com.spotify.scio

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Cache[K, V] extends Serializable

    Permalink
  2. trait CacheT[K, V, U] extends Cache[K, V]

    Permalink
  3. trait MultiJoin extends Serializable

    Permalink
  4. class RemoteFileUtil extends Serializable

    Permalink
  5. class StatCounter extends Serializable

    Permalink

    A class for tracking the statistics of a set of numbers (count, mean and variance) in a numerically robust way.

    A class for tracking the statistics of a set of numbers (count, mean and variance) in a numerically robust way. Includes support for merging two StatCounters. Based on Welford and Chan's algorithms for running variance.

Value Members

  1. object Cache extends Serializable

    Permalink
  2. object MultiJoin extends MultiJoin

    Permalink
  3. object ProtobufUtil

    Permalink
  4. object StatCounter extends Serializable

    Permalink

Ungrouped