public final class GroupCountStep<S,E> extends ReducingBarrierStep<S,Map<E,Long>> implements TraversalParent, ByModulating
Modifier and Type | Class and Description |
---|---|
static class |
GroupCountStep.GroupCountBiOperator<E> |
reducingBiOperator, seedSupplier
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
GroupCountStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
void |
addLocalChild(Traversal.Admin<?,?> groupTraversal) |
GroupCountStep<S,E> |
clone()
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
|
List<Traversal.Admin<S,E>> |
getLocalChildren() |
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to
function properly. |
int |
hashCode() |
void |
modulateBy(Traversal.Admin<?,?> keyTraversal) |
Map<E,Long> |
projectTraverser(Traverser.Admin<S> traverser) |
void |
setTraversal(Traversal.Admin<?,?> parentTraversal)
Set the
Traversal that this step is contained within. |
String |
toString() |
addBarrier, done, getBiOperator, getMemoryComputeKey, getSeedSupplier, hasNextBarrier, nextBarrier, processAllStarts, processNextStart, reset, setReducingBiOperator, setSeedSupplier
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep
finalize, getClass, notify, notifyAll, wait, wait, wait
addGlobalChild, asStep, close, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild
modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy
generateFinalResult
forEachRemaining, remove
public GroupCountStep(Traversal.Admin traversal)
public Map<E,Long> projectTraverser(Traverser.Admin<S> traverser)
projectTraverser
in class ReducingBarrierStep<S,Map<E,Long>>
public void addLocalChild(Traversal.Admin<?,?> groupTraversal)
addLocalChild
in interface TraversalParent
public List<Traversal.Admin<S,E>> getLocalChildren()
getLocalChildren
in interface TraversalParent
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.public void modulateBy(Traversal.Admin<?,?> keyTraversal) throws UnsupportedOperationException
modulateBy
in interface ByModulating
UnsupportedOperationException
public GroupCountStep<S,E> clone()
Step
Step.reset()
is called. Moreover, the previous and next steps should be set to EmptyStep
.public void setTraversal(Traversal.Admin<?,?> parentTraversal)
Step
Traversal
that this step is contained within.setTraversal
in interface Step<S,Map<E,Long>>
setTraversal
in class AbstractStep<S,Map<E,Long>>
parentTraversal
- the new traversal for this stepCopyright © 2013–2020 Apache Software Foundation. All rights reserved.