public final class SideEffectCapStep<S,E> extends SupplyingBarrierStep<S,E>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| 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  TraverserRequirementthat 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, processAllStarts, processNextStart, resetaddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversalfinalize, getClass, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic 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()
StepTraverserRequirement 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.