public final class MinGlobalStep<S extends Comparable> extends ReducingBarrierStep<S,S>
ReducingBarrierStep.NonEmittingSeed
hasProcessedOnce, NON_EMITTING_SEED, reducingBiOperator, seedSupplier
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
MinGlobalStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that 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, generateSeedFromStarts, getBiOperator, getMemoryComputeKey, getSeedSupplier, hasNextBarrier, nextBarrier, processNextStart, reset, setReducingBiOperator, setSeedSupplier
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hashCode, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
generateFinalResult
forEachRemaining, remove
public MinGlobalStep(Traversal.Admin traversal)
public void processAllStarts()
Barrier
ReducingBarrierStep
, 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()
Step
TraverserRequirement
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–2022 Apache Software Foundation. All rights reserved.