Class BucketFsServiceConfiguration


  • public class BucketFsServiceConfiguration
    extends Object
    Configuration parameters for a BucketFS service (aka. "a BucketFS").
    • Method Detail

      • getName

        public String getName()
        Get the name of the BucketFS service.
        Returns:
        bucket name
      • getHttpPort

        public int getHttpPort()
        Get the HTTP port the BucketFS service listens on.
        Returns:
        HTTP port number
      • getHttpsPort

        public int getHttpsPort()
        Get the HTTPS port the BucketFS service listens on.
        Returns:
        HTTPS port number
      • getBucketConfiguration

        public BucketConfiguration getBucketConfiguration​(String bucketName)
        Get the configuration of a bucket.
        Parameters:
        bucketName - name of the bucket
        Returns:
        bucket configuration