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. var canceled : Boolean

  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. var close_ts : Long

  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. def delayable : Boolean

  15. var delayable_actions : Int

  16. def dequeue (entry: QueueEntryRecord): Unit

    Removes a queue entry

    Removes a queue entry

    Definition Classes
    DelayableUOWStoreUOW
  17. def dispose (): Unit

    Definition Classes
    DelayableUOW → BaseRetained
  18. def enqueue (entry: QueueEntryRecord): Unit

    Adds a queue entry

    Adds a queue entry

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. var flush_asap : Boolean

  23. var flush_sync : Boolean

  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
    AnyRef → Any
  27. def have_locators : Boolean

  28. def isInstanceOf [T0] : Boolean

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

  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 on_complete (callback: (Boolean) ⇒ 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
  34. def on_complete (callback: ⇒ Unit): Unit

    Definition Classes
    StoreUOW
  35. def on_completed : Unit

  36. def on_flush (callback: (Boolean) ⇒ 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
  37. def on_flush (callback: ⇒ Unit): Unit

    Definition Classes
    StoreUOW
  38. 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
  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 rm (msg: Long): Unit

  44. def setDisposer (arg0: Task): Unit

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

    Attributes
    final
    Definition Classes
    BaseRetained
  46. def state : UowState

  47. def state_= (next: UowState): Unit

  48. 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
  49. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  51. val uow_id : Int

  52. def wait (): Unit

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

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