All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.bucketfs.BucketFsServiceConfigurationProvider Maven / Gradle / Ivy

The newest version!
package com.exasol.bucketfs;

import com.exasol.config.BucketFsServiceConfiguration;

/**
 * Interface for objects that can provide the configuration of a BucketFS service.
 */
public interface BucketFsServiceConfigurationProvider {
    /**
     * Get the BucketFS service configuration for a given service name.
     *
     * @param serviceName name of the service for which the configuration should be provided
     * @return service configuration
     */
    public BucketFsServiceConfiguration getBucketFsServiceConfiguration(String serviceName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy