mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
java: update javadoc comments
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
cdd138daa5
commit
ececcf57b8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user