Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

libgfapi-java-io v0.3 release

Latest
Compare
Choose a tag to compare
@avati avati released this 02 Dec 21:31
· 34 commits to master since this release

Added new constructors for setting logfile during initialization time:

public GlusterFileSystem(String VolumeName, String Server, String LogFile, int LogLevel)

and

public GlusterFileSystem(String VolumeName, String Server, int Port, String Transport, String LogFile, int LogLevel)