Class GarbageCollectorTask
java.lang.Object
com.gigaspaces.internal.client.cache.localcache.GarbageCollectorTask
- All Implemented Interfaces:
Runnable
This class clean hashtable of already taken entries or written entries under transactions. On
write operation the entries under active transaction not cached. Every 3 sec the GC validates the
transaction, in case the transaction is not active, unblock the entry and give to cache the
entry. Otherwise all the time the entry exists in _blockEntries table will not cached.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TIME_TO_SLEEP
public static final int TIME_TO_SLEEP- See Also:
-
-
Constructor Details
-
GarbageCollectorTask
-
-
Method Details