Interface ListLocalSnapshotsMessage

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

public interface ListLocalSnapshotsMessage extends org.apache.ignite.internal.network.NetworkMessage
Request to scan configured snapshot paths with LOCAL type on the receiving node.
  • Field Summary

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

    NULL_GROUP_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    Names of the snapshot URIs in configuration.

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

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

    • uriNames

      List<String> uriNames()
      Names of the snapshot URIs in configuration.