Class MappedPage
- java.lang.Object
-
- org.terracotta.offheapstore.paging.Page
-
- org.terracotta.offheapstore.disk.paging.MappedPage
-
public class MappedPage extends Page
-
-
Constructor Summary
Constructors Constructor Description MappedPage(java.nio.MappedByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.MappedByteBufferasByteBuffer()
-
-
-
Method Detail
-
asByteBuffer
public java.nio.MappedByteBuffer asByteBuffer()
- Overrides:
asByteBufferin classPage
-
-