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. final def !=(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Attributes
    protected[hawtdispatch]
    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. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    BaseRetained
  26. def hashCode(): Int

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

  28. final def isInstanceOf[T0]: Boolean

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

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

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

    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. final def release(arg0: Int): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

    Definition Classes
    LogReader
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. val write_buffer: DataByteArrayOutputStream

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) 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