com.twitter.io

exp

package exp

Visibility
  1. Public
  2. All

Type Members

  1. class CachingVarSource[T] extends VarSource[T]

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

  2. class ClassLoaderVarSource extends VarSource[Buf]

    A VarSource for ClassLoader resources.

  3. class FailoverVarSource[+T] extends VarSource[T]

    A VarSource which queries a primary underlying source, and queries a failover source only when the primary result is VarSource.Failed.

  4. class FilePollingVarSource extends VarSource[Buf]

    A VarSource for observing the contents of a file with periodic polling.

    A VarSource for observing the contents of a file with periodic polling.

    Note: java.nio.file provides WatchService, but Unfortunately we still need to be java 6 compatible.

  5. trait VarSource[+T] extends AnyRef

    A VarSource provides access to observerable named variables.

Value Members

  1. object VarSource

Ungrouped