Uses of Class
org.apache.activemq.artemis.utils.runnables.AtomicRunnable
Packages that use AtomicRunnable
Package
Description
-
Uses of AtomicRunnable in org.apache.activemq.artemis.core.paging
Method parameters in org.apache.activemq.artemis.core.paging with type arguments of type AtomicRunnableModifier and TypeMethodDescriptionbooleanPagingStore.checkMemory(boolean runOnFailure, Runnable runnable, Runnable runWhenBlocking, Consumer<AtomicRunnable> blockedCallback) booleanPagingStore.checkMemory(Runnable runnable, Consumer<AtomicRunnable> blockedCallback) -
Uses of AtomicRunnable in org.apache.activemq.artemis.core.paging.impl
Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type AtomicRunnableModifier and TypeMethodDescriptionbooleanPagingStoreImpl.checkMemory(boolean runOnFailure, Runnable runWhenAvailableParameter, Runnable runWhenBlocking, Consumer<AtomicRunnable> blockedCallback) booleanPagingStoreImpl.checkMemory(Runnable runWhenAvailable, Consumer<AtomicRunnable> blockedCallback) -
Uses of AtomicRunnable in org.apache.activemq.artemis.utils.runnables
Subclasses of AtomicRunnable in org.apache.activemq.artemis.utils.runnablesMethods in org.apache.activemq.artemis.utils.runnables that return AtomicRunnableModifier and TypeMethodDescriptionstatic AtomicRunnableAtomicRunnable.checkAtomic(Runnable run) AtomicRunnable.reset()AtomicRunnable.setAcceptedList(RunnableList acceptedList) AtomicRunnable.setCancel(Consumer<AtomicRunnable> cancelTask) AtomicRunnable.setRan()Methods in org.apache.activemq.artemis.utils.runnables that return types with arguments of type AtomicRunnableMethods in org.apache.activemq.artemis.utils.runnables with parameters of type AtomicRunnableModifier and TypeMethodDescriptionvoidRunnableList.add(AtomicRunnable runnable) voidRunnableList.remove(AtomicRunnable runnable) Method parameters in org.apache.activemq.artemis.utils.runnables with type arguments of type AtomicRunnableModifier and TypeMethodDescriptionvoidRunnableList.forEach(Consumer<AtomicRunnable> consumerRunnable) AtomicRunnable.setCancel(Consumer<AtomicRunnable> cancelTask)