Class GarbageCollectorTask

java.lang.Object
com.gigaspaces.internal.client.cache.localcache.GarbageCollectorTask
All Implemented Interfaces:
Runnable

public class GarbageCollectorTask extends Object implements 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.