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 TypeMethodDescriptionintprogress()Returns job execution result (nullif 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 (nullif the execution has failed).- Returns:
- result (
nullif the execution has failed)
-