org.apache.activemq.apollo.broker.QueueEntry

Loaded

class Loaded extends EntryState

The entry is in this state while a message is loaded in memory. A message must be in this state before it can be dispatched to a subscription.

Linear Supertypes
EntryState, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Loaded
  2. EntryState
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Loaded (delivery: Delivery, stored: Boolean, space: MemorySpace)

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. var acquirer : Subscription

  7. def advance (advancing: Seq[Subscription]): Unit

    Advances the specified subscriptions to the next entry in the linked list

    Advances the specified subscriptions to the next entry in the linked list

    Definition Classes
    EntryState
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def as_head : Head

    Definition Classes
    EntryState
  10. def as_loaded : Loaded

    Definition Classes
    LoadedEntryState
  11. def as_swapped : Swapped

    Definition Classes
    EntryState
  12. def as_swapped_range : SwappedRange

    Definition Classes
    EntryState
  13. def as_tail : Tail

    Definition Classes
    EntryState
  14. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def count : Int

    Gets number of messages that this entry represents

    Gets number of messages that this entry represents

    Definition Classes
    LoadedEntryState
  16. val delivery : Delivery

  17. def dispatch (): Boolean

    Attempts to dispatch the current entry to the subscriptions position at the entry.

    Attempts to dispatch the current entry to the subscriptions position at the entry.

    Definition Classes
    LoadedEntryState
  18. def entry : QueueEntry

    Attributes
    final
    Definition Classes
    EntryState
  19. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. def expiration : Long

    When the entry expires or 0 if it does not expire.

    When the entry expires or 0 if it does not expire.

    Definition Classes
    LoadedEntryState
  22. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  24. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  26. def is_acquired : Boolean

    Is the entry acquired by a subscription.

    Is the entry acquired by a subscription.

    Definition Classes
    LoadedEntryState
  27. def is_swapped_or_swapping_out : Boolean

    Definition Classes
    LoadedEntryState
  28. def label : String

    Retuns a string label used to describe this state.

    Retuns a string label used to describe this state.

    Definition Classes
    LoadedEntryState
  29. def memory_space : MemorySpace

    Definition Classes
    LoadedEntryState
  30. def message_key : Long

    Gets the message key for the entry.

    Gets the message key for the entry.

    Definition Classes
    LoadedEntryState
  31. def message_locator : AtomicReference[AnyRef]

    Definition Classes
    LoadedEntryState
  32. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  35. def redelivered : Unit

    Called to increment the redelivery counter

    Called to increment the redelivery counter

    Definition Classes
    LoadedEntryState
  36. def redelivery_count : Short

    When the entry expires or 0 if it does not expire.

    When the entry expires or 0 if it does not expire.

    Definition Classes
    LoadedEntryState
  37. def remove : Unit

    Removes the entry from the queue's linked list of entries.

    Removes the entry from the queue's linked list of entries. This gets called as a result of an acquired ack.

    Definition Classes
    LoadedEntryState
  38. var remove_pending : Boolean

  39. def sender : DestinationAddress

    Definition Classes
    LoadedEntryState
  40. def size : Int

    Gets the size of this entry in bytes.

    Gets the size of this entry in bytes. The head and tail entries always return 0.

    Definition Classes
    LoadedEntryState
  41. var space : MemorySpace

  42. def store : Unit

  43. var stored : Boolean

  44. var storing : Boolean

  45. def swap_in (space: MemorySpace): Unit

    Triggers the entry to get swapped in if it's not already swapped in.

    Triggers the entry to get swapped in if it's not already swapped in.

    Definition Classes
    LoadedEntryState
  46. def swap_out (asap: Boolean): Unit

    Triggers the entry to get swapped out if it's not already swapped.

    Triggers the entry to get swapped out if it's not already swapped.

    Definition Classes
    LoadedEntryState
  47. def swap_range : Unit

    Definition Classes
    EntryState
  48. def swapped_out (store_wrote_to_disk: Boolean): Unit

  49. var swapping_out : Boolean

  50. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    Loaded → AnyRef → Any
  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 EntryState

Inherited from AnyRef

Inherited from Any