com.supermap.services.components

Interface WorkerDataManager



  • public interface WorkerDataManager
    
    • Method Detail

      • downloadData

        void downloadData(java.util.List<ExportedDataPathItem> infos,
                        java.lang.String masterAddress,
                        java.lang.String id,
                        FileVerificationMode verificationMode,
                        boolean readOnly)
                          throws java.io.IOException
        

        Downloads the data.

        Parameters:
        infos -
        masterAddress - the address of master node
        id -
        verificationMode -
        readOnly -
        Throws:
        java.io.IOException
      • stopDownloadData

        void stopDownloadData(java.lang.String masterSideId)
        

        Stops downloading data.

        Parameters:
        masterSideId -
      • setDataPath

        void setDataPath(ProviderConnInfo info)
        

        Sets the data path.

        Parameters:
        l -