Uses of Enum Class
org.apache.activemq.artemis.core.persistence.AddressQueueStatus
Packages that use AddressQueueStatus
Package
Description
-
Uses of AddressQueueStatus in org.apache.activemq.artemis.core.persistence
Fields in org.apache.activemq.artemis.core.persistence declared as AddressQueueStatusMethods in org.apache.activemq.artemis.core.persistence that return AddressQueueStatusModifier and TypeMethodDescriptionstatic AddressQueueStatusAddressQueueStatus.fromID(short id) static AddressQueueStatusReturns the enum constant of this class with the specified name.static AddressQueueStatus[]AddressQueueStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.persistence with parameters of type AddressQueueStatusModifier and TypeMethodDescriptionlongStorageManager.storeAddressStatus(long addressID, AddressQueueStatus status) longStorageManager.storeQueueStatus(long queueID, AddressQueueStatus status) Store a queue's status. -
Uses of AddressQueueStatus in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type AddressQueueStatusModifier and TypeMethodDescriptionlongAbstractJournalStorageManager.storeAddressStatus(long addressID, AddressQueueStatus status) longAbstractJournalStorageManager.storeQueueStatus(long queueID, AddressQueueStatus status) -
Uses of AddressQueueStatus in org.apache.activemq.artemis.core.persistence.impl.journal.codec
Methods in org.apache.activemq.artemis.core.persistence.impl.journal.codec that return AddressQueueStatusModifier and TypeMethodDescriptionAddressStatusEncoding.getStatus()QueueStatusEncoding.getStatus()Methods in org.apache.activemq.artemis.core.persistence.impl.journal.codec with parameters of type AddressQueueStatusModifier and TypeMethodDescriptionvoidAddressStatusEncoding.setStatus(AddressQueueStatus status) Constructors in org.apache.activemq.artemis.core.persistence.impl.journal.codec with parameters of type AddressQueueStatusModifierConstructorDescriptionAddressStatusEncoding(long addressId, AddressQueueStatus status) QueueStatusEncoding(long queueID, AddressQueueStatus status) -
Uses of AddressQueueStatus in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type AddressQueueStatusModifier and TypeMethodDescriptionlongNullStorageManager.storeAddressStatus(long addressID, AddressQueueStatus status) longNullStorageManager.storeQueueStatus(long queueID, AddressQueueStatus status)