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 ObjectStoreLoader
MXException
public java.util.List getDataObjects() throws MXException
getDataObjects
in interface ObjectStoreLoader
MXException
public java.util.List getNewDataObjects() throws MXException
getNewDataObjects
in interface ObjectStoreLoader
MXException
public ObjectRecoveryService getObjectRecoveryService(DataObject loadFile) throws MXException
getObjectRecoveryService
in interface ObjectStoreLoader
MXException
public void cleanup()
cleanup
in interface ObjectStoreLoader
public boolean isSetupCorrectly() throws MXException
isSetupCorrectly
in interface ObjectStoreLoader
MXException