java.lang.Object
java.lang.Thread
com.gigaspaces.internal.utils.concurrent.GSThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
AbstractShutdownHook, ActiveFailureDetector, DynamicThread, FifoWorkerThread, InterruptedStatusThread, PersistentGC, ScheduledRunner, Watchdog

public class GSThread extends Thread
Base thread that should be used all across GigaSpaces code. Add "GS-" prefix to all the threads names.
Since:
8.0
Author:
Guy
See Also: