Uses of Enum Class
org.apache.tinkerpop.gremlin.process.traversal.Pop
Packages that use Pop
Package
Description
-
Uses of Pop in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type PopModifier and TypeMethodDescriptionstatic <A,B> CredentialTraversal<A, B> static <A,B> CredentialTraversal<A, Map<String, B>> static <A,B> CredentialTraversal<A, B> default <E2> CredentialTraversal<S,E2> default <E2> CredentialTraversal<S,Map<String, E2>> CredentialTraversal.select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys) default <E2> CredentialTraversal<S,E2> -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return PopModifier and TypeMethodDescriptionstatic PopReturns the enum constant of this class with the specified name.static Pop[]Pop.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Pop -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type PopModifier and TypeMethodDescriptionstatic <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, Map<String, B>> static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> default <E2> GraphTraversal<S,Map<String, E2>> default <E2> GraphTraversal<S,E2> -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return PopMethods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type PopModifier and TypeMethodDescriptiondefault <S> SScoping.getNullableScopeValue(Pop pop, String key, Traverser.Admin<?> traverser) CallsScoping.getScopeValue(Pop, Object, Traverser.Admin)and returnsnullif the key is not found.default <S> SScoping.getSafeScopeValue(Pop pop, Object key, Traverser.Admin<?> traverser) CallsScoping.getScopeValue(Pop, Object, Traverser.Admin)but throws an uncheckedIllegalStateExceptionif the key cannot be found.default <S> SScoping.getScopeValue(Pop pop, Object key, Traverser.Admin<?> traverser) Finds the object with the specified key for the current traverser and throws an exception if the key cannot be found.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type PopModifierConstructorDescriptionPopInstruction(String label, Pop pop) PopInstruction(Pop pop, String label) -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return PopModifier and TypeMethodDescriptionSelectOneStep.getPop()SelectStep.getPop()TraversalSelectStep.getPop()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type PopModifierConstructorDescriptionSelectOneStep(Traversal.Admin traversal, Pop pop, String selectKey) SelectStep(Traversal.Admin traversal, Pop pop, String... selectKeys) TraversalSelectStep(Traversal.Admin traversal, Pop pop, Traversal<S, E> keyTraversal) -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type Pop