public final class SideEffectCapStep<S,E> extends SupplyingBarrierStep<S,E>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
SideEffectCapStep(Traversal.Admin traversal,
String sideEffectKey,
String... sideEffectKeys) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getMapOfSideEffects() |
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
List<String> |
getSideEffectKeys() |
int |
hashCode() |
protected E |
supply() |
String |
toString() |
clone, processNextStart, reset
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
public SideEffectCapStep(Traversal.Admin traversal, String sideEffectKey, String... sideEffectKeys)
public String toString()
toString
in class AbstractStep<S,E>
public int hashCode()
hashCode
in class AbstractStep<S,E>
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.protected E supply()
supply
in class SupplyingBarrierStep<S,E>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.