com.twitter.finagle

kestrel

package kestrel

Visibility
  1. Public
  2. All

Type Members

  1. trait Client extends AnyRef

    A friendly Kestrel client Interface.

  2. class ClusterMultiReaderBuilder extends AnyRef

    Factory for com.twitter.finagle.kestrel.ReadHandle instances.

  3. final case class ClusterMultiReaderConfig extends Product with Serializable

  4. class ConnectedClient extends Client

    A Client representing a single TCP connection to a single server.

  5. class Interpreter extends StateMachine

  6. class InterpreterService extends Service[Command, Response]

  7. trait ReadHandle extends AnyRef

    An ongoing transactional read (from {{read}}).

  8. case class ReadMessage(bytes: ChannelBuffer, ack: Offer[Unit]) extends Product with Serializable

    A message that has been read: consists of the message itself, and an offer to acknowledge.

  9. class Server extends AnyRef

Value Members

  1. object AllHandlesDiedException extends Exception

  2. object Client

  3. object MultiReader

    Read from multiple clients in round-robin fashion, "grabby hands" style.

  4. object OutOfRetriesException extends Exception

  5. object ReadClosedException extends Exception

  6. object ReadHandle

  7. package java

  8. package protocol

Ungrouped