Uses of Class
io.clonecloudstore.common.standard.exception.CcsWithStatusException
Packages that use CcsWithStatusException
Package
Description
-
Uses of CcsWithStatusException in io.clonecloudstore.accessor.apache.client
Methods in io.clonecloudstore.accessor.apache.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionAccessorClient.checkBucket
(String bucketName) AccessorClient.checkObjectOrDirectory
(String bucketName, String pathDirectoryOrObject) Check if object or directory existAccessorClient.createBucket
(String bucketName) AccessorClient.createObject
(AccessorObject accessorObject, InputStream body) AccessorClient.createObject
(AccessorObject accessorObject, InputStream body, boolean useCompression) boolean
AccessorClient.deleteBucket
(String bucketName) boolean
AccessorClient.deleteObject
(String bucketName, String objectName) AccessorClient.getBuckets()
Note: Compression is only between client and server, result InputStream is uncompressedAccessorClient.getObjectInfo
(String bucketName, String objectName) AccessorClient.listObjects
(String bucketName, AccessorFilter filter) Returns an Iterator containing AccessorObjects -
Uses of CcsWithStatusException in io.clonecloudstore.accessor.client
Methods in io.clonecloudstore.accessor.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionAccessorBucketApiClient.checkBucket
(String bucketName, String clientId) AccessorObjectApiClient.checkObjectOrDirectory
(String bucketName, String pathDirectoryOrObject, String clientId) Check if object or directory existAccessorBucketApiClient.createBucket
(String bucketName, String clientId) AccessorObjectApiClient.createObject
(AccessorObject accessorObject, String clientId, InputStream body) AccessorObjectApiClient.createObject
(AccessorObject accessorObject, String clientId, InputStream body, boolean compressed) boolean
AccessorBucketApiClient.deleteBucket
(String bucketName, String clientId) boolean
AccessorObjectApiClient.deleteObject
(String bucketName, String objectName, String clientId) AccessorBucketApiClient.getBuckets
(String clientId) AccessorObjectApiClient.getObject
(String bucketName, String objectName, String clientId, boolean compressed) Note: Compression is only between client and server, result InputStream is uncompressedAccessorObjectApiClient.getObjectInfo
(String bucketName, String objectName, String clientId) AccessorObjectApiClient.listObjects
(String bucketName, String clientId, AccessorFilter filter) Returns an Iterator containing AccessorObjects -
Uses of CcsWithStatusException in io.clonecloudstore.accessor.client.internal
Methods in io.clonecloudstore.accessor.client.internal that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionAccessorBucketInternalApiClient.checkBucket
(String bucketName, String clientId, boolean fullCheck) AccessorObjectInternalApiClient.checkObjectOrDirectory
(String bucketName, String pathDirectoryOrObject, String clientId, boolean fullCheck) Check if object or directory existAccessorBucketInternalApiClient.getBuckets
(String clientId) AccessorObjectInternalApiClient.getObject
(String bucketName, String objectName, String clientId, boolean decompress) Returns the InputStream and the AccessorObjectAccessorObjectInternalApiClient.getObjectInfo
(String bucketName, String objectName, String clientId) AccessorObjectInternalApiClient.listObjects
(String bucketName, String clientId, AccessorFilter filter) Returns an Iterator containing AccessorObjects -
Uses of CcsWithStatusException in io.clonecloudstore.administration.client
Methods in io.clonecloudstore.administration.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionOwnershipApiClient.add
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheInvalidate Cacheboolean
Invalidate Cacheboolean
Invalidate CacheOwnershipApiClient.findByBucket
(String clientId, String bucket) Cache if possibleTopologyApiClient.findBySite
(String site) Cache if possibleboolean
OwnershipApiClient.getBooleanFromAsync
(CompletableFuture<jakarta.ws.rs.core.Response> completableFuture) OwnershipApiClient.getClientOwnershipFromAsync
(CompletableFuture<ClientOwnership> completableFuture) Cache on ALL_FROM + clientIdTopologyApiClient.listAll()
No cacheOwnershipApiClient.listWithOwnership
(String clientId, ClientOwnership ownership) Cache if possibleTopologyApiClient.listWithStatus
(TopologyStatus status) Cache on ALL_UP_KEYOwnershipApiClient.update
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheInvalidate Cache -
Uses of CcsWithStatusException in io.clonecloudstore.common.quarkus.client
Methods in io.clonecloudstore.common.quarkus.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionprotected InputStreamBusinessOut
<O> ClientAbstract.getInputStreamBusinessOutFromUni
(boolean shallDecompress, io.smallrye.mutiny.Uni<InputStream> inputStreamUni) protected O
ClientAbstract.getResultFromPostInputStreamUni
(io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> uni, InputStream sendInputStream) -
Uses of CcsWithStatusException in io.clonecloudstore.common.quarkus.client.utils
Methods in io.clonecloudstore.common.quarkus.client.utils that return CcsWithStatusExceptionModifier and TypeMethodDescriptionstatic CcsWithStatusException
ClientResponseExceptionMapper.getBusinessException
(jakarta.ws.rs.WebApplicationException e) Web Application Exception (Runtime) to Ccs With Status Exception (Exception)Methods in io.clonecloudstore.common.quarkus.client.utils that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionClientResponseExceptionMapper.handleCompletableObject
(SimpleClientAbstract<?> simpleClientAbstract, CompletableFuture<?> completableFuture) jakarta.ws.rs.core.Response
ClientResponseExceptionMapper.handleCompletableResponse
(CompletableFuture<jakarta.ws.rs.core.Response> completableFuture) ClientResponseExceptionMapper.handleUniObject
(SimpleClientAbstract<?> simpleClientAbstract, io.smallrye.mutiny.Uni<?> uni) ClientResponseExceptionMapper.handleUniObject
(SimpleClientAbstract<?> simpleClientAbstract, io.smallrye.mutiny.Uni<?> uni, InputStream inputStreamOptional) jakarta.ws.rs.core.Response
ClientResponseExceptionMapper.handleUniResponse
(io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> uni) Default handling for Uni Response (not for InputStream)void
ClientResponseExceptionMapper.responseToExceptionIfError
(jakarta.ws.rs.core.Response response) Generate a CcsWithStatusException if needed -
Uses of CcsWithStatusException in io.clonecloudstore.common.standard.stream
Methods in io.clonecloudstore.common.standard.stream that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionstatic <E> Stream
<E> StreamIteratorUtils.getStreamFromInputStream
(InputStream inputStream, Class<E> forClass) -
Uses of CcsWithStatusException in io.clonecloudstore.reconciliator.database.model
Methods in io.clonecloudstore.reconciliator.database.model that throw CcsWithStatusException -
Uses of CcsWithStatusException in io.clonecloudstore.reconciliator.database.mongodb
Methods in io.clonecloudstore.reconciliator.database.mongodb that throw CcsWithStatusException -
Uses of CcsWithStatusException in io.clonecloudstore.replicator.client
Methods in io.clonecloudstore.replicator.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionLocalReplicatorApiClient.checkBucket
(String bucket, boolean fullCheck, String clientId, String opId) LocalReplicatorApiClient.checkBucket
(String bucket, boolean fullCheck, String clientId, String targetId, String opId) LocalReplicatorApiClient.checkObjectOrDirectory
(String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String opId) LocalReplicatorApiClient.checkObjectOrDirectory
(String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String targetId, String opId) LocalReplicatorApiClient.readRemoteObject
(String bucket, String object, String clientId, String targetId, String opId) LocalReplicatorApiClient.readRemoteObject
(String bucket, String object, String clientId, String targetId, String opId, boolean decompress) -
Uses of CcsWithStatusException in io.clonecloudstore.replicator.server.local.application
Methods in io.clonecloudstore.replicator.server.local.application that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionLocalReplicatorService.findValidTopologyBucket
(String bucket, boolean fullCheck, String clientId, String topologyId, String opId) LocalReplicatorService.findValidTopologyObject
(String bucket, String objectName, boolean fullCheck, String clientId, String topologyId, String opId) LocalReplicatorService.getTopologies
(String topologyId) -
Uses of CcsWithStatusException in io.clonecloudstore.replicator.server.remote.client
Methods in io.clonecloudstore.replicator.server.remote.client that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionRemoteReplicatorApiClient.checkBucket
(String bucket, boolean fullCheck, String clientId, String opId) Not CachedRemoteReplicatorApiClient.checkBucketCache
(String bucket, boolean fullCheck, String clientId, String opId) Cached responseRemoteReplicatorApiClient.checkObjectOrDirectory
(String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String opId) Not CachedRemoteReplicatorApiClient.checkObjectOrDirectoryCache
(String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String opId) Cached responseNot CachedRemoteReplicatorApiClient.readRemoteObject
(String bucket, String object, String clientId, String opId, long len) -
Uses of CcsWithStatusException in io.clonecloudstore.replicator.server.remote.client.api
Methods in io.clonecloudstore.replicator.server.remote.client.api that throw CcsWithStatusExceptionModifier and TypeMethodDescriptionRemoteReplicatorClientApiService.checkBucket
(RemoteReplicatorApi client, String bucket, boolean fullCheck, String clientId, String opId) RemoteReplicatorClientApiService.checkBucketCache
(RemoteReplicatorApi client, URI uri, String bucket, boolean fullCheck, String clientId, String opId) RemoteReplicatorClientApiService.checkObjectOrDirectory
(RemoteReplicatorApi client, String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String opId) RemoteReplicatorClientApiService.checkObjectOrDirectoryCache
(RemoteReplicatorApi client, URI uri, String bucket, String pathDirectoryOrObject, boolean fullCheck, String clientId, String opId) RemoteReplicatorClientApiService.getBucket
(RemoteReplicatorApiClient upperClient, RemoteReplicatorApi client, String bucket, String clientId, String opId)