Class RestorationConfig


  • public class RestorationConfig
    extends Object
    Author:
    Daniel Bernstein Date: Jul 17, 2014
    • Constructor Detail

      • RestorationConfig

        public RestorationConfig​(String host,
                                 int port,
                                 String storeId,
                                 String spaceId,
                                 String snapshotId)
        Parameters:
        host -
        port -
        storeId -
        spaceId -
        snapshotId -
      • RestorationConfig

        public RestorationConfig()
    • Method Detail

      • setSnapshotId

        public void setSnapshotId​(String snapshot)
        Parameters:
        snapshot - the snapshot to set
      • setHost

        public void setHost​(String host)
        Parameters:
        host - the host to set
      • setPort

        public void setPort​(int port)
        Parameters:
        port - the port to set
      • setSpaceId

        public void setSpaceId​(String spaceId)
        Parameters:
        spaceId - the spaceId to set
      • getHost

        public String getHost()
        Returns:
        the host
      • getPort

        public int getPort()
        Returns:
        the port
      • getSpaceId

        public String getSpaceId()
        Returns:
        the spaceId
      • getSnapshotId

        public String getSnapshotId()
        Returns:
        the snapshot
      • getStoreId

        public String getStoreId()
        Returns:
      • setStoreId

        public void setStoreId​(String storeId)
        Parameters:
        storeId - the storeId to set