Interface ReplicationStatusRequest

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

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

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

    NULL_GROUP_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns Replication id.

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

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

    • replicationName

      String replicationName()
      Returns Replication id.
      Returns:
      Replication id.