Class RandomTask
java.lang.Object
org.gridgain.internal.eviction.task.RandomTask
- All Implemented Interfaces:
Runnable,EvictionTask
Eviction task that implements RANDOM eviction mode.
At first, it increases the low watermark like
HistoryOnlyTask.
If the LWM reaches the threshold, it starts rows eviction.-
Method Summary
-
Method Details
-
cancel
public void cancel()Description copied from interface:EvictionTaskCancels an eviction task.- Specified by:
cancelin interfaceEvictionTask
-
run
public void run()
-