Add function hdfsGetRemaining to libhdfs
Add function hdfsGetRemaining to libhdfs
This commit is contained in:
parent
c3c181aec2
commit
61bb51faff
|
@ -896,6 +896,15 @@ extern "C" {
|
||||||
LIBHDFS_EXTERNAL
|
LIBHDFS_EXTERNAL
|
||||||
tOffset hdfsGetUsed(hdfsFS fs);
|
tOffset hdfsGetUsed(hdfsFS fs);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* hdfsGetRemaining - Return the remaining capacity of the filesystem.
|
||||||
|
* @param fs The configured filesystem handle.
|
||||||
|
* @return Returns the remaining-capacity; -1 on error.
|
||||||
|
*/
|
||||||
|
LIBHDFS_EXTERNAL
|
||||||
|
tOffset hdfsGetRemaining(hdfsFS fs);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the user and/or group of a file or directory.
|
* Change the user and/or group of a file or directory.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue