|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferSource | |
|---|---|
| org.terracotta.offheapstore.buffersource | |
| org.terracotta.offheapstore.paging | |
| Uses of BufferSource in org.terracotta.offheapstore.buffersource |
|---|
| Classes in org.terracotta.offheapstore.buffersource that implement BufferSource | |
|---|---|
class |
HeapBufferSource
|
class |
OffHeapBufferSource
An unlimited direct byte buffer source. |
class |
TimingBufferSource
|
| Constructors in org.terracotta.offheapstore.buffersource with parameters of type BufferSource | |
|---|---|
TimingBufferSource(BufferSource source,
long slow,
TimeUnit slowUnit,
long critical,
TimeUnit criticalUnit,
boolean haltOnCritical)
|
|
| Uses of BufferSource in org.terracotta.offheapstore.paging |
|---|
| Constructors in org.terracotta.offheapstore.paging with parameters of type BufferSource | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||