Uses of Class
es.bsc.dataclay.exceptions.metadataservice.ExecutionEnvironmentNotExistException
-
Packages that use ExecutionEnvironmentNotExistException Package Description es.bsc.dataclay.metadataservice Module intended to management of information of distributed objects -
-
Uses of ExecutionEnvironmentNotExistException in es.bsc.dataclay.metadataservice
Methods in es.bsc.dataclay.metadataservice that throw ExecutionEnvironmentNotExistException Modifier and Type Method Description boolean
MetaDataService. migrateObjectsToBackend(ExecutionEnvironmentID srcBackendID, Map<ExecutionEnvironmentID,Set<ObjectID>> newObjBackends, boolean unregisterBackend)
This operations removes the srcBackendID from the locations of the specified objects and adds the corresponding new location from newObjBackends to each of them.void
MetaDataService. migrateObjectToBackend(ObjectID objectID, ExecutionEnvironmentID srcBackendID, ExecutionEnvironmentID destBackendID)
This operation moves an object from source location to destination location
-