@Deprecated public final class GroupSideEffectStepV3d0<S,K,V,R> extends SideEffectStep<S> implements SideEffectCapable<Map<K,Collection<V>>,Map<K,R>>, TraversalParent, ByModulating
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
GroupSideEffectStepV3d0(Traversal.Admin traversal,
                       String sideEffectKey)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
GroupSideEffectStepV3d0<S,K,V,R> | 
clone()
Deprecated.  
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication. 
 | 
Map<K,R> | 
generateFinalResult(Map<K,Collection<V>> valueMap)
Deprecated.  
Post-process the side-effect and return the post-processed side-effect. 
 | 
<A,B> List<Traversal.Admin<A,B>> | 
getLocalChildren()
Deprecated.  
  | 
Set<TraverserRequirement> | 
getRequirements()
Deprecated.  
Provide the necessary  
TraverserRequirement that must be met by the traverser in order for the step to function properly. | 
String | 
getSideEffectKey()
Deprecated.  
The side-effect key of the step. 
 | 
int | 
hashCode()
Deprecated.  
  | 
void | 
modulateBy(Traversal.Admin<?,?> kvrTraversal)
Deprecated.  
  | 
void | 
setTraversal(Traversal.Admin<?,?> parentTraversal)
Deprecated.  
Set the  
Traversal that this step is contained within. | 
protected void | 
sideEffect(Traverser.Admin<S> traverser)
Deprecated.  
  | 
String | 
toString()
Deprecated.  
  | 
processNextStartaddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStepfinalize, getClass, notify, notifyAll, wait, wait, waitaddGlobalChild, addLocalChild, asStep, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChildmodulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateByforEachRemaining, removepublic GroupSideEffectStepV3d0(Traversal.Admin traversal, String sideEffectKey)
protected void sideEffect(Traverser.Admin<S> traverser)
sideEffect in class SideEffectStep<S>public String getSideEffectKey()
SideEffectCapablegetSideEffectKey in interface SideEffectCapable<Map<K,Collection<V>>,Map<K,R>>public String toString()
toString in class AbstractStep<S,S>public Map<K,R> generateFinalResult(Map<K,Collection<V>> valueMap)
GeneratinggenerateFinalResult in interface Generating<Map<K,Collection<V>>,Map<K,R>>valueMap - the pre-processed side-effect.public <A,B> List<Traversal.Admin<A,B>> getLocalChildren()
getLocalChildren in interface TraversalParentpublic void modulateBy(Traversal.Admin<?,?> kvrTraversal)
modulateBy in interface ByModulatingpublic 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.getRequirements in interface Step<S,S>public GroupSideEffectStepV3d0<S,K,V,R> clone()
StepEmptyStep.public void setTraversal(Traversal.Admin<?,?> parentTraversal)
StepTraversal that this step is contained within.setTraversal in interface Step<S,S>setTraversal in class AbstractStep<S,S>parentTraversal - the new traversal for this steppublic int hashCode()
hashCode in class AbstractStep<S,S>Copyright © 2013–2016 Apache Software Foundation. All rights reserved.