Class TailLocalStepPlaceholder<S>
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
org.apache.tinkerpop.gremlin.process.traversal.step.map.MapStep<S,E>
org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep<S,S>
org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStepPlaceholder<S>
- All Implemented Interfaces:
Serializable,Cloneable,Iterator<Traverser.Admin<S>>,Step<S,,S> GValueHolder<S,,S> TailLocalStepContract<S>
public final class TailLocalStepPlaceholder<S>
extends ScalarMapStep<S,S>
implements TailLocalStepContract<S>, GValueHolder<S,S>
- See Also:
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChildFields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStepContract
CONCRETE_STEPS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.booleanCollection<GValue<?>>getLimit()inthashCode()booleanprotected Smap(Traverser.Admin<S> traverser) voidupdateVariable(String name, Object value) Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
processNextStartMethods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
addLabel, addStart, addStarts, clearLabels, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GValueHolder
reduceMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
addLabel, addStart, addStarts, clearLabels, equals, getId, getLabels, getNextStep, getPreviousStep, getRequirements, getTraversal, hasStarts, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
-
Constructor Details
-
TailLocalStepPlaceholder
-
-
Method Details
-
map
- Specified by:
mapin classScalarMapStep<S,S>
-
clone
Description copied from interface:StepCloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication. When cloning a step, it is important that the steps, the cloned step is equivalent to the state of the step whenStep.reset()is called. Moreover, the previous and next steps should be set toEmptyStep. -
equals
- Overrides:
equalsin classAbstractStep<S,S>
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractStep<S,S>
-
getLimit
- Specified by:
getLimitin interfaceTailLocalStepContract<S>
-
getLimitAsGValue
- Specified by:
getLimitAsGValuein interfaceTailLocalStepContract<S>
-
asConcreteStep
- Specified by:
asConcreteStepin interfaceGValueHolder<S,S>
-
isParameterized
public boolean isParameterized()- Specified by:
isParameterizedin interfaceGValueHolder<S,S>
-
updateVariable
- Specified by:
updateVariablein interfaceGValueHolder<S,S>
-
getGValues
- Specified by:
getGValuesin interfaceGValueHolder<S,S>
-