Class TransformExecutionInputsSnapshottingFinished_1_0

    • Field Detail

      • result

        @Nullable("when snapshotting failed")
        public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 result
        The result of the transform execution inputs snapshotting. Provides the hashes of transform execution inputs.
      • failureId

        @Nullable("when snapshotting was successful")
        public final @Nullable("when snapshotting was successful") Long failureId
        The failure ID in case of a failure during snapshotting.

        The failure ID is mapped to a Exception_3_0 in ExceptionData_1_1.

    • Constructor Detail

      • TransformExecutionInputsSnapshottingFinished_1_0

        public TransformExecutionInputsSnapshottingFinished_1_0​(long id,
                                                                @Nullable
                                                                @Nullable TaskInputsSnapshottingResult_1_0 result,
                                                                @Nullable
                                                                @Nullable Long failureId)