Package | Description |
---|---|
com.bigdata.relation.rule.eval.pipeline |
This package implements a pipeline join.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.util.concurrent |
Utility classes related to java.util.concurrent.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JoinMasterTask.awaitAll(List<Future<Void>> futures,
long timeout,
TimeUnit unit)
Make sure that each
JoinTask completed successfully. |
protected List<Future<Void>> |
DistributedJoinMasterTask.awaitFactoryFutures(List<Future> factoryTaskFutures)
Await the
JoinTaskFactoryTask Future s. |
Modifier and Type | Method and Description |
---|---|
static SplitResult |
SplitUtility.buildSplits(com.bigdata.resources.ViewMetadata vmd,
Split[] splits,
Event parentEvent)
Build N index segments based on those split points.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionHelper.submitTasks(List<Callable<T>> tasks)
Submit subquery tasks, wait until they are done, and verify that all
tasks were executed without error.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.