Package | Description |
---|---|
org.apache.oodt.cas.filemgr.datatransfer | |
org.apache.oodt.cas.filemgr.system | |
org.apache.oodt.cas.filemgr.util |
Modifier and Type | Class and Description |
---|---|
class |
InPlaceDataTransferer
An implementation of the
DataTransfer interface that leaves
products in the same place (i.e., "in place") and doesn't transfer
them at all. |
class |
LocalDataTransferer |
class |
RemoteDataTransferer |
class |
S3DataTransferer
DataTransfer which put/gets files in/from Amazon S3 storage. |
Modifier and Type | Method and Description |
---|---|
DataTransfer |
RemoteDataTransferFactory.createDataTransfer() |
DataTransfer |
LocalDataTransferFactory.createDataTransfer() |
DataTransfer |
InPlaceDataTransferFactory.createDataTransfer() |
DataTransfer |
DataTransferFactory.createDataTransfer() |
Modifier and Type | Method and Description |
---|---|
DataTransfer |
XmlRpcFileManagerClient.getDataTransfer() |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcFileManagerClient.setDataTransfer(DataTransfer dataTransfer) |
Modifier and Type | Method and Description |
---|---|
static DataTransfer |
GenericFileManagerObjectFactory.getDataTransferServiceFromFactory(String serviceFactory)
Constructs a new
DataTransfer from the specified
serviceFactory . |
Copyright © 1999–2017 Apache OODT. All rights reserved.