Class NativeIO.POSIX.NoMlockCacheManipulator

java.lang.Object
org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
Enclosing class:
NativeIO.POSIX

@VisibleForTesting public static class NativeIO.POSIX.NoMlockCacheManipulator extends NativeIO.POSIX.CacheManipulator
A CacheManipulator used for testing which does not actually call mlock. This allows many tests to be run even when the operating system does not allow mlock, or only allows limited mlocking.