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

Releases: gluster/libgfapi-java-io

libgfapi-java-io v0.3 release

02 Dec 21:31
Compare
Choose a tag to compare

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)

libgfapi-java-io v0.2 release

08 Oct 20:23
Compare
Choose a tag to compare

Implemented new read method in GlusterFileInputStream:

int read(byte [] buf);

Previously this was falling back to InputStream (base class) implementation which would use the per-byte reading read() method.

libgfapi-java-io v0.1 release

25 Aug 20:31
Compare
Choose a tag to compare

First release of libgfapi-java-io.