org.terracotta.offheapstore.disk.paging
Class MappedPage

java.lang.Object
  extended by org.terracotta.offheapstore.paging.Page
      extended by org.terracotta.offheapstore.disk.paging.MappedPage

public class MappedPage
extends Page

Author:
cdennis

Constructor Summary
MappedPage(MappedByteBuffer buffer)
           
 
Method Summary
 MappedByteBuffer asByteBuffer()
           
 
Methods inherited from class org.terracotta.offheapstore.paging.Page
address, asIntBuffer, binding, index, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedPage

public MappedPage(MappedByteBuffer buffer)
Method Detail

asByteBuffer

public MappedByteBuffer asByteBuffer()
Overrides:
asByteBuffer in class Page


Copyright © 2016. All rights reserved.