This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
Releases: gluster/libgfapi-java-io
Releases · gluster/libgfapi-java-io
libgfapi-java-io v0.3 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)
libgfapi-java-io v0.2 release
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
First release of libgfapi-java-io.
- API supports simple file and directory operations.
- RPMs uploaded are for x86_64 on RHEL 6.x, requires glusterfs-3.4.x
- Example usage: https://github.com/avati/libgfapi-java-io/blob/v0.1/examples/glfsxmp.java