Class GSThreadFactory

java.lang.Object
com.gigaspaces.internal.utils.concurrent.GSThreadFactory
All Implemented Interfaces:
ThreadFactory

public class GSThreadFactory extends Object implements ThreadFactory
Thread factory to create GSThread.
Since:
8.0
Author:
Guy
See Also:
  • Constructor Details

    • GSThreadFactory

      public GSThreadFactory()
    • GSThreadFactory

      public GSThreadFactory(String threadsName, boolean daemonThreads)
  • Method Details