Interface ReplicationStatusResponse

All Superinterfaces:
Cloneable, org.apache.ignite.internal.network.NetworkMessage

public interface ReplicationStatusResponse extends org.apache.ignite.internal.network.NetworkMessage
Remote job result response.
  • Field Summary

    Fields inherited from interface org.apache.ignite.internal.network.NetworkMessage

    NULL_GROUP_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns job execution result (null if the execution has failed).

    Methods inherited from interface org.apache.ignite.internal.network.NetworkMessage

    clone, groupType, messageType, needAck, prepareMarshal, serializer, toStringForLightLogging, unmarshal
  • Method Details

    • progress

      int progress()
      Returns job execution result (null if the execution has failed).
      Returns:
      result (null if the execution has failed)