org.apache.activemq.apollo.broker.store.DelayingStoreSupport

DelayableUOW

class DelayableUOW extends BaseRetained with StoreUOW

Linear Supertypes
StoreUOW, BaseRetained, Retained, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DelayableUOW
  2. StoreUOW
  3. BaseRetained
  4. Retained
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelayableUOW ()

Type Members

  1. class MessageAction extends AnyRef

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 action (msg: Long): MessageAction

  7. var actions : Map[Long, MessageAction]

  8. def asInstanceOf [T0] : T0

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

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  10. def cancel : Unit

  11. def clone (): AnyRef

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

    Marks this uow as needing to be completed as soon as possible.

    Marks this uow as needing to be completed as soon as possible. If not called, the Store implementation may delay completing the uow in the hopes that a subsequent uow will cancel negate all it operations and thus avoid the cost of the persistence operations.

    Definition Classes
    DelayableUOWStoreUOW
  13. var complete_listeners : ListBuffer[() ⇒ Unit]

  14. var completed : Boolean

  15. def delayable : Boolean

  16. var delayable_actions : Int

  17. def dequeue (entry: QueueEntryRecord): Unit

    Removes a queue entry

    Removes a queue entry

    Definition Classes
    DelayableUOWStoreUOW
  18. var disable_delay : Boolean

  19. def dispose (): Unit

    Definition Classes
    DelayableUOW → BaseRetained
  20. var dispose_start : Long

  21. def enqueue (entry: QueueEntryRecord): Unit

    Adds a queue entry

    Adds a queue entry

    Definition Classes
    DelayableUOWStoreUOW
  22. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. var flush_listeners : ListBuffer[() ⇒ Unit]

  26. var flushed : Boolean

  27. var flushing : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def getDisposer (): Runnable

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

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

    Attributes
    final
    Definition Classes
    Any
  32. var map_actions : Map[Buffer, Buffer]

  33. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  36. def on_complete (callback: ⇒ Unit): Unit

    The specified callback is executed once the UOW has fully completed, that is it's been flushed and and synced to disk.

    The specified callback is executed once the UOW has fully completed, that is it's been flushed and and synced to disk.

    Definition Classes
    DelayableUOWStoreUOW
  37. def on_completed (): Unit

  38. def on_flush (callback: ⇒ Unit): Unit

    The specified callback is executed once the UOW has written to disk and flushed of the application buffers.

    The specified callback is executed once the UOW has written to disk and flushed of the application buffers.

    Definition Classes
    DelayableUOWStoreUOW
  39. def on_flushed (): Unit

  40. def put (key: Buffer, value: Buffer): Unit

    Creates or updates a map entry.

    Creates or updates a map entry. Set value to null to remove the entry.

    Definition Classes
    DelayableUOWStoreUOW
  41. def release (arg0: Int): Unit

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

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

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

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  45. def rm (msg: Long): Unit

  46. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  47. def store (record: MessageRecord): Long

    Stores a message.

    Stores a message. Messages a reference counted, so make sure you also enqueue it to queue if you don't want it to be discarded right away.

    This method auto generates and assigns the key field of the message record and returns it.

    Definition Classes
    DelayableUOWStoreUOW
  48. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  50. val uow_id : Int

  51. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StoreUOW

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any