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

in.clouthink.daas.fss.glusterfs.support.GlusterfsProperties Maven / Gradle / Ivy

package in.clouthink.daas.fss.glusterfs.support;

/**
 * Config for glusterfs client.
 *
 * @author dz
 */
public interface GlusterfsProperties {

    String getServer();

    String getVolume();

    int getBufferSize();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy