Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.util.concurrent |
Utility classes related to java.util.concurrent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRunningQuery
Non-Remote interface exposing a limited set of the state of an executing
query.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRunningQuery
Abstract base class for various
IRunningQuery implementations. |
class |
ChunkedRunningQuery
IRunningQuery implementation based on the assignment of
IChunkMessage (s) to an operator task. |
class |
MockRunningQuery
Mock object.
|
Modifier and Type | Method and Description |
---|---|
protected IHaltable<Void> |
AbstractRunningQuery.getFuture()
The
Future of this query. |
Modifier and Type | Class and Description |
---|---|
class |
FederatedRunningQuery
Extends
ChunkedRunningQuery to provide additional state and logic
required to support distributed query evaluation against an
IBigdataFederation . |
Modifier and Type | Class and Description |
---|---|
class |
Haltable<V>
Abstract base class for tasks whose processing may be halted asynchronously.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.