public final class SideEffectCapStep<S,E> extends SupplyingBarrierStep<S,E>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
SideEffectCapStep(Traversal.Admin traversal,
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() |
E |
supply() |
String |
toString() |
clone, processNextStart, resetaddStart, addStarts, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, setId, setLabel, setNextStep, setPreviousStep, setTraversalequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic SideEffectCapStep(Traversal.Admin traversal, String... sideEffectKeys)
public String toString()
toString in class AbstractStep<S,E>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.public E supply()
supply in class SupplyingBarrierStep<S,E>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.