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. var completeListeners : ListBuffer[() ⇒ Unit]

  13. 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
  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 disableDelay : 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 flushing : Boolean

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. def onPerformed (): Unit

  34. def on_complete (callback: ⇒ Unit): Unit

    The specified callback is executed once the UOW is completed.

    The specified callback is executed once the UOW is completed.

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

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

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

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

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

  40. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  41. 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
  42. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  44. val uow_id : Int

  45. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. 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