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

Releases: gluster/libgfapi-java-io

libgfapi-java-io v0.3 release

Choose a tag to compare

@avati avati released this 02 Dec 21:31

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

Choose a tag to compare

@avati avati released this 08 Oct 20:23

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

Choose a tag to compare

@avati avati released this 25 Aug 20:31

First release of libgfapi-java-io.