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 void
StorageItf. consolidateVersion(String finalVersionIDstr)
static String
StorageItf. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)
static String
StorageItf. executeTask(String objectIDstr, String operationSignature, Object[] params, String destHost, CallbackHandler callback)
static void
StorageItf. finish()
static Object
StorageItf. getByID(String objectIDstr)
static String
StorageItf. getLocation(String objectIDstr)
static List<String>
StorageItf. getLocations(String objectIDstr)
static Object
StorageItf. getResult(CallbackEvent callbackEvent)
Processes and retrieves the callback event produced by a task execution.static void
StorageItf. init(String configFilePath)
static void
StorageItf. newReplica(String objectIDstr, String destHost)
static String
StorageItf. newVersion(String objectIDstr, boolean preserveSource, String optDestHost)
-