Uses of Class
io.clonecloudstore.accessor.model.AccessorBucket
Packages that use AccessorBucket
Package
Description
-
Uses of AccessorBucket in io.clonecloudstore.accessor.apache.client
Methods in io.clonecloudstore.accessor.apache.client that return AccessorBucketMethods in io.clonecloudstore.accessor.apache.client that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.accessor.client
Methods in io.clonecloudstore.accessor.client that return AccessorBucketModifier and TypeMethodDescriptionAccessorBucketApiClient.createBucket(String bucketName, String clientId) Methods in io.clonecloudstore.accessor.client that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.accessor.client.api
Methods in io.clonecloudstore.accessor.client.api that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> AccessorBucketApi.createBucket(String bucketName, String clientId, String opId) io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AccessorBucketApi.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.accessor.client.internal
Methods in io.clonecloudstore.accessor.client.internal that return AccessorBucketModifier and TypeMethodDescriptionMethods in io.clonecloudstore.accessor.client.internal that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.accessor.client.internal.api
Methods in io.clonecloudstore.accessor.client.internal.api that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AccessorBucketInternalApi.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.accessor.model
Methods in io.clonecloudstore.accessor.model that return AccessorBucketModifier and TypeMethodDescriptionAccessorBucket.cloneInstance()AccessorBucket.setClientId(String clientId) AccessorBucket.setCreation(Instant creation) AccessorBucket.setExpires(Instant expires) AccessorBucket.setStatus(AccessorStatus status) -
Uses of AccessorBucket in io.clonecloudstore.accessor.replicator.application
Methods in io.clonecloudstore.accessor.replicator.application that return AccessorBucketModifier and TypeMethodDescriptionRequestActionService.createBucket(ReplicatorOrder replicatorOrder) Create bucket from client Id and BucketNameRequestActionService.deleteBucket(ReplicatorOrder replicatorOrder) Delete bucket -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that return AccessorBucketModifier and TypeMethodDescriptionAccessorBucketService.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorBucketService.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownerGet Bucket information from bucket nameMethods in io.clonecloudstore.accessor.server.application that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionAccessorBucketService.getBuckets(String clientId) Get All buckets for this clientId as ownerLocalReplicatorService.remoteGetBucket(String bucketName, String clientId, String opId) Through API Client, asks if this Bucket exists in remote -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.commons
Methods in io.clonecloudstore.accessor.server.commons that return AccessorBucketModifier and TypeMethodDescriptionAccessorBucketServiceInterface.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorBucketServiceInterface.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket nameAccessorBucketServiceInterface.getBucket(String bucketName, String clientId, String opId, boolean isPublic) Get Bucket information from bucket nameMethods in io.clonecloudstore.accessor.server.commons that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> AbstractPublicBucketHelper.createBucket(String bucketName, String clientId, String opId) io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AbstractPrivateBucketHelper.getBuckets(String clientId, String opId) io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AbstractPublicBucketHelper.getBuckets(String clientId, String opId) AccessorBucketServiceInterface.getBuckets(String clientId) Get All buckets -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.database.model
Methods in io.clonecloudstore.accessor.server.database.model that return AccessorBucketModifier and TypeMethodDescriptiondefault AccessorBucketDaoAccessorBucketRepository.findBucketById(String bucketName) Return the associated bucketDaoAccessorBucket.getDto()default AccessorBucketDaoAccessorBucketRepository.insertBucket(AccessorBucket bucket) Insert the given Bucket, returning the modified DTOdefault AccessorBucketDaoAccessorBucketRepository.updateBucketStatus(AccessorBucket bucket, AccessorStatus status, Instant creation) Update the given Bucket, creation might be null to ignoreMethods in io.clonecloudstore.accessor.server.database.model that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptiondefault List<AccessorBucket> DaoAccessorBucketRepository.listBuckets(String clientId) List all buckets from clientIdMethods in io.clonecloudstore.accessor.server.database.model with parameters of type AccessorBucketModifier and TypeMethodDescriptionDaoAccessorBucket.fromDto(AccessorBucket dto) default AccessorBucketDaoAccessorBucketRepository.insertBucket(AccessorBucket bucket) Insert the given Bucket, returning the modified DTOdefault AccessorBucketDaoAccessorBucketRepository.updateBucketStatus(AccessorBucket bucket, AccessorStatus status, Instant creation) Update the given Bucket, creation might be null to ignore -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.database.mongodb
Methods in io.clonecloudstore.accessor.server.database.mongodb that return AccessorBucketMethods in io.clonecloudstore.accessor.server.database.mongodb with parameters of type AccessorBucketConstructors in io.clonecloudstore.accessor.server.database.mongodb with parameters of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.resource
Methods in io.clonecloudstore.accessor.server.resource that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> AccessorPublicBucketResource.createBucket(String bucketName, String clientId, String opId) io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AccessorPublicBucketResource.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.resource.internal
Methods in io.clonecloudstore.accessor.server.resource.internal that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AccessorBucketInternalResource.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.simple.application
Methods in io.clonecloudstore.accessor.server.simple.application that return AccessorBucketModifier and TypeMethodDescriptionAccessorBucketService.createBucket(String bucketName, String clientId, boolean isPublic) Create bucket from client Id and bucketNameAccessorBucketService.deleteBucket(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownerGet Bucket information from bucket nameMethods in io.clonecloudstore.accessor.server.simple.application that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionAccessorBucketService.getBuckets(String clientId) Get All buckets where the owner is clientId -
Uses of AccessorBucket in io.clonecloudstore.accessor.server.simple.resource
Methods in io.clonecloudstore.accessor.server.simple.resource that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> AccessorPublicBucketResource.createBucket(String bucketName, String clientId, String opId) io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> AccessorPublicBucketResource.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.replicator.client
Methods in io.clonecloudstore.replicator.client that return types with arguments of type AccessorBucketModifier and TypeMethodDescription -
Uses of AccessorBucket in io.clonecloudstore.replicator.client.api
Methods in io.clonecloudstore.replicator.client.api that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.replicator.server.local.application
Methods in io.clonecloudstore.replicator.server.local.application that return AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.replicator.server.local.resource
Methods in io.clonecloudstore.replicator.server.local.resource that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ReplicatorResponse<AccessorBucket>> LocalReplicatorResource.getBucket(String bucketName, String xClientId, String xOpId, String xTargetId) -
Uses of AccessorBucket in io.clonecloudstore.replicator.server.remote.client
Methods in io.clonecloudstore.replicator.server.remote.client that return AccessorBucketModifier and TypeMethodDescriptionNot Cached -
Uses of AccessorBucket in io.clonecloudstore.replicator.server.remote.client.api
Methods in io.clonecloudstore.replicator.server.remote.client.api that return AccessorBucketModifier and TypeMethodDescriptionRemoteReplicatorClientApiService.getBucket(RemoteReplicatorApiClient upperClient, RemoteReplicatorApi client, String bucket, String clientId, String opId) Methods in io.clonecloudstore.replicator.server.remote.client.api that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.replicator.server.remote.resource
Methods in io.clonecloudstore.replicator.server.remote.resource that return types with arguments of type AccessorBucket -
Uses of AccessorBucket in io.clonecloudstore.test.accessor.common
Methods in io.clonecloudstore.test.accessor.common that return AccessorBucketModifier and TypeMethodDescriptionprotected static AccessorBucketFakeCommonBucketResourceHelper.fromQueryParameter(String bucketName, String clientId, AccessorStatus status) protected static AccessorBucketFakeCommonBucketResourceHelper.fromStorageBucket(StorageBucket storageBucket, String clientId) Methods in io.clonecloudstore.test.accessor.common that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionprotected io.smallrye.mutiny.Uni<AccessorBucket> FakeBucketPublicAbstract.createBucket0(String bucketName, String clientId) static io.smallrye.mutiny.Uni<AccessorBucket> FakeCommonBucketResourceHelper.createBucket0Helper(String bucketName, String clientId) protected io.smallrye.mutiny.Uni<AccessorBucket> FakeBucketPrivateAbstract.getBucket0(String bucketName, String clientId) protected io.smallrye.mutiny.Uni<AccessorBucket> FakeBucketPublicAbstract.getBucket0(String bucketName, String clientId) static io.smallrye.mutiny.Uni<AccessorBucket> FakeCommonBucketResourceHelper.getBucket0Helper(String bucketName, String clientId) protected io.smallrye.mutiny.Uni<Collection<AccessorBucket>> FakeBucketPrivateAbstract.getBuckets0(String clientId) protected io.smallrye.mutiny.Uni<Collection<AccessorBucket>> FakeBucketPublicAbstract.getBuckets0(String clientId) static io.smallrye.mutiny.Uni<Collection<AccessorBucket>> FakeCommonBucketResourceHelper.getBuckets0Helper(String clientId) Method parameters in io.clonecloudstore.test.accessor.common with type arguments of type AccessorBucketModifier and TypeMethodDescriptionstatic voidFakeCommonBucketResourceHelper.createBucketHelper(io.smallrye.mutiny.subscription.UniEmitter<? super AccessorBucket> em, String bucketName, String clientId) static voidFakeCommonBucketResourceHelper.getBucketHelper(io.smallrye.mutiny.subscription.UniEmitter<? super AccessorBucket> em, String bucketName) static voidFakeCommonBucketResourceHelper.getBucketsHelper(io.smallrye.mutiny.subscription.UniEmitter<? super Collection<AccessorBucket>> em, String clientId) -
Uses of AccessorBucket in io.clonecloudstore.test.accessor.server.resource
Methods in io.clonecloudstore.test.accessor.server.resource that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> FakeBucketPublicResourceAbstract.createBucket(String bucketName, String clientId, String opId) io.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> FakeBucketPublicResourceAbstract.getBuckets(String clientId, String opId) -
Uses of AccessorBucket in io.clonecloudstore.test.accessor.server.resource.internal
Methods in io.clonecloudstore.test.accessor.server.resource.internal that return types with arguments of type AccessorBucketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AccessorBucket> io.smallrye.mutiny.Uni<Collection<AccessorBucket>> FakeBucketPrivateResourceAbstract.getBuckets(String clientId, String opId)