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

RecordLog

case class RecordLog (directory: File, log_suffix: String) extends Product with Serializable

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

Instance Constructors

  1. new RecordLog (directory: File, log_suffix: String)

Type Members

  1. class LogAppender extends AnyRef

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

  3. case class LogReader (file: File, start: 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. def appender [T] (func: (LogAppender) ⇒ T): T

  7. def appender_limit : Long

  8. def appender_start : Long

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def canEqual (arg0: Any): Boolean

    Definition Classes
    RecordLog → Equals
  11. def clone (): AnyRef

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

  13. def create_appender (position: Long): Any

  14. def create_log_appender (position: Long): LogAppender

  15. def delete (id: Long): Unit

  16. val directory : File

  17. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    RecordLog → Equals → AnyRef → Any
  19. def finalize (): Unit

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

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

    Definition Classes
    RecordLog → AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def log_info (pos: Long): Option[LogInfo]

  24. var log_infos : TreeMap[Long, LogInfo]

  25. object log_mutex extends AnyRef

  26. var log_size : Int

  27. val log_suffix : String

  28. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  29. def next_log (position: Long): File

  30. val next_reader_id : LongCounter

  31. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. def on_delete (file: File): Boolean

    Attributes
    protected
  34. var on_log_rotate : () ⇒ Unit

  35. def open : Any

  36. def productArity : Int

    Definition Classes
    RecordLog → Product
  37. def productElement (arg0: Int): Any

    Definition Classes
    RecordLog → Product
  38. def productIterator : Iterator[Any]

    Definition Classes
    Product
  39. def productPrefix : String

    Definition Classes
    RecordLog → Product
  40. def read (pos: Long, length: Int): Option[Array[Byte]]

  41. def read (pos: Long): Option[(Int, Array[Byte], Long)]

  42. val reader_cache_files : HashMap[File, HashSet[Long]]

  43. val reader_cache_readers : LRUCache[Long, LogReader]

  44. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    RecordLog → AnyRef → Any
  46. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. var write_buffer_size : Int

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any