Package

com.twitter.io

exp

Permalink

package exp

Visibility
  1. Public
  2. All

Type Members

  1. trait ActivitySource[+T] extends AnyRef

    Permalink

    An ActivitySource provides access to observerable named variables.

  2. case class BelowThroughputException(elapsed: Duration, currentBps: Double, expectedBps: Double) extends TimeoutException with Product with Serializable

    Permalink

    Indicates a reader or writer dropped below the minimum required bytes per second threshold.

    Indicates a reader or writer dropped below the minimum required bytes per second threshold.

    elapsed

    total time spent reading or writing.

    See also

    MinimumThroughput

  3. class CachingActivitySource[T] extends ActivitySource[T]

    Permalink

    A convenient wrapper for caching the results returned by the underlying ActivitySource.

  4. class ClassLoaderActivitySource extends ActivitySource[Buf]

    Permalink

    An ActivitySource for ClassLoader resources.

  5. class FilePollingActivitySource extends ActivitySource[Buf]

    Permalink

    An ActivitySource for observing the contents of a file with periodic polling.

Value Members

  1. object ActivitySource

    Permalink
  2. object MinimumThroughput

    Permalink

    Readers and Writers that have minimum bytes per second throughput limits.

Ungrouped