Class TinkerGraphStep<S,E extends Element>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep<S,E>
- 
- org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep<S,E>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AutoCloseable,- Cloneable,- Iterator<Traverser.Admin<E>>,- Step<S,E>,- Configuring,- GraphComputing,- HasContainerHolder,- Parameterizing
 
 public final class TinkerGraphStep<S,E extends Element> extends GraphStep<S,E> implements HasContainerHolder, AutoCloseable - Author:
- Marko A. Rodriguez (http://markorodriguez.com), Pieter Martin
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStepdone, ids, isStart, iteratorSupplier, parameters, returnClass
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
 
- 
 - 
Constructor SummaryConstructors Constructor Description TinkerGraphStep(GraphStep<S,E> originalGraphStep)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHasContainer(HasContainer hasContainer)voidclose()Attempts to close an underlying iterator if it is of typeCloseableIterator.List<HasContainer>getHasContainers()inthashCode()StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStepaddIds, clearIds, configure, convertElementsToIds, getIds, getParameters, getReturnClass, isStartStep, isStartStep, onGraphComputer, processHasContainerIds, processNextStart, reset, returnsEdge, returnsVertex, setIteratorSupplier
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputingatMaster
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.HasContainerHolderremoveHasContainer
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Stepequals, getRequirements
 
- 
 
- 
- 
- 
Method Detail- 
getHasContainerspublic List<HasContainer> getHasContainers() - Specified by:
- getHasContainersin interface- HasContainerHolder
 
 - 
addHasContainerpublic void addHasContainer(HasContainer hasContainer) - Specified by:
- addHasContainerin interface- HasContainerHolder
 
 - 
closepublic void close() Description copied from class:GraphStepAttempts to close an underlying iterator if it is of typeCloseableIterator. Graph providers may choose to return this interface containing their vertices and edges if there are expensive resources that might need to be released at some point.
 
- 
 
-