Class StatementOnNodeSubmission

  • Direct Known Subclasses:
    InitScriptOnNodeSubmission

    @Beta
    public class StatementOnNodeSubmission
    extends StatementOnNode
    A statement was submitted to a node for execution.

    Note this does not guarantee that there was success, nor that the node received the statement.

    • Constructor Detail

      • StatementOnNodeSubmission

        public StatementOnNodeSubmission​(Statement statement,
                                         NodeMetadata node)