Uses of Interface
com.gigaspaces.internal.utils.concurrent.IAsyncHandler
Packages that use IAsyncHandler
-
Uses of IAsyncHandler in com.gigaspaces.internal.utils.concurrent
Classes in com.gigaspaces.internal.utils.concurrent that implement IAsyncHandlerModifier and TypeClassDescriptionstatic classstatic classMethods in com.gigaspaces.internal.utils.concurrent that return IAsyncHandlerModifier and TypeMethodDescriptionAsyncCallable.getHandler()AbstractAsyncHandlerProvider.start(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) IAsyncHandlerProvider.start(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) Start executing a runnable in a repetitive manner.protected abstract IAsyncHandlerAbstractAsyncHandlerProvider.startImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) ScheduledThreadPoolAsyncHandlerProvider.startImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) SharedHandlerProviderCache.SharedAsyncHandlerProviderWrapper.startImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) ThreadAsyncHandlerProvider.startImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) AbstractAsyncHandlerProvider.startMayBlock(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) IAsyncHandlerProvider.startMayBlock(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) Start executing a runnable in a repetitive manner, the task may block during its process so the provider must be able to support this.protected abstract IAsyncHandlerAbstractAsyncHandlerProvider.startMayBlockImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) ScheduledThreadPoolAsyncHandlerProvider.startMayBlockImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) SharedHandlerProviderCache.SharedAsyncHandlerProviderWrapper.startMayBlockImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) ThreadAsyncHandlerProvider.startMayBlockImpl(AsyncCallable callable, long idleDelayMilis, String name, boolean waitIdleDelayBeforeStart) Methods in com.gigaspaces.internal.utils.concurrent with parameters of type IAsyncHandler