Uses of Class
org.apache.activemq.artemis.core.settings.impl.AddressFullMessagePolicy
-
Packages that use AddressFullMessagePolicy Package Description org.apache.activemq.artemis.core.paging org.apache.activemq.artemis.core.paging.impl org.apache.activemq.artemis.core.settings.impl -
-
Uses of AddressFullMessagePolicy in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return AddressFullMessagePolicy Modifier and Type Method Description AddressFullMessagePolicyPagingStore. getAddressFullMessagePolicy() -
Uses of AddressFullMessagePolicy in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return AddressFullMessagePolicy Modifier and Type Method Description AddressFullMessagePolicyPagingStoreImpl. getAddressFullMessagePolicy() -
Uses of AddressFullMessagePolicy in org.apache.activemq.artemis.core.settings.impl
Fields in org.apache.activemq.artemis.core.settings.impl declared as AddressFullMessagePolicy Modifier and Type Field Description static AddressFullMessagePolicyAddressSettings. DEFAULT_ADDRESS_FULL_MESSAGE_POLICYMethods in org.apache.activemq.artemis.core.settings.impl that return AddressFullMessagePolicy Modifier and Type Method Description AddressFullMessagePolicyAddressSettings. getAddressFullMessagePolicy()static AddressFullMessagePolicyAddressFullMessagePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressFullMessagePolicy[]AddressFullMessagePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type AddressFullMessagePolicy Modifier and Type Method Description AddressSettingsAddressSettings. setAddressFullMessagePolicy(AddressFullMessagePolicy addressFullMessagePolicy)
-