Interface SnapshotOperation

  • All Superinterfaces:
    Serializable

    public interface SnapshotOperation
    extends Serializable
    Initial snapshot operation interface.
    • Method Detail

      • cacheGroupIds

        Set<Integer> cacheGroupIds()
        Cache group ids included to this snapshot.
        Returns:
        Cache group identifiers.
      • cacheNames

        Set<String> cacheNames()
        Returns:
        Cache names included to this snapshot.
      • extraParameter

        Object extraParameter()
        Returns:
        Any custom extra parameter. In case Map object is provided, contains named snapshot operation attributes.