Uses of Class
org.apache.activemq.artemis.core.persistence.AddressQueueStatus
-
-
Uses of AddressQueueStatus in org.apache.activemq.artemis.core.persistence
Fields in org.apache.activemq.artemis.core.persistence declared as AddressQueueStatus Modifier and Type Field Description static AddressQueueStatus[]AddressQueueStatus. valuesMethods in org.apache.activemq.artemis.core.persistence that return AddressQueueStatus Modifier and Type Method Description static AddressQueueStatusAddressQueueStatus. fromID(short id)static AddressQueueStatusAddressQueueStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressQueueStatus[]AddressQueueStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.persistence with parameters of type AddressQueueStatus Modifier and Type Method Description longStorageManager. storeAddressStatus(long addressID, AddressQueueStatus status)longStorageManager. storeQueueStatus(long queueID, AddressQueueStatus 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 AddressQueueStatus Modifier and Type Method Description longAbstractJournalStorageManager. 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 AddressQueueStatus Modifier and Type Method Description AddressQueueStatusAddressStatusEncoding. getStatus()AddressQueueStatusQueueStatusEncoding. getStatus()Methods in org.apache.activemq.artemis.core.persistence.impl.journal.codec with parameters of type AddressQueueStatus Modifier and Type Method Description voidAddressStatusEncoding. setStatus(AddressQueueStatus status)Constructors in org.apache.activemq.artemis.core.persistence.impl.journal.codec with parameters of type AddressQueueStatus Constructor Description AddressStatusEncoding(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 AddressQueueStatus Modifier and Type Method Description longNullStorageManager. storeAddressStatus(long addressID, AddressQueueStatus status)longNullStorageManager. storeQueueStatus(long queueID, AddressQueueStatus status)
-