Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.engine | |
com.bigdata.bop.join | |
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.rwstore.sector |
Modifier and Type | Method and Description |
---|---|
IMemoryManager |
IQueryContext.getMemoryManager()
Return the
IMemoryManager which may be used to buffer data on
high level data structures, such as the HTree , for this query. |
IMemoryManager |
BOpContext.getMemoryManager(UUID queryId)
Return the
IMemoryManager associated with the specified query. |
Modifier and Type | Method and Description |
---|---|
IMemoryManager |
MockRunningQuery.getMemoryManager() |
IMemoryManager |
AbstractRunningQuery.getMemoryManager() |
Constructor and Description |
---|
HTreeHashJoinUtility(IMemoryManager mmgr,
PipelineOp op,
JoinTypeEnum joinType) |
HTreePipelinedHashJoinUtility(IMemoryManager mmgr,
PipelineOp op,
JoinTypeEnum joinType) |
Modifier and Type | Method and Description |
---|---|
IMemoryManager |
MockQueryContext.getMemoryManager() |
Modifier and Type | Class and Description |
---|---|
class |
AllocationContext
The
AllocationContext is used to maintain a handle on allocations
made within some specific environment (context). |
class |
MemoryManager
The MemoryManager manages an off-heap Direct
ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
IMemoryManager |
IMemoryManager.createAllocationContext()
Create a child allocation context within which the caller may make and
release allocations.
|
IMemoryManager |
AllocationContext.createAllocationContext() |
IMemoryManager |
MemoryManager.createAllocationContext()
Maintain allocationContext to check for session protection
|
IMemoryManager |
MemStore.getMemoryManager()
Return the backing
IMemoryManager . |
IMemoryManager |
MemStrategy.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
TestMemoryManager.doStressAllocations(IMemoryManager mm,
boolean clear,
int tests,
int maxString) |
Constructor and Description |
---|
MemStore(IMemoryManager mmgr)
Wrap an existing
IMemoryManager . |
MemStrategy(IMemoryManager mmgr) |
PSInputStream(IMemoryManager mm,
long addr) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.