public class S3ObjectStoreLoader extends java.lang.Object implements ObjectStoreLoader
| Constructor and Description |
|---|
S3ObjectStoreLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
java.util.List |
getDataObjects() |
java.util.List |
getNewDataObjects() |
ObjectRecoveryService |
getObjectRecoveryService(DataObject loadFile) |
boolean |
isSetupCorrectly() |
void |
setup(java.lang.String endPointName) |
public void setup(java.lang.String endPointName)
throws MXException
setup in interface ObjectStoreLoaderMXExceptionpublic java.util.List getDataObjects()
throws MXException
getDataObjects in interface ObjectStoreLoaderMXExceptionpublic java.util.List getNewDataObjects()
throws MXException
getNewDataObjects in interface ObjectStoreLoaderMXExceptionpublic ObjectRecoveryService getObjectRecoveryService(DataObject loadFile) throws MXException
getObjectRecoveryService in interface ObjectStoreLoaderMXExceptionpublic void cleanup()
cleanup in interface ObjectStoreLoaderpublic boolean isSetupCorrectly()
throws MXException
isSetupCorrectly in interface ObjectStoreLoaderMXException