Uses of Class
org.apache.activemq.artemis.core.settings.impl.DeletionPolicy
-
Packages that use DeletionPolicy Package Description org.apache.activemq.artemis.core.settings.impl -
-
Uses of DeletionPolicy in org.apache.activemq.artemis.core.settings.impl
Fields in org.apache.activemq.artemis.core.settings.impl declared as DeletionPolicy Modifier and Type Field Description static DeletionPolicyAddressSettings. DEFAULT_CONFIG_DELETE_ADDRESSESstatic DeletionPolicyAddressSettings. DEFAULT_CONFIG_DELETE_DIVERTSstatic DeletionPolicyAddressSettings. DEFAULT_CONFIG_DELETE_QUEUESMethods in org.apache.activemq.artemis.core.settings.impl that return DeletionPolicy Modifier and Type Method Description DeletionPolicyAddressSettings. getConfigDeleteAddresses()DeletionPolicyAddressSettings. getConfigDeleteDiverts()DeletionPolicyAddressSettings. getConfigDeleteQueues()static DeletionPolicyDeletionPolicy. getType(int type)static DeletionPolicyDeletionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletionPolicy[]DeletionPolicy. 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 DeletionPolicy Modifier and Type Method Description AddressSettingsAddressSettings. setConfigDeleteAddresses(DeletionPolicy configDeleteAddresses)AddressSettingsAddressSettings. setConfigDeleteDiverts(DeletionPolicy configDeleteDiverts)AddressSettingsAddressSettings. setConfigDeleteQueues(DeletionPolicy configDeleteQueues)
-