| Modifier and Type | Field and Description |
|---|---|
protected OffHeapStorageArea |
RestartableMinimalStorageEngine.metadataArea |
| Modifier and Type | Method and Description |
|---|---|
MappedPage |
MappedPageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner) |
| Modifier and Type | Method and Description |
|---|---|
OffHeapStorageArea |
Page.binding() |
| Modifier and Type | Method and Description |
|---|---|
Page |
UpfrontAllocatingPageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner)
Allocates a byte buffer of at least the given size.
|
Page |
PhantomReferenceLimitedPageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner)
Allocates a byte buffer of the given size.
|
Page |
UnlimitedPageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner) |
Page |
PageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner)
Attempt to allocate a page of the given size.
|
| Constructor and Description |
|---|
Page(ByteBuffer buffer,
int index,
int address,
OffHeapStorageArea binding) |
Page(ByteBuffer buffer,
OffHeapStorageArea binding) |
| Modifier and Type | Field and Description |
|---|---|
protected OffHeapStorageArea |
OffHeapBufferStorageEngine.storageArea |
| Constructor and Description |
|---|
IntegerBestFitAllocator(OffHeapStorageArea storage)
Create a best fit allocator backed by the given OffHeapStorageArea.
|
LongBestFitAllocator(OffHeapStorageArea storage)
Create a best fit allocator backed by the given OffHeapStorageArea.
|
Copyright © 2015–2024. All rights reserved.