Class ThrottleComputationQueueTaskDispatcher

    • Constructor Detail

      • ThrottleComputationQueueTaskDispatcher

        public ThrottleComputationQueueTaskDispatcher()
    • Method Detail

      • indexingCount

        @Deprecated
        public int indexingCount()
        Deprecated.
        Gets the number of current computation tasks.
        Returns:
        number of current computation tasks.
      • computationCount

        public int computationCount()
        Gets the number of current computation tasks.
        Returns:
        number of current computation tasks.
      • indexingCount

        @Deprecated
        public int indexingCount​(@CheckForNull
                                 Node node)
        Deprecated.
        Gets the number of current computation tasks on the specified node.
        Parameters:
        node - the node.
        Returns:
        number of current computation tasks on the specified node.
      • computationCount

        public int computationCount​(@CheckForNull
                                    Node node)
        Gets the number of current computation tasks on the specified node.
        Parameters:
        node - the node.
        Returns:
        number of current computation tasks on the specified node.