Uses of Class
io.clonecloudstore.driver.api.exception.DriverAlreadyExistException
Packages that use DriverAlreadyExistException
-
Uses of DriverAlreadyExistException in io.clonecloudstore.driver.api
Methods in io.clonecloudstore.driver.api that throw DriverAlreadyExistExceptionModifier and TypeMethodDescriptionDriverApi.bucketCreate
(StorageBucket bucket) Create one Bucket and returns itDriverApi.bucketImport
(StorageBucket bucket) Import one Bucket and returns itDriverApi.objectCopy
(StorageObject objectSource, StorageObject objectTarget) Copy one object to another one, possibly in a different bucket.default StorageObject
DriverApi.objectCopy
(String bucketSource, String objectSource, String bucketTarget, String objectTarget, Map<String, String> targetMetadata, Instant expireDate) Copy one object to another one, possibly in a different bucket.default StorageObject
DriverApi.objectFinalizeCreateInBucket
(StorageObject object, long realLen, String sha256) Second step in creation of an object within a Bucket.DriverApi.objectFinalizeCreateInBucket
(String bucket, String object, long realLen, String sha256) Second step in creation of an object within a Bucket.void
DriverApi.objectPrepareCreateInBucket
(StorageObject object, InputStream inputStream) First step in creation of an object within a Bucket.