Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.hints |
Query hints are specified at the SPARQL layer using magic predicates.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedHeapStandloneChunkHandler |
class |
NativeHeapStandloneChunkHandler |
class |
StandaloneChunkHandler
Implementation supports a standalone database.
|
Modifier and Type | Field and Description |
---|---|
static IChunkHandler |
StandaloneChunkHandler.MANAGED_HEAP_INSTANCE
Instance puts all chunks onto the managed object heap.
|
static IChunkHandler |
StandaloneChunkHandler.NATIVE_HEAP_INSTANCE
Instance puts all chunks onto the native heap.
|
static IChunkHandler |
StandaloneChunkHandler.TEST_INSTANCE
This instance is explicitly used for several unit tests in the query
engine package that are not written to the RDF data model (the native
heap version assumes an RDF data model).
|
Modifier and Type | Method and Description |
---|---|
protected IChunkHandler |
ChunkedRunningQuery.getChunkHandler()
Return the effective
IChunkHandler for this query. |
protected IChunkHandler |
ChunkedRunningQuery.getChunkHandler(QueryEngine queryEngine,
PipelineOp query)
Factory returns the effective
IChunkHandler for this query. |
Modifier and Type | Class and Description |
---|---|
class |
FederationChunkHandler<E>
The base class is extended to organize the output from one operator so in
order to make it available to another operator running on a different node.
|
Modifier and Type | Field and Description |
---|---|
static IChunkHandler |
FederationChunkHandler.INSTANCE
FIXME Debug the NIO chunk message materialization logic (it is currently
disabled by the setting of the nioThreshold parameter to the
constructor).
|
static IChunkHandler |
FederationChunkHandler.TEST_INSTANCE
Instance used by some test suites to avoid a dependency on the RDF data
model.
|
Modifier and Type | Method and Description |
---|---|
protected IChunkHandler |
FederatedRunningQuery.getChunkHandler(QueryEngine queryEngine,
PipelineOp query) |
Modifier and Type | Field and Description |
---|---|
static IChunkHandler |
QueryHints.DEFAULT_QUERY_ENGINE_CHUNK_HANDLER |
Modifier and Type | Field and Description |
---|---|
IChunkHandler |
AST2BOpContext.queryEngineChunkHandler
Controls whether the intermediate solution chunks on the query engine
operator input queues are stored on the native heap and/or the managed
object heap.
|
Modifier and Type | Method and Description |
---|---|
static QueryEngineChunkHandlerEnum |
QueryEngineChunkHandlerEnum.valueOf(Class<? extends IChunkHandler> cls)
Return the type safe enumeration corresponding to a specific
implementation class.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.