HADOOP-14413. Add Javadoc comment for jitter parameter on CachingGetSpaceUsed
(Contributed by Erik Krogen via Daniel Templeton)
This commit is contained in:
parent
4aae2d40a3
commit
09f28da2d2
|
@ -65,6 +65,9 @@ public abstract class CachingGetSpaceUsed implements Closeable, GetSpaceUsed {
|
|||
*
|
||||
* @param path the path to check disk usage in
|
||||
* @param interval refresh the disk usage at this interval
|
||||
* @param jitter randomize the refresh interval timing by this amount;
|
||||
* the actual interval will be chosen uniformly between
|
||||
* {@code interval-jitter} and {@code interval+jitter}
|
||||
* @param initialUsed use this value until next refresh
|
||||
* @throws IOException if we fail to refresh the disk usage
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue