public final class MaxGlobalStep<S extends Comparable> extends ReducingBarrierStep<S,S>
reducingBiOperator, seedSupplierid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
| MaxGlobalStep(Traversal.Admin traversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<TraverserRequirement> | getRequirements()Provide the necessary  TraverserRequirementthat must be met by the traverser in order for the step to function properly. | 
| void | processAllStarts()Process all left traversers by do not yield the resultant output. | 
| S | projectTraverser(Traverser.Admin<S> traverser) | 
addBarrier, clone, done, getBiOperator, getMemoryComputeKey, getSeedSupplier, hasNextBarrier, nextBarrier, processNextStart, reset, setReducingBiOperator, setSeedSupplieraddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversal, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgenerateFinalResultforEachRemaining, removepublic MaxGlobalStep(Traversal.Admin traversal)
public void processAllStarts()
BarrierReducingBarrierStep, where traversers can be processed "on the fly" and thus, reduce memory consumption.processAllStarts in interface Barrier<S extends Comparable>processAllStarts in class ReducingBarrierStep<S extends Comparable,S extends Comparable>public S projectTraverser(Traverser.Admin<S> traverser)
projectTraverser in class ReducingBarrierStep<S extends Comparable,S extends Comparable>public Set<TraverserRequirement> getRequirements()
StepTraverserRequirement that must be met by the traverser in order for the step to function properly.
 The provided default implements returns an empty set.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.