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

LogAppender

class LogAppender extends LogReader

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

Instance Constructors

  1. new LogAppender (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 append (id: Byte, data: Buffer): Long

    returns the offset position of the data record.

  7. var append_offset : Long

  8. def append_position : Long

  9. def asInstanceOf [T0] : T0

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

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

    Definition Classes
    LogReader → Equals
  12. val channel : FileChannel

    Definition Classes
    LogReader
  13. def check (record_position: Long): Option[(Long, Option[Long])]

    Definition Classes
    LogReader
  14. def check_read_flush (end_offset: Long): Unit

    Definition Classes
    LogAppenderLogReader
  15. def clone (): AnyRef

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

    Definition Classes
    LogAppenderLogReader → BaseRetained
  17. def eq (arg0: AnyRef): Boolean

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

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

    Definition Classes
    LogReader
  20. def finalize (): Unit

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

  22. val flushed_offset : AtomicLong

  23. def force : Unit

  24. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  25. def getDisposer (): Runnable

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def open : RandomAccessFile

    Definition Classes
    LogAppenderLogReader
  32. def productArity : Int

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

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

    Definition Classes
    Product
  35. def productPrefix : String

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

    Definition Classes
    LogReader
  37. def read (record_position: Long, length: Int): Buffer

    Definition Classes
    LogReader
  38. def release (arg0: Int): Unit

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

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

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

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  42. def setDisposer (arg0: Runnable): Unit

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

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

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

    Definition Classes
    LogReader
  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. val write_buffer : DataByteArrayOutputStream

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from LogReader

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any