Uses of Record Class
io.clonecloudstore.replicator.model.ReplicatorResponse
Packages that use ReplicatorResponse
Package
Description
-
Uses of ReplicatorResponse in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that return ReplicatorResponseModifier and TypeMethodDescriptionAccessorObjectService.checkPullable(String bucketName, String objectName, boolean external, String clientId, String opId) Check from DB if Object is pullableLocalReplicatorService.remoteCheckBucket(String bucketName, String clientId, String opId) Through API Client, asks if this Bucket exists in remoteLocalReplicatorService.remoteCheckObject(String bucketName, String objectName, String clientId, String opId) Through API Client, asks if this Object exists in remoteLocalReplicatorService.remoteGetBucket(String bucketName, String clientId, String opId) Through API Client, asks if this Bucket exists in remote -
Uses of ReplicatorResponse in io.clonecloudstore.replicator.client
Methods in io.clonecloudstore.replicator.client that return ReplicatorResponseModifier 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) -
Uses of ReplicatorResponse in io.clonecloudstore.replicator.client.api
Methods in io.clonecloudstore.replicator.client.api that return types with arguments of type ReplicatorResponse -
Uses of ReplicatorResponse in io.clonecloudstore.replicator.server.local.resource
Methods in io.clonecloudstore.replicator.server.local.resource that return types with arguments of type ReplicatorResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ReplicatorResponse<AccessorBucket>> LocalReplicatorResource.getBucket(String bucketName, String xClientId, String xOpId, String xTargetId)