org.terracotta.offheapstore.paging
Class Page
java.lang.Object
org.terracotta.offheapstore.paging.Page
- Direct Known Subclasses:
- MappedPage
public class Page
- extends Object
- Author:
- Chris Dennis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page(ByteBuffer buffer,
OffHeapStorageArea binding)
Page
public Page(ByteBuffer buffer,
int index,
int address,
OffHeapStorageArea binding)
asByteBuffer
public ByteBuffer asByteBuffer()
asIntBuffer
public IntBuffer asIntBuffer()
size
public int size()
index
public int index()
address
public int address()
binding
public OffHeapStorageArea binding()
Copyright © 2016. All Rights Reserved.