| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalSideEffects | TraversalSideEffects. clone()Cloning is used to duplicate the sideEffects typically in OLAP environments. | 
| TraversalSideEffects | Traversal.Admin. getSideEffects()Get the  TraversalSideEffectsassociated with the traversal. | 
| TraversalSideEffects | Traverser.Admin. getSideEffects()Get the sideEffects associated with the traversal of the traverser. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TraversalSideEffects. mergeInto(TraversalSideEffects sideEffects)Add the current  TraversalSideEffectsdata and suppliers to the providedTraversalSideEffects. | 
| void | Traversal.Admin. setSideEffects(TraversalSideEffects sideEffects)Set the  TraversalSideEffectsof this traversal. | 
| void | Traverser.Admin. setSideEffects(TraversalSideEffects sideEffects)Set the sideEffects of the  Traversal. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.