Class TaskInputsSnapshottingFinished_2_0

    • Field Detail

      • result

        @Nullable("when snapshotting failed")
        public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 result
        The result of the task inputs snapshotting. Provides the hashes of task 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

      • TaskInputsSnapshottingFinished_2_0

        public TaskInputsSnapshottingFinished_2_0​(long task,
                                                  @Nullable
                                                  @Nullable TaskInputsSnapshottingResult_1_0 result,
                                                  @Nullable
                                                  @Nullable Long failureId)