Class SliceThread

  • All Implemented Interfaces:
    Runnable

    public class SliceThread
    extends Thread
    A thread to execute operation against each database slice.
    Author:
    Pinaki Poddar
    • Method Detail

      • getParent

        public Thread getParent()
        Gets the parent thread of this receiver.
      • getPool

        public static ExecutorService getPool()
        Create a cached pool of slice threads. The thread factory creates specialized threads for preferential locking treatment.