public class Page extends Object
| Constructor and Description |
|---|
Page(ByteBuffer buffer,
int index,
int address,
OffHeapStorageArea binding) |
Page(ByteBuffer buffer,
OffHeapStorageArea binding) |
| Modifier and Type | Method and Description |
|---|---|
int |
address() |
ByteBuffer |
asByteBuffer() |
IntBuffer |
asIntBuffer() |
OffHeapStorageArea |
binding() |
int |
index() |
int |
size() |
public Page(ByteBuffer buffer, OffHeapStorageArea binding)
public Page(ByteBuffer buffer, int index, int address, OffHeapStorageArea binding)
public ByteBuffer asByteBuffer()
public IntBuffer asIntBuffer()
public int size()
public int index()
public int address()
public OffHeapStorageArea binding()
Copyright © 2015–2024. All rights reserved.