Interface TaskQueueFactory

    • Method Detail

      • getTaskQueue

        <T extends DataSubmissionTask<T>> TaskQueue<T> getTaskQueue​(@Nonnull
                                                                    HandlerKey handlerKey,
                                                                    int threadNum)
        Create a task queue for a specified HandlerKey and thread number.
        Parameters:
        handlerKey - handler key for the TaskQueue. Usually part of the file name.
        threadNum - thread number. Usually part of the file name.
        Returns:
        task queue for the specified thread