Interface DeleteSnapshotMessage

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

public interface DeleteSnapshotMessage extends org.apache.ignite.internal.network.NetworkMessage
Message for deleting a snapshot.
  • Field Summary

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

    NULL_GROUP_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    ID of the Snapshot to be deleted.

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

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

    • targetSnapshotId

      UUID targetSnapshotId()
      ID of the Snapshot to be deleted.