Uses of Class
ecmwf.ecpds.master.transfer.TransferServerProvider.TransferServerException
Packages that use TransferServerProvider.TransferServerException
-
Uses of TransferServerProvider.TransferServerException in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that throw TransferServerProvider.TransferServerException -
Uses of TransferServerProvider.TransferServerException in ecmwf.ecpds.master.transfer
Methods in ecmwf.ecpds.master.transfer that throw TransferServerProvider.TransferServerExceptionModifier and TypeMethodDescriptionTransferScheduler.acquisition(StatusUpdate out, String destinationName, Host host, String source, String pattern, boolean synchronous) Version 1 is getting the list as an array of String and version 2 is getting the list as an InputStream.TransferScheduler.download(DataTransfer transfer, Host hostForSource, List<DataTransfer> relatedTransfers) Download.TransferScheduler.execution(StatusUpdate out, String destinationName, Host host, String script) Executing script against data mover (this is because the script might open a connection to a remote site to get the list of files to retrieve).static ProxySocketTransferScheduler.get(DataTransfer transfer, long remotePosn, long length) Gets a ProxySocket to download a DataTransfer.Constructors in ecmwf.ecpds.master.transfer that throw TransferServerProvider.TransferServerExceptionModifierConstructorDescriptionTransferServerProvider(String caller, String groupName) Convenience constructor that delegates to the canonical constructor with:destinationName = nullfileSize = -1server = nullallocatedFileSystem = nullSeeTransferServerProvider(String, String, String, long, TransferServer, Integer)for detailed behaviour.TransferServerProvider(String caller, String groupName, String destination) Convenience constructor that delegates to the canonical constructor with:fileSize = -1server = nullallocatedFileSystem = nullSeeTransferServerProvider(String, String, String, long, TransferServer, Integer)for detailed behaviour.TransferServerProvider(String caller, String groupName, String destination, long fileSize) Convenience constructor that delegates to the canonical constructor with:server = nullallocatedFileSystem = nullSeeTransferServerProvider(String, String, String, long, TransferServer, Integer)for detailed behaviour.TransferServerProvider(String caller, String groupName, String destinationName, long fileSize, TransferServer server, Integer allocatedFileSystem) Constructs a provider and pre-computes: theTransferGroupto use (explicit, destination-mapped, or default; may be adjusted within the cluster by WRR fallback), the storage volume index (TransferServerProvider.getFileSystem()), using either an explicit index or theTransferServerProvider.WeightedAllocator, the orderedTransferServerlist according to the least-activity policy (FS activity primary; rotation tie-breaker; optional preferred server on top).TransferServerProvider(String caller, String groupName, String destination, TransferServer server, Integer allocatedFileSystem) Convenience constructor that delegates to the canonical constructor with:fileSize = -1(disables size-aware allocation) SeeTransferServerProvider(String, String, String, long, TransferServer, Integer)for detailed behaviour.TransferServerProvider(String caller, String groupName, String destination, Integer allocatedFileSystem) Convenience constructor that delegates to the canonical constructor with:fileSize = -1(disables size‑aware volume allocation)server = null(no preferred server to reinsert)allocatedFileSystemexplicitly provided by the caller