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