Uses of Class
storage.StorageException
-
Packages that use StorageException Package Description storage Package for Severo Ochoa specific libraries. -
-
Uses of StorageException in storage
Methods in storage that throw StorageException Modifier and Type Method Description static voidStorageItf. consolidateVersion(String finalVersionIDstr)static StringStorageItf. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)static StringStorageItf. executeTask(String objectIDstr, String operationSignature, Object[] params, String destHost, CallbackHandler callback)static voidStorageItf. finish()static ObjectStorageItf. getByID(String objectIDstr)static StringStorageItf. getLocation(String objectIDstr)static List<String>StorageItf. getLocations(String objectIDstr)static ObjectStorageItf. getResult(CallbackEvent callbackEvent)Processes and retrieves the callback event produced by a task execution.static voidStorageItf. init(String configFilePath)static voidStorageItf. newReplica(String objectIDstr, String destHost)static StringStorageItf. newVersion(String objectIDstr, boolean preserveSource, String optDestHost)
-