Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.GValue
Packages that use GValue
Package
Description
-
Uses of GValue in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type GValueModifier and TypeMethodDescriptionstatic <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> static <A> CredentialTraversal<A,Vertex> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Vertex> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> static <A,B> CredentialTraversal<A, B> static <A,B> CredentialTraversal<A, B> default <E> CredentialTraversal<S,E> default <E> CredentialTraversal<S,E> CredentialTraversal.call(String service, GValue<Map<?, ?>> params, Traversal<S, Map<?, ?>> childTraversal) static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default <E2> CredentialTraversal<S,E2> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static CredentialTraversal<Vertex,Vertex> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default <E2> CredentialTraversal<S,E2> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> static <A> CredentialTraversal<A,Vertex> default CredentialTraversal<S,Vertex> default <M,E2> CredentialTraversal<S, E> static CredentialTraversal<Vertex,Vertex> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default <E2> CredentialTraversal<S,E2> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default <E2> CredentialTraversal<S,E2> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default <E2> CredentialTraversal<S,E2> default CredentialTraversal<S,E> static CredentialTraversal<Vertex,Vertex> default CredentialTraversal<S,E> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> -
Uses of GValue in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return GValueModifier and TypeMethodDescriptionGValue<?>VariableResolver.DefaultVariableResolver.apply(String s, GremlinParser.VariableContext variableContext) static <V> GValue<V>ArgumentVisitor.asGValue(V value) Create a newGValuefrom a particular value but without the specified name.ArgumentVisitor.parseString(GremlinParser.StringArgumentContext ctx) Wrapper to visit function for (non-nullable) string types.ArgumentVisitor.parseString(GremlinParser.StringNullableArgumentContext ctx) Wrapper to visit function for string types.ArgumentVisitor.parseStringVarargs(GremlinParser.StringArgumentVarargsContext varargsContext) Parse a (non-nullable) string argument varargs, and return a string array.ArgumentVisitor.parseStringVarargs(GremlinParser.StringNullableArgumentVarargsContext varargsContext) Parse a string argument varargs, and return an string array -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type GValueModifier and TypeMethodDescriptionGValueManager.getGValues()Gets the set ofGValueobjects used in this traversal.P.getGValues()GValueManager.getPinnedGValues()Gets the set of pinned GValues used in this traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GValueModifier and TypeMethodDescriptionstatic <V> P<V>Determines if a value is within (inclusive) of the range of the two specified values.static TextPTextP.containing(GValue<String> value) Determines if String does contain the given value.static TextPTextP.endingWith(GValue<String> value) Determines if String does end with the given value.static <V> P<V>Determines if values are equal.static <V> P<V>Determines if a value is greater than another.static <V> P<V>Determines if a value is greater than or equal to another.static <V> P<V>Determines if a value is within (exclusive) the range of the two specified values.static <V> P<V>Determines if a value is less than another.static <V> P<V>Determines if a value is less than or equal to another.static <V> P<V>Determines if values are not equal.static TextPTextP.notContaining(GValue<String> value) Determines if String does not contain the given value.static TextPTextP.notEndingWith(GValue<String> value) Determines if String does not end with the given value.static TextPDetermines if String has no match with the given regex pattern and the reference implementation treats it as a simple negation of the evaluation of the pattern match ofTextP.regex(String).static TextPTextP.notStartingWith(GValue<String> value) Determines if String does not start with the given value.static <V> P<V>Determines if a value is not within (exclusive) of the range of the two specified values.static TextPDetermines if String has a match with the given regex pattern.voidRegisters a GValue in the internal registry if it represents a variable.static TextPTextP.startingWith(GValue<String> value) Determines if String does start with the given value.static <V> P<V>Determines if a value is within the specified list of values.static <V> P<V>Determines if a value is not within the specified list of values.Method parameters in org.apache.tinkerpop.gremlin.process.traversal with type arguments of type GValueModifier and TypeMethodDescriptionvoidGValueManager.pinGValues(Collection<GValue<?>> gValues) Pin a collection ofGValueinstances from the internal registry.voidGValueManager.register(Collection<GValue<?>> gValues) Registers a collection of GValues in the internal registry.Constructors in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GValue -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type GValueModifier and TypeMethodDescriptionstatic <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> Adds anEdgewith the specified edge label.Spawns aGraphTraversalby adding an edge with the specified label.static <A> GraphTraversal<A,Vertex> default GraphTraversal<S,Vertex> Adds aVertex.final GraphTraversal<Vertex,Vertex> Spawns aGraphTraversalby adding a vertex with one or more specified labels.static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its incident edges given the edge labels.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <E> GraphTraversal<S,E> Perform the specified service call with the specified static parameters.default <E> GraphTraversal<S,E> Perform the specified service call with both static and dynamic parameters produced by the specified child traversal.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.<S> GraphTraversal<S,S> GraphTraversalSource.call(String service, GValue<Map<?, ?>> params, Traversal<S, Map<?, ?>> childTraversal) Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filter theEobject given a biased coin toss.static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Map any object to a fixedEvalue.default GraphTraversal<S,E> When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label.static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> Map theVertexto its incoming adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its incoming incident edges given the edge labels.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream given theScope, where only the firstnobjects are allowed as defined by thelimitargument.default GraphTraversal<S,E> Filter the objects in the traversal by the number of them to pass through the stream, where only the firstnobjects are allowed as defined by thelimitargument.static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.static <A> GraphTraversal<A,Vertex> default GraphTraversal<S,Vertex> Performs a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.default <M,E2> GraphTraversal<S, E> This is a step modulator to aTraversalOptionParentlikechoose()ormergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> Map theVertexto its outgoing adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its outgoing incident edges given the edge labels.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream as constrained by theScope.default GraphTraversal<S,E> Filter the objects in the traversal by the number of them to pass through the stream.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Filters out the firstnobjects in the traversal.default GraphTraversal<S,E> Filters out the firstnobjects in the traversal.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Filters the objects in the traversal emitted as being last objects in the stream given theScope.default GraphTraversal<S,E> Filters the objects in the traversal emitted as being last objects in the stream.static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,E> When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels. -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return GValueConstructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type GValueModifierConstructorDescriptionConstantTraversal(GValue<E> end) GValueConstantTraversal(GValue<E> end) -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return GValueModifier and TypeMethodDescriptionGValue.clone()static <T> GValue<T>[]GValue.ensureGValues(Object[] args) The elements in object array argument are examined to see if they areGValueobjects.static <V> GValue<V>Create a newVarwith the specified name and value.static <V> GValue<V>GValue.of(V value) Create a newVarfrom a particular value but without the specified name.static GValue<BigDecimal>GValue.ofBigDecimal(String name, BigDecimal value) Create a newGValuefor a BigDecimal value with a specified name.static GValue<BigDecimal>GValue.ofBigDecimal(BigDecimal value) Create a newGValuefor a BigDecimal value.static GValue<BigInteger>GValue.ofBigInteger(String name, BigInteger value) Create a newGValuefor a BigInteger value with a specified name.static GValue<BigInteger>GValue.ofBigInteger(BigInteger value) Create a newGValuefor a BigInteger value.Create a newGValuefor a boolean value.Create a newGValuefor a boolean value with a specified name.Create a newGValuefor a double value.Create a newGValuefor a double value with a specified name.Create a newGValuefor an integer value.Create a newGValuefor an integer value with a specified name.Create a newGValuefor a list value with a specified name.Create a newGValuefor a list value.Create a newGValuefor a long value.Create a newGValuefor a long value with a specified name.Create a newGValuefor a map value with a specified name.Create a newGValuefor a map value.Create a newGValuefor a set value with a specified name.Create a newGValuefor a set value.Create a newGValuefor a string value.Create a newGValuefor a string value with a specified name.Create a newGValuefor a vertex value with a specified name.Create a newGValuefor a vertex value.Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type GValueModifier and TypeMethodDescriptionCollection<GValue<?>>GValueHolder.getGValues()default Collection<GValue<?>>HasContainerHolder.getGValues()Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type GValueModifier and TypeMethodDescriptionstatic Object[]GValue.resolveToValues(GValue<?>[] gvalues) ConvertsGValueobjects argument array to their values to prevent them from leaking to the Graph API. -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.filter declared as GValueMethods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return GValueModifier and TypeMethodDescriptionRangeGlobalStepContract.getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.RangeGlobalStepPlaceholder.getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.TailGlobalStepContract.getLimitAsGValue()TailGlobalStepPlaceholder.getLimitAsGValue()RangeGlobalStepContract.getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.RangeGlobalStepPlaceholder.getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.CoinStep.getProbabilityGValue()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type GValueModifier and TypeMethodDescriptionCollection<GValue<?>>IsStepPlaceholder.getGValues()Collection<GValue<?>>RangeGlobalStepPlaceholder.getGValues()Collection<GValue<?>>TailGlobalStepPlaceholder.getGValues()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type GValueModifierConstructorDescriptionCoinStep(Traversal.Admin traversal, GValue<Double> probability) RangeGlobalStepPlaceholder(Traversal.Admin traversal, GValue<Long> low, GValue<Long> high) TailGlobalStepPlaceholder(Traversal.Admin traversal, GValue<Long> limit) -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.map declared as GValueModifier and TypeFieldDescriptionRangeLocalStepPlaceholder.highprotected GValue<?>[]GraphStepPlaceholder.idsRangeLocalStepPlaceholder.lowMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GValueModifier and TypeMethodDescriptionConstantStep.getConstantGValue()ConjoinStep.getDelimiterGValue()VertexStepContract.getEdgeLabelsAsGValues()VertexStepPlaceholder.getEdgeLabelsAsGValues()RangeLocalStepContract.getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.RangeLocalStepPlaceholder.getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.default GValue<?>[]GraphStepContract.getIdsAsGValues()GValue<?>[]GraphStepPlaceholder.getIdsAsGValues()TailLocalStepContract.getLimitAsGValue()TailLocalStepPlaceholder.getLimitAsGValue()RangeLocalStepContract.getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.RangeLocalStepPlaceholder.getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.CombineStep.getParameterItems()DifferenceStep.getParameterItemsGValue()DisjunctStep.getParameterItemsGValue()IntersectStep.getParameterItemsGValue()MergeStep.getParameterItemsGValue()ProductStep.getParameterItemsGValue()CallStepContract.getStaticParamsAsGValue()CallStepPlaceholder.getStaticParamsAsGValue()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type GValueModifier and TypeMethodDescriptionCollection<GValue<?>>AbstractAddEdgeStepPlaceholder.getGValues()Collection<GValue<?>>AbstractAddElementStepPlaceholder.getGValues()Collection<GValue<?>>AbstractMergeElementStepPlaceholder.getGValues()Collection<GValue<?>>CallStepPlaceholder.getGValues()Collection<GValue<?>>GraphStepPlaceholder.getGValues()Collection<GValue<?>>RangeLocalStepPlaceholder.getGValues()Collection<GValue<?>>TailLocalStepPlaceholder.getGValues()Collection<GValue<?>>VertexStepPlaceholder.getGValues()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type GValueModifierConstructorDescriptionAbstractAddEdgeStepPlaceholder(Traversal.Admin traversal, GValue<String> label) protectedAbstractAddElementStepPlaceholder(Traversal.Admin traversal, GValue<String> label) protectedAbstractAddVertexStepPlaceholder(Traversal.Admin traversal, GValue<String> label) AddEdgeStartStepPlaceholder(Traversal.Admin traversal, GValue<String> edgeLabel) AddEdgeStepPlaceholder(Traversal.Admin traversal, GValue<String> edgeLabel) AddVertexStartStepPlaceholder(Traversal.Admin traversal, GValue<String> label) AddVertexStepPlaceholder(Traversal.Admin traversal, GValue<String> label) CallStepPlaceholder(Traversal.Admin traversal, boolean isStart, String service, GValue<Map<?, ?>> staticParams) CallStepPlaceholder(Traversal.Admin traversal, boolean isStart, String service, GValue<Map<?, ?>> staticParams, Traversal.Admin<S, Map<?, ?>> mapTraversal) ConjoinStep(Traversal.Admin traversal, GValue<String> delimiter) ConstantStep(Traversal.Admin traversal, GValue<E> constant) GraphStepPlaceholder(Traversal.Admin traversal, Class<E> returnClass, boolean isStart, GValue<?>... ids) MergeEdgeStepPlaceholder(Traversal.Admin traversal, boolean isStart, GValue<Map<Object, Object>> merge) MergeVertexStepPlaceholder(Traversal.Admin traversal, boolean isStart, GValue<Map<Object, Object>> merge) RangeLocalStepPlaceholder(Traversal.Admin traversal, GValue<Long> low, GValue<Long> high) TailLocalStepPlaceholder(Traversal.Admin traversal, GValue<Long> limit) VertexStepPlaceholder(Traversal.Admin traversal, Class<E> returnClass, Direction direction, GValue<String>... edgeLabels) -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return GValueModifier and TypeMethodDescriptionInjectStep.getInjectionsGValue()Get the injections of the step.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return types with arguments of type GValue -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type GValueModifier and TypeMethodDescriptionGValueHelper.getGValuesFromProperties(Map<Object, List<Object>> properties) Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util with type arguments of type GValue -
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type GValueModifier and TypeMethodDescriptionstatic Map<Step,Collection<GValue<?>>> TraversalHelper.gatherStepGValues(Traversal.Admin<?, ?> traversal) Gathers all steps that implementGValueHolderand returns a map from step to the collection ofGValueinstances they hold.ConnectiveP.getGValues()