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, LogInfo)

    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 (): Task

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

    Definition Classes
    LogReader → AnyRef → Any
  27. val info : LogInfo

  28. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. def open : RandomAccessFile

    Definition Classes
    LogAppenderLogReader
  33. def productArity : Int

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

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

    Definition Classes
    Product
  36. def productPrefix : String

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    LogReader
  47. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. val write_buffer : DataByteArrayOutputStream

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

  2. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
    Annotations
    @deprecated
    Deprecated

    see corresponding Javadoc for more information.

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