public class EndOp extends PipelineOp
slice solutions. The primary use case for
EndOp is on a cluster, where it is evaluated on the query controller
so the results will be streamed back to the query controller from the nodes
of the cluster. You MUST specify BOp.Annotations#EVALUATION_CONTEXT
as BOpEvaluationContext.CONTROLLER when it is to be used for this
purpose.https://sourceforge.net/apps/trac/bigdata/ticket/227,
Serialized FormPipelineOp.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
EndOp(BOp[] args,
Map<String,Object> annotations) |
EndOp(EndOp op) |
| Modifier and Type | Method and Description |
|---|---|
FutureTask<Void> |
eval(BOpContext<IBindingSet> context)
Return a
FutureTask which computes the operator against the
evaluation context. |
assertAtOnceJavaHeapOp, assertMaxParallelOne, getChunkCapacity, getChunkOfChunksCapacity, getChunkTimeout, getMaxMemory, getMaxParallel, isAtOnceEvaluation, isBlockedEvaluation, isLastPassRequested, isPipelinedEvaluation, isReorderSolutions, isSharedState, newStats__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, get, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toStringpublic EndOp(EndOp op)
public FutureTask<Void> eval(BOpContext<IBindingSet> context)
PipelineOpFutureTask which computes the operator against the
evaluation context. The caller is responsible for executing the
FutureTask (this gives them the ability to hook the completion of
the computation).eval in class PipelineOpcontext - The evaluation context.FutureTask which will compute the operator's
evaluation.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.