org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
Class FsDatasetCache.PageRounder
java.lang.Object
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetCache.PageRounder
- Enclosing class:
- org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetCache
public static class FsDatasetCache.PageRounder
- extends Object
|
Method Summary |
long |
round(long count)
Round up a number to the operating system page size. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FsDatasetCache.PageRounder
public FsDatasetCache.PageRounder()
round
public long round(long count)
- Round up a number to the operating system page size.
Copyright © 2014 Apache Software Foundation. All Rights Reserved.