|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| org.terracotta.offheapstore | |
| org.terracotta.offheapstore.disk.paging | |
| org.terracotta.offheapstore.paging | |
| Uses of Page in org.terracotta.offheapstore |
|---|
| Fields in org.terracotta.offheapstore declared as Page | |
|---|---|
protected Page |
OffHeapHashMap.hashTablePage
|
| Uses of Page in org.terracotta.offheapstore.disk.paging |
|---|
| Subclasses of Page in org.terracotta.offheapstore.disk.paging | |
|---|---|
class |
MappedPage
|
| Methods in org.terracotta.offheapstore.disk.paging with parameters of type Page | |
|---|---|
void |
MappedPageSource.free(Page page)
|
long |
MappedPageSource.getAddress(Page underlying)
|
| Uses of Page in org.terracotta.offheapstore.paging |
|---|
| Methods in org.terracotta.offheapstore.paging that return Page | |
|---|---|
Page |
UpfrontAllocatingPageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner)
Allocates a byte buffer of at least the given size. |
Page |
PageSource.allocate(int size,
boolean thief,
boolean victim,
OffHeapStorageArea owner)
Attempt to allocate a page of 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)
|
| Methods in org.terracotta.offheapstore.paging that return types with arguments of type Page | |
|---|---|
Collection<Page> |
OffHeapStorageArea.release(Collection<Page> targets)
|
| Methods in org.terracotta.offheapstore.paging with parameters of type Page | |
|---|---|
void |
UpfrontAllocatingPageSource.free(Page page)
Frees the supplied buffer. |
void |
PageSource.free(Page page)
|
void |
PhantomReferenceLimitedPageSource.free(Page buffer)
Frees the supplied buffer. |
void |
UnlimitedPageSource.free(Page page)
|
| Method parameters in org.terracotta.offheapstore.paging with type arguments of type Page | |
|---|---|
Collection<Page> |
OffHeapStorageArea.release(Collection<Page> targets)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||