| Package | Description |
|---|---|
| org.terracotta.offheapstore.buffersource | |
| org.terracotta.offheapstore.paging |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapBufferSource |
class |
OffHeapBufferSource
An unlimited direct byte buffer source.
|
class |
TimingBufferSource |
| Constructor and Description |
|---|
TimingBufferSource(BufferSource source,
long slow,
TimeUnit slowUnit,
long critical,
TimeUnit criticalUnit,
boolean haltOnCritical) |
| Constructor and Description |
|---|
UnlimitedPageSource(BufferSource source) |
UpfrontAllocatingPageSource(BufferSource source,
long toAllocate,
int chunkSize)
Create an up-front allocating buffer source of
toAllocate total bytes, in
chunkSize byte chunks. |
UpfrontAllocatingPageSource(BufferSource source,
long toAllocate,
int maxChunk,
int minChunk)
Create an up-front allocating buffer source of
toAllocate total bytes, in
maximally sized chunks, within the given bounds. |
Copyright © 2015–2024. All rights reserved.