Class SecurityAwareStripedThreadPoolExecutor

    • Constructor Detail

    • Method Detail

      • execute

        public void execute​(Runnable task,
                            int idx)
        Executes the given command at some time in the future. The command with the same index will be executed in the same thread.
        Overrides:
        execute in class IgniteStripedThreadPoolExecutor
        Parameters:
        task - the runnable task
        idx - Striped index.