Class ClusterNodeExecution<T>

  • Type Parameters:
    T -

    public class ClusterNodeExecution<T>
    extends Object
    Represents the cluster execution in each node (e.g. from ClusterManager#submitToAllNodes(Callable).
    Since:
    7.14.0
    • Method Detail

      • getClusterNode

        @Nullable
        public ClusterNodeInformation getClusterNode()
        Returns:
        the cluster node that this execution runs on, or null on a non-clustered instance
      • getCompletionStage

        public CompletionStage<T> getCompletionStage()
        Returns:
        the asynchronous outcome of the execution