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

LogReader

case class LogReader (file: File, position: Long) extends BaseRetained with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BaseRetained, Retained, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LogReader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BaseRetained
  7. Retained
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogReader (file: File, position: Long)

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 asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def assertRetained (): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  8. def canEqual (arg0: Any): Boolean

    Definition Classes
    LogReader → Equals
  9. val channel : FileChannel

  10. def check (record_position: Long): Option[(Long, Option[Long])]

  11. def check_read_flush (end_offset: Long): Unit

  12. def clone (): AnyRef

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

    Definition Classes
    LogReader → BaseRetained
  14. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    LogReader → Equals → AnyRef → Any
  16. val fd : RandomAccessFile

  17. val file : File

  18. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def getDisposer (): Task

    Attributes
    final
    Definition Classes
    BaseRetained
  21. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def open : RandomAccessFile

  27. val position : Long

  28. def productArity : Int

    Definition Classes
    LogReader → Product
  29. def productElement (arg0: Int): Any

    Definition Classes
    LogReader → Product
  30. def productIterator : Iterator[Any]

    Definition Classes
    Product
  31. def productPrefix : String

    Definition Classes
    LogReader → Product
  32. def read (record_position: Long): (Byte, Buffer, Long)

  33. def read (record_position: Long, length: Int): Buffer

  34. def release (arg0: Int): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  35. def release (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  36. def retain (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  37. def retained (): Int

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  38. def setDisposer (arg0: Task): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  39. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  40. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    LogReader → AnyRef → Any
  42. def verifyAndGetEndPosition : Long

  43. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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 BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any