java: update javadoc comments

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2013-01-05 11:12:25 -08:00
parent cdd138daa5
commit ececcf57b8

View File

@ -666,9 +666,9 @@ public class CephMount {
private static synchronized native int native_ceph_localize_reads(long mountp, boolean on);
/**
* Pull the stripe unit granularity from the underlying ceph installation.
* Get file layout stripe unit granularity.
*
* @return all block sizes must be a (non-zero) multiple of this value.
* @return Stripe unit granularity.
*/
public int get_stripe_unit_granularity() {
return native_ceph_get_stripe_unit_granularity(instance_ptr);