Uses of Class
io.clonecloudstore.common.quarkus.exception.CcsNotExistException
Packages that use CcsNotExistException
Package
Description
-
Uses of CcsNotExistException in io.clonecloudstore.accessor.replicator.application
Methods in io.clonecloudstore.accessor.replicator.application that throw CcsNotExistExceptionModifier and TypeMethodDescriptionvoid
RequestActionService.createObject
(ReplicatorOrder replicatorOrder) RequestActionService.deleteBucket
(ReplicatorOrder replicatorOrder) Delete bucketvoid
RequestActionService.deleteObject
(ReplicatorOrder replicatorOrder) Delete object in DB and through Replicator if needed -
Uses of CcsNotExistException in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that throw CcsNotExistExceptionModifier and TypeMethodDescriptionAccessorObjectService.checkPullable
(String bucketName, String objectName, boolean external, String clientId, String opId) Check from DB if Object is pullableAccessorObjectService.createObject
(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketService.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownervoid
AccessorObjectService.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededGet Bucket information from bucket nameAccessorObjectService.getObjectInfo
(String bucketName, String objectName, String clientId) Get DB Object DTOAccessorObjectService.getObjectMetadata
(String bucketName, String objectName) Utility to get Object Metadata from Driver StorageAccessorObjectService.getRemotePullInputStream
(String bucketName, String objectName, String clientId, String targetId, String opId) When remote read is allowed, will try to read InputStream and DTO from remote -
Uses of CcsNotExistException in io.clonecloudstore.accessor.server.commons
Methods in io.clonecloudstore.accessor.server.commons that throw CcsNotExistExceptionModifier and TypeMethodDescriptionAccessorObjectServiceInterface.createObject
(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketServiceInterface.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket namevoid
AccessorObjectServiceInterface.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededAccessorBucketServiceInterface.getBucket
(String bucketName, String clientId, String opId, boolean isPublic) Get Bucket information from bucket nameAccessorObjectServiceInterface.getObjectInfo
(String bucketName, String objectName, String clientId) Get DB Object DTO -
Uses of CcsNotExistException in io.clonecloudstore.accessor.server.simple.application
Methods in io.clonecloudstore.accessor.server.simple.application that throw CcsNotExistExceptionModifier and TypeMethodDescriptionAccessorObjectService.createObject
(AccessorObject accessorObject, String hash, long len, String clientId) Before really creating Object, creates it in DB if possibleAccessorBucketService.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownervoid
AccessorObjectService.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededGet Bucket information from bucket nameAccessorObjectService.getObjectInfo
(String bucketName, String objectName, String clientId) Get DB Object DTO