org.apache.activemq.apollo.broker.QueueEntry

EntryState

trait EntryState extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EntryState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def label: String

    Retuns a string label used to describe this state.

Concrete 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 acquiring_subscription: Acquirer

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

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

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def as_head: Head

  10. def as_loaded: Loaded

  11. def as_swapped: Swapped

  12. def as_swapped_range: SwappedRange

  13. def as_tail: Tail

  14. def clone(): AnyRef

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

    Gets number of messages that this entry represents

  16. 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.

    returns

    true if at least one subscription advanced to the next entry as a result of dispatching.

  17. final def entry: QueueEntry

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def expiration: Long

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

  21. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

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

    Definition Classes
    Any
  25. def is_acquired: Boolean

    Is the entry acquired by a subscription.

  26. def is_swapped_or_swapping_out: Boolean

  27. def memory_space: MemorySpace

  28. def message_key: Long

    Gets the message key for the entry.

  29. def message_locator: AtomicReference[AnyRef]

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def redelivered: Unit

    Called to increment the redelivery counter

  34. def redelivery_count: Short

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

  35. 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.

  36. def sender: List[DestinationAddress]

  37. 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.

  38. def swap_in(space: MemorySpace): Unit

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

  39. def swap_out(asap: Boolean): Unit

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

  40. def swap_range: Unit

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped