Class SumGlobalStep<S extends Number>
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep<S,S>
org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep<S>
- All Implemented Interfaces:
Serializable,Cloneable,Iterator<Traverser.Admin<S>>,Step<S,,S> Barrier<S>,Generating<S,,S> MemoryComputing<S>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
ReducingBarrierStep.NonEmittingSeed -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
hasProcessedOnce, NON_EMITTING_SEED, reducingBiOperator, seedSupplierFields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SAdvances the starts until a non-null value is found or simply returnsnull.Provide the necessaryTraverserRequirementthat must be met by the traverser in order for the step to function properly.voidProcess all left traversers by do not yield the resultant output.projectTraverser(Traverser.Admin<S> traverser) Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
addBarrier, clone, done, getBiOperator, getEmptyBarrier, getMemoryComputeKey, getSeedSupplier, hasNextBarrier, nextBarrier, processNextStart, reset, setReducingBiOperator, setSeedSupplierMethods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
addLabel, addStart, addStarts, clearLabels, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hashCode, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Generating
generateFinalResultMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
SumGlobalStep
-
-
Method Details
-
generateSeedFromStarts
Advances the starts until a non-null value is found or simply returnsnull. In this way, an allnullstream will result innull.- Overrides:
generateSeedFromStartsin classReducingBarrierStep<S extends Number,S extends Number>
-
processAllStarts
public void processAllStarts()Description copied from interface:BarrierProcess all left traversers by do not yield the resultant output. This method is useful for steps likeReducingBarrierStep, where traversers can be processed "on the fly" and thus, reduce memory consumption.- Specified by:
processAllStartsin interfaceBarrier<S extends Number>- Overrides:
processAllStartsin classReducingBarrierStep<S extends Number,S extends Number>
-
projectTraverser
- Specified by:
projectTraverserin classReducingBarrierStep<S extends Number,S extends Number>
-
getRequirements
Description copied from interface:StepProvide the necessaryTraverserRequirementthat must be met by the traverser in order for the step to function properly. The provided default implements returns an empty set.- Returns:
- the set of requirements
-