public final class TinkerGraphStep<S,E extends Element> extends GraphStep<S,E> implements HasContainerHolder, AutoCloseable
done, ids, isStart, iteratorSupplier, parameters, returnClass
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
TinkerGraphStep(GraphStep<S,E> originalGraphStep) |
Modifier and Type | Method and Description |
---|---|
void |
addHasContainer(HasContainer hasContainer) |
void |
close()
Attempts to close an underlying iterator if it is of type
CloseableIterator . |
List<HasContainer> |
getHasContainers() |
int |
hashCode() |
String |
toString() |
addIds, clearIds, configure, convertElementsToIds, getIds, getParameters, getReturnClass, isStartStep, isStartStep, onGraphComputer, processHasContainerIds, processNextStart, reset, returnsEdge, returnsVertex, setIteratorSupplier
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
removeHasContainer
atMaster, atMaster
equals, getRequirements
forEachRemaining, remove
public List<HasContainer> getHasContainers()
getHasContainers
in interface HasContainerHolder
public void addHasContainer(HasContainer hasContainer)
addHasContainer
in interface HasContainerHolder
public void close()
GraphStep
CloseableIterator
. 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.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.