Uses of Package
com.gigaspaces.internal.utils.concurrent
Packages that use com.gigaspaces.internal.utils.concurrent
Package
Description
Provides Space properties and security context services
Provides GigaSpaces low level services
These are utility classes and interfaces for helping with tasks done in multiple threads.
-
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.client.cache
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.client.spaceproxy.router
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.cluster.node.impl
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.cluster.node.impl.groupsClassDescriptionProvides
IAsyncHandlerfor repetitive execution of runnablesProvides a segmented counter while the get() returns an accurate result. -
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.cluster.node.impl.groups.async
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.cluster.node.impl.groups.sync
-
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.events.durable
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.remoting.routing.clustered
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.utils
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.internal.utils.concurrentClassDescriptionBase thread that should be used all across GigaSpaces code.Thread factory to create
GSThread.Wraps a repetitive executing runnable which is provided to aIAsyncHandlerProvider.start(IAsyncCallable, long, String, boolean)invocation and controls its life cycle.ProvidesIAsyncHandlerfor repetitive execution of runnablesA simple lock implementation that supports only lock and unlockA cache to share async handler providers within the same context (service class loader/processing unit instance) -
Classes in com.gigaspaces.internal.utils.concurrent used by com.gigaspaces.lrmi.nio.watchdog
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.coreClassDescriptionA simple lock implementation that supports only lock and unlockReentrant implementation of
ISimpleLockThe implementation intent is to save memory, therefore the synchronization is done on the lock object it self, no user should synchronize on the lock object it self as it may create deadlocks. -
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.core.cache
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.core.fifo
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.jdbc.executorClassDescriptionBase class for Callable implementations which should run in a specific class loader.
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.kernelClassDescriptionBase thread that should be used all across GigaSpaces code.Reentrant implementation of
ISimpleLockThe implementation intent is to save memory, therefore the synchronization is done on the lock object it self, no user should synchronize on the lock object it self as it may create deadlocks. -
Classes in com.gigaspaces.internal.utils.concurrent used by com.j_spaces.kernel.threadpool
-
Classes in com.gigaspaces.internal.utils.concurrent used by com.sun.jini.thread