Class OutputMappingConfig

    • Constructor Detail

      • OutputMappingConfig

        public OutputMappingConfig()
      • OutputMappingConfig

        public OutputMappingConfig​(OutputMappingConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getScene

        public String getScene()
        Get 存储类型,仅支持COS
        Returns:
        Scene 存储类型,仅支持COS
      • setScene

        public void setScene​(String Scene)
        Set 存储类型,仅支持COS
        Parameters:
        Scene - 存储类型,仅支持COS
      • getWorkerNum

        public Long getWorkerNum()
        Get 并行worker数量
        Returns:
        WorkerNum 并行worker数量
      • setWorkerNum

        public void setWorkerNum​(Long WorkerNum)
        Set 并行worker数量
        Parameters:
        WorkerNum - 并行worker数量
      • getWorkerPartSize

        public Long getWorkerPartSize()
        Get worker分块大小,单位MB
        Returns:
        WorkerPartSize worker分块大小,单位MB
      • setWorkerPartSize

        public void setWorkerPartSize​(Long WorkerPartSize)
        Set worker分块大小,单位MB
        Parameters:
        WorkerPartSize - worker分块大小,单位MB