public final class WherePredicateStep<S> extends FilterStep<S> implements Scoping, PathProcessor, ByModulating, TraversalParent
Scoping.VariablePathProcessor.ElementRequirement| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
keepLabels |
protected P<Object> |
predicate |
protected Set<String> |
scopeKeys |
protected List<String> |
selectKeys |
protected String |
startKey |
protected TraversalRing<S,?> |
traversalRing |
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description |
|---|
WherePredicateStep(Traversal.Admin traversal,
Optional<String> startKey,
P<String> predicate) |
| Modifier and Type | Method and Description |
|---|---|
WherePredicateStep<S> |
clone()
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
|
protected boolean |
filter(Traverser.Admin<S> traverser) |
Set<String> |
getKeepLabels() |
List<Traversal.Admin<S,?>> |
getLocalChildren() |
Optional<P<?>> |
getPredicate() |
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to
function properly. |
Set<String> |
getScopeKeys()
Get the labels that this scoping step will access during the traversal
|
Optional<String> |
getStartKey() |
int |
hashCode() |
void |
modulateBy(Traversal.Admin<?,?> traversal) |
protected Traverser.Admin<S> |
processNextStart() |
void |
removeStartKey() |
void |
setKeepLabels(Set<String> keepLabels) |
void |
setTraversal(Traversal.Admin<?,?> parentTraversal)
Set the
Traversal that this step is contained within. |
String |
toString() |
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStepfinalize, getClass, notify, notifyAll, wait, wait, waitgetNullableScopeValue, getScopeValuegetMaxRequirement, processTraverserPathLabelsmodulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateBy, modulateByaddGlobalChild, addLocalChild, asStep, close, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChildforEachRemaining, removeprotected String startKey
protected TraversalRing<S,?> traversalRing
public WherePredicateStep(Traversal.Admin traversal, Optional<String> startKey, P<String> predicate)
public void removeStartKey()
protected boolean filter(Traverser.Admin<S> traverser)
filter in class FilterStep<S>public String toString()
toString in class AbstractStep<S,S>public Set<String> getScopeKeys()
ScopinggetScopeKeys in interface Scopingpublic WherePredicateStep<S> clone()
StepStep.reset() is called. Moreover, the previous and next steps should be set to EmptyStep.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>public 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 List<Traversal.Admin<S,?>> getLocalChildren()
getLocalChildren in interface TraversalParentprotected Traverser.Admin<S> processNextStart()
processNextStart in class FilterStep<S>public void setKeepLabels(Set<String> keepLabels)
setKeepLabels in interface PathProcessorpublic Set<String> getKeepLabels()
getKeepLabels in interface PathProcessorpublic void modulateBy(Traversal.Admin<?,?> traversal) throws UnsupportedOperationException
modulateBy in interface ByModulatingUnsupportedOperationExceptionCopyright © 2013–2021 Apache Software Foundation. All rights reserved.