com.twitter.logging

ScribeHandler

class ScribeHandler extends Handler

NOTE: ScribeHandler is usually used to write structured binary data. When used in this way, wrapping this in other handlers, such as ThrottledHandler, which emit plain-text messages into the log, will corrupt the resulting data.

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

Instance Constructors

  1. new ScribeHandler(hostname: String, port: Int, category: String, bufferTime: Duration, connectBackoff: Duration, maxMessagesPerTransaction: Int, maxMessagesToBuffer: Int, formatter: Formatter, level: Option[Level])

  2. new ScribeHandler(hostname: String, port: Int, category: String, bufferTime: Duration, connectBackoff: Duration, maxMessagesPerTransaction: Int, maxMessagesToBuffer: Int, formatter: Formatter, level: Option[Level], statsReceiver: StatsReceiver)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Definition Classes
    ScribeHandler → Handler
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flush(): Unit

    Definition Classes
    ScribeHandler → Handler
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getEncoding(): String

    Definition Classes
    Handler
  15. def getErrorManager(): ErrorManager

    Definition Classes
    Handler
  16. def getFilter(): Filter

    Definition Classes
    Handler
  17. def getFormatter(): java.util.logging.Formatter

    Definition Classes
    Handler
  18. def getLevel(): java.util.logging.Level

    Definition Classes
    Handler
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isLoggable(arg0: java.util.logging.LogRecord): Boolean

    Definition Classes
    Handler
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def publish(record: Array[Byte]): Unit

  26. def publish(record: java.util.logging.LogRecord): Unit

    Definition Classes
    ScribeHandler → Handler
  27. def queueSize: Int

  28. def reportError(arg0: String, arg1: Exception, arg2: Int): Unit

    Attributes
    protected[java.util.logging]
    Definition Classes
    Handler
  29. def setEncoding(arg0: String): Unit

    Definition Classes
    Handler
    Annotations
    @throws( ... ) @throws( ... )
  30. def setErrorManager(arg0: ErrorManager): Unit

    Definition Classes
    Handler
  31. def setFilter(arg0: Filter): Unit

    Definition Classes
    Handler
    Annotations
    @throws( ... )
  32. def setFormatter(arg0: java.util.logging.Formatter): Unit

    Definition Classes
    Handler
    Annotations
    @throws( ... )
  33. def setLevel(arg0: java.util.logging.Level): Unit

    Definition Classes
    Handler
    Annotations
    @throws( ... )
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    ScribeHandlerHandler → AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Handler

Inherited from java.util.logging.Handler

Inherited from AnyRef

Inherited from Any

Ungrouped