Package | Description |
---|---|
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 |
Constructor and Description |
---|
IndexSegmentMultiBlockIterator(IndexSegment seg,
DirectBufferPool pool,
byte[] fromKey,
byte[] toKey,
int flags) |
Modifier and Type | Field and Description |
---|---|
static DirectBufferPool |
DirectBufferPool.INSTANCE
A JVM-wide pool of direct
ByteBuffer s used for a variety of
purposes with a default DirectBufferPool.Options.BUFFER_CAPACITY of
1 MB . |
Constructor and Description |
---|
DirectBufferPoolAllocator(DirectBufferPool pool) |
Constructor and Description |
---|
MemoryManager(DirectBufferPool pool)
Create a new
MemoryManager . |
MemoryManager(DirectBufferPool pool,
int sectors)
Create a new
MemoryManager . |
MemoryManager(DirectBufferPool pool,
int sectors,
boolean blocks,
Properties properties)
Create a new
MemoryManager . |
MemStore(DirectBufferPool pool)
Create a new instance.
|
MemStore(DirectBufferPool pool,
int bufferCapacity)
Create a new instance.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.