Class

com.twitter.diffy

Frontend

Related Doc: package diffy

Permalink

class Frontend extends Controller

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Frontend
  2. Controller
  3. Logging
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Frontend(settings: Settings)

    Permalink
    Annotations
    @Inject()

Type Members

  1. case class Dashboard(serviceName: String, serviceClass: String, apiRoot: String, excludeNoise: Boolean, relativeThreshold: Double, absoluteThreshold: Double) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connect[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  7. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. def debugResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. def delete[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def errorResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def head[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  22. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def infoResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging → Logging
  32. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. val name: String

    Permalink
    Definition Classes
    Controller
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def options[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  38. def patch[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  39. def post[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  40. def put[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  41. def response: ResponseBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def time[T](formatStr: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def trace[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  46. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def warnResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Controller

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped