Interface BucketFactory


  • public interface BucketFactory
    Common interface for factories producing Bucket instances.
    • Method Detail

      • getBucket

        Bucket getBucket​(String serviceName,
                         String bucketName)
        Get a BucketFS bucket.
        Parameters:
        serviceName - name of the BucketFS service that hosts the bucket
        bucketName - name of the bucket
        Returns:
        bucket