Packages

c

com.twitter.inject.thrift.filters

BaseDarkTrafficFilter

sealed abstract class BaseDarkTrafficFilter extends TypeAgnostic with AbstractDarkTrafficFilter with util.logging.Logging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseDarkTrafficFilter
  2. Logging
  3. AbstractDarkTrafficFilter
  4. TypeAgnostic
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def enableSampling: (Any) => Boolean
    Attributes
    protected
  2. abstract def invokeDarkService[T, U](request: T): Future[U]
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[Req, Rep](factory: ServiceFactory[Req, Rep]): ServiceFactory[Req, Rep]
    Definition Classes
    TypeAgnostic
  5. def andThen[Req, Rep](svc: Service[Req, Rep]): Service[Req, Rep]
    Definition Classes
    TypeAgnostic
  6. def andThen[ReqIn, RepOut, ReqOut, RepIn](next: Filter[ReqIn, RepOut, ReqOut, RepIn]): Filter[ReqIn, RepOut, ReqOut, RepIn]
    Definition Classes
    TypeAgnostic
  7. def andThen(next: TypeAgnostic): TypeAgnostic
    Definition Classes
    TypeAgnostic
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def debug(marker: Marker, message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  11. def debug(message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  12. def debug(marker: Marker, message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  13. def debug(message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  14. def debugResult[T](message: => String)(fn: => T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(marker: Marker, message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  18. def error(message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  19. def error(marker: Marker, message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  20. def error(message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  21. def errorResult[T](message: => String)(fn: => T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def handleFailedInvocation[T](request: T, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    BaseDarkTrafficFilter → AbstractDarkTrafficFilter
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def info(marker: Marker, message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  27. def info(message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  28. def info(marker: Marker, message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  29. def info(message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  30. def infoResult[T](message: => String)(fn: => T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  31. def isDebugEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  32. def isDebugEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  33. def isErrorEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  34. def isErrorEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  35. def isInfoEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  36. def isInfoEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isTraceEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  39. def isTraceEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  40. def isWarnEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  41. def isWarnEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  42. final def logger: Logger
    Attributes
    protected[this]
    Definition Classes
    Logging
  43. final def loggerName: String
    Attributes
    protected[this]
    Definition Classes
    Logging
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def sendDarkRequest[Req](request: Req)(shouldInvoke: Boolean, invokeDarkService: (Req) => Future[_]): Future[_]
    Attributes
    protected
    Definition Classes
    AbstractDarkTrafficFilter
  48. def serviceConcurrently[Req, Rep](service: Service[Req, Rep], request: Req)(shouldInvoke: Boolean, invokeDarkService: (Req) => Future[_]): Future[Rep]
    Attributes
    protected
    Definition Classes
    AbstractDarkTrafficFilter
  49. val statsReceiver: StatsReceiver
    Definition Classes
    BaseDarkTrafficFilter → AbstractDarkTrafficFilter
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toFilter[T, U]: Filter[T, U, T, U]
    Definition Classes
    BaseDarkTrafficFilter → TypeAgnostic
  52. def toString(): String
    Definition Classes
    TypeAgnostic → AnyRef → Any
  53. def trace(marker: Marker, message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  54. def trace(message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  55. def trace(marker: Marker, message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  56. def trace(message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  57. def traceResult[T](message: => String)(fn: => T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. def warn(marker: Marker, message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  62. def warn(message: => Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  63. def warn(marker: Marker, message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  64. def warn(message: => Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  65. def warnResult[T](message: => String)(fn: => T): T
    Attributes
    protected[this]
    Definition Classes
    Logging

Inherited from util.logging.Logging

Inherited from TypeAgnostic

Inherited from AnyRef

Inherited from Any

Ungrouped