Function hdfsGetDefaultBlockSize

Source
pub unsafe extern "C" fn hdfsGetDefaultBlockSize(
    fs: hdfsFS,
) -> tOffset
Expand description

hdfsGetDefaultBlockSize - Get the default blocksize.

@param fs The configured filesystem handle. @deprecated Use hdfsGetDefaultBlockSizeAtPath instead.

@return Returns the default blocksize, or -1 on error.