com.twitter.cassovary

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BinomialDistribution extends AnyRef

  2. class BoundedFuturePool extends FuturePool

    Future pool that executes task asynchronously with bounded parallelism level.

  3. class MapNodeNumberer[T] extends NodeNumberer[T]

  4. trait NodeNumberer[T] extends AnyRef

  5. class Progress extends AnyRef

  6. class SequentialNodeNumberer[T] extends NodeNumberer[T]

  7. class SharedArraySeq extends IndexedSeq[Int]

    This class is a wrapper around a "shared array" to provide the Seq trait functions the concept of shared array is that a number of Seqs share a two-dimensional big array as the internal storage, its first dimension index is based on 'id' mod the number of shards, then the second dimension array is indexed by 'offset' and of length 'length'

  8. class SmallBoundedPriorityQueue[A] extends AnyRef

    Represents a priority queue that is bounded by a small maximum (e.

Value Members

  1. object ExecutorUtils

    Utility class for unbounded and bounded parallel execution

  2. object FastUtilUtils

  3. object MapNodeNumberer

  4. object NodeNumberer

  5. object Progress

  6. object Sampling

  7. package io

Ungrouped