org.apache.activemq.apollo.broker.store.leveldb

RecordLog

object RecordLog extends Log with Serializable

Linear Supertypes
Serializable, Serializable, Log, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RecordLog
  2. Serializable
  3. Serializable
  4. Log
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class LogInfo (file: File, position: Long, length: Long) extends Product with Serializable

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val BUFFER_SIZE : Int

  7. val BYPASS_BUFFER_SIZE : Int

  8. val LOG_HEADER_PREFIX : Byte

  9. val LOG_HEADER_SIZE : Int

  10. val UOW_END_RECORD : Byte

  11. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def debug (e: Throwable): Unit

    Definition Classes
    Log
  14. def debug (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  15. def debug (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  16. def decode_long (value: Buffer): Long

  17. def encode_long (a1: Long): Buffer

  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def error (e: Throwable): Unit

    Definition Classes
    Log
  21. def error (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  22. def error (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  23. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  25. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  26. def info (e: Throwable): Unit

    Definition Classes
    Log
  27. def info (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  28. def info (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  29. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  30. val log : Logger

    Definition Classes
    Log
  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def readResolve (): AnyRef

    Attributes
    protected
  35. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  36. def toString (): String

    Definition Classes
    AnyRef → Any
  37. def trace (e: Throwable): Unit

    Definition Classes
    Log
  38. def trace (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  39. def trace (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  40. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. def warn (e: Throwable): Unit

    Definition Classes
    Log
  44. def warn (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  45. def warn (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log

Inherited from Serializable

Inherited from Serializable

Inherited from Log

Inherited from AnyRef

Inherited from Any