com.twitter.finagle

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncLatch extends AnyRef

    A construct providing latched, asynchronous execution of side-effecting functions.

  2. trait Chan[-T] extends AnyRef

  3. trait CloseNotifier extends AnyRef

    Allows resources to register their handlers to be invoked when service is closing.

  4. class ConcurrentRingBuffer[T] extends AnyRef

    A simple, lock-free, non-blocking ring buffer.

  5. trait Drv extends (Rng) ⇒ Int

  6. trait Proc[-T] extends Chan[T]

    A Proc is a process that can receive messages.

  7. trait ReporterFactory extends (String, Option[SocketAddress]) ⇒ Monitor

  8. trait Rng extends AnyRef

    A random number generator.

  9. trait Showable[-T] extends AnyRef

    Trait showable is a type-class for showing parsable representations of objects.

  10. class TimerFromNettyTimer extends Timer

    Implements a com.twitter.util.Timer in terms of a org.jboss.netty.util.Timer.

Value Members

  1. object ByteArrays

  2. object CloseNotifier

  3. val DefaultLogger: Logger

  4. object DefaultMonitor extends Monitor

  5. object DefaultTimer extends HashedWheelTimer

  6. object Drv

    Create discrete random variables representing arbitrary distributions.

  7. object ExitGuard

    ExitGuard prevents the process from exiting normally by use of a nondaemon thread whenever there is at least one guarder.

  8. object InetSocketAddressUtil

  9. object LoadService

    Load a singleton class in the manner of java.util.ServiceLoader.

  10. object LoadedReporterFactory extends ReporterFactory

  11. object NullReporterFactory extends ReporterFactory

  12. object Proc

  13. object Rng

  14. object Showable

  15. object Throwables

Inherited from AnyRef

Inherited from Any

Ungrouped