|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectBufferPool | |
|---|---|
| com.bigdata.btree |
The BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
| com.bigdata.io | |
| com.bigdata.rwstore.sector | |
| Uses of DirectBufferPool in com.bigdata.btree |
|---|
| Constructors in com.bigdata.btree with parameters of type DirectBufferPool | |
|---|---|
IndexSegmentMultiBlockIterator(IndexSegment seg,
DirectBufferPool pool,
byte[] fromKey,
byte[] toKey,
int flags)
|
|
| Uses of DirectBufferPool in com.bigdata.io |
|---|
| Fields in com.bigdata.io declared as DirectBufferPool | |
|---|---|
static DirectBufferPool |
DirectBufferPool.INSTANCE
A JVM-wide pool of direct ByteBuffers used for a variety of
purposes with a default DirectBufferPool.Options.BUFFER_CAPACITY of
1 MB. |
| Constructors in com.bigdata.io with parameters of type DirectBufferPool | |
|---|---|
DirectBufferPoolAllocator(DirectBufferPool pool)
|
|
| Uses of DirectBufferPool in com.bigdata.rwstore.sector |
|---|
| Constructors in com.bigdata.rwstore.sector with parameters of type DirectBufferPool | |
|---|---|
MemoryManager(DirectBufferPool pool)
Create a new MemoryManager. |
|
MemoryManager(DirectBufferPool pool,
int sectors)
Create a new MemoryManager. |
|
MemStore(DirectBufferPool pool,
int bufferCapacity)
Create a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||