Class NativeIO.POSIX.PmemMappedRegion

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

public static class NativeIO.POSIX.PmemMappedRegion extends Object
Denote memory region for a file mapped.
  • Constructor Details

    • PmemMappedRegion

      public PmemMappedRegion(long address, long length, boolean isPmem)
  • Method Details

    • isPmem

      public boolean isPmem()
    • getAddress

      public long getAddress()
    • getLength

      public long getLength()