Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Scope
-
-
Uses of Scope in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type Scope Modifier and Type Method Description static <A> CredentialTraversal<A,A>
__. aggregate(Scope scope, String sideEffectKey)
default CredentialTraversal<S,E>
CredentialTraversal. aggregate(Scope scope, String sideEffectKey)
static <A,B>
CredentialTraversal<A,B>__. asString(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. asString(Scope scope)
static <A> CredentialTraversal<A,Long>
__. count(Scope scope)
default CredentialTraversal<S,Long>
CredentialTraversal. count(Scope scope)
static <A> CredentialTraversal<A,A>
__. dedup(Scope scope, String... dedupLabels)
default CredentialTraversal<S,E>
CredentialTraversal. dedup(Scope scope, String... dedupLabels)
static <A,B>
CredentialTraversal<A,B>__. length(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. length(Scope scope)
static <A> CredentialTraversal<A,A>
__. limit(Scope scope, long limit)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. limit(Scope scope, long limit)
static <A,B>
CredentialTraversal<A,B>__. lTrim(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. lTrim(Scope scope)
static <A,B extends Comparable>
CredentialTraversal<A,B>__. max(Scope scope)
default <E2 extends Comparable>
CredentialTraversal<S,E2>CredentialTraversal. max(Scope scope)
static <A> CredentialTraversal<A,Double>
__. mean(Scope scope)
default <E2 extends Number>
CredentialTraversal<S,E2>CredentialTraversal. mean(Scope scope)
static <A,B extends Comparable>
CredentialTraversal<A,B>__. min(Scope scope)
default <E2 extends Comparable>
CredentialTraversal<S,E2>CredentialTraversal. min(Scope scope)
static <A> CredentialTraversal<A,A>
__. order(Scope scope)
default CredentialTraversal<S,E>
CredentialTraversal. order(Scope scope)
static <A> CredentialTraversal<A,A>
__. range(Scope scope, long low, long high)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. range(Scope scope, long low, long high)
static <A,B>
CredentialTraversal<A,B>__. replace(Scope scope, String oldChar, String newChar)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. replace(Scope scope, String oldChar, String newChar)
static <A,B>
CredentialTraversal<A,B>__. rTrim(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. rTrim(Scope scope)
static <A> CredentialTraversal<A,A>
__. sample(Scope scope, int amountToSample)
default CredentialTraversal<S,E>
CredentialTraversal. sample(Scope scope, int amountToSample)
static <A> CredentialTraversal<A,A>
__. skip(Scope scope, long skip)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. skip(Scope scope, long skip)
static <A,B>
CredentialTraversal<A,List<B>>__. split(Scope scope, String separator)
default <E2> CredentialTraversal<S,List<E2>>
CredentialTraversal. split(Scope scope, String separator)
static <A,B>
CredentialTraversal<A,B>__. substring(Scope scope, int startIndex)
static <A,B>
CredentialTraversal<A,B>__. substring(Scope scope, int startIndex, int endIndex)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. substring(Scope scope, int startIndex)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. substring(Scope scope, int startIndex, int endIndex)
static <A> CredentialTraversal<A,Double>
__. sum(Scope scope)
default <E2 extends Number>
CredentialTraversal<S,E2>CredentialTraversal. sum(Scope scope)
static <A> CredentialTraversal<A,A>
__. tail(Scope scope)
static <A> CredentialTraversal<A,A>
__. tail(Scope scope, long limit)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. tail(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. tail(Scope scope, long limit)
static <A,B>
CredentialTraversal<A,B>__. toLower(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. toLower(Scope scope)
static <A,B>
CredentialTraversal<A,B>__. toUpper(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. toUpper(Scope scope)
static <A,B>
CredentialTraversal<A,B>__. trim(Scope scope)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. trim(Scope scope)
-
Uses of Scope in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return Scope Modifier and Type Method Description Scope
ArgumentVisitor. parseScope(GremlinParser.TraversalScopeArgumentContext ctx)
Wrapper for visit function forScope
types. -
Uses of Scope in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Scope Modifier and Type Method Description Scope
Scope. opposite()
static Scope
Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Scope in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type Scope Modifier and Type Method Description static <A> GraphTraversal<A,A>
__. aggregate(Scope scope, String sideEffectKey)
default GraphTraversal<S,E>
GraphTraversal. aggregate(Scope scope, String sideEffectKey)
static <A,B>
GraphTraversal<A,B>__. asString(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. asString(Scope scope)
Returns the value of incoming traverser as strings.static <A> GraphTraversal<A,Long>
__. count(Scope scope)
default GraphTraversal<S,Long>
GraphTraversal. count(Scope scope)
Map the traversal stream to its reduction as a sum of theTraverser.bulk()
values given the specifiedScope
(i.e.static <A> GraphTraversal<A,A>
__. dedup(Scope scope, String... dedupLabels)
default GraphTraversal<S,E>
GraphTraversal. dedup(Scope scope, String... dedupLabels)
Remove all duplicates in the traversal stream up to this point.static <A,B>
GraphTraversal<A,B>__. length(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. length(Scope scope)
Returns the length incoming string or list.static <A> GraphTraversal<A,A>
__. limit(Scope scope, long limit)
default <E2> GraphTraversal<S,E2>
GraphTraversal. limit(Scope scope, long limit)
Filter the objects in the traversal by the number of them to pass through the stream given theScope
, where only the firstn
objects are allowed as defined by thelimit
argument.static <A,B>
GraphTraversal<A,B>__. lTrim(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. lTrim(Scope scope)
Returns a string with leading whitespace removed.static <A,B extends Comparable>
GraphTraversal<A,B>__. max(Scope scope)
default <E2 extends Comparable>
GraphTraversal<S,E2>GraphTraversal. max(Scope scope)
Determines the largest value in the stream given theScope
.static <A> GraphTraversal<A,Double>
__. mean(Scope scope)
default <E2 extends Number>
GraphTraversal<S,E2>GraphTraversal. mean(Scope scope)
Determines the mean value in the stream given theScope
.static <A,B extends Comparable>
GraphTraversal<A,B>__. min(Scope scope)
default <E2 extends Comparable>
GraphTraversal<S,E2>GraphTraversal. min(Scope scope)
Determines the smallest value in the stream given theScope
.static <A> GraphTraversal<A,A>
__. order(Scope scope)
default GraphTraversal<S,E>
GraphTraversal. order(Scope scope)
Order either thelocal
object (e.g.static <A> GraphTraversal<A,A>
__. range(Scope scope, long low, long high)
default <E2> GraphTraversal<S,E2>
GraphTraversal. range(Scope scope, long low, long high)
Filter the objects in the traversal by the number of them to pass through the stream as constrained by theScope
.static <A,B>
GraphTraversal<A,B>__. replace(Scope scope, String oldChar, String newChar)
default <E2> GraphTraversal<S,E2>
GraphTraversal. replace(Scope scope, String oldChar, String newChar)
Returns a string with the specified characters in the original string replaced with the new characters.static <A,B>
GraphTraversal<A,B>__. rTrim(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. rTrim(Scope scope)
Returns a string with trailing whitespace removed.static <A> GraphTraversal<A,A>
__. sample(Scope scope, int amountToSample)
default GraphTraversal<S,E>
GraphTraversal. sample(Scope scope, int amountToSample)
Allow some specified number of objects to pass through the stream.static <A> GraphTraversal<A,A>
__. skip(Scope scope, long skip)
default <E2> GraphTraversal<S,E2>
GraphTraversal. skip(Scope scope, long skip)
Filters out the firstn
objects in the traversal.static <A,B>
GraphTraversal<A,List<B>>__. split(Scope scope, String separator)
default <E2> GraphTraversal<S,List<E2>>
GraphTraversal. split(Scope scope, String separator)
Returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.static <A,B>
GraphTraversal<A,B>__. substring(Scope scope, int startIndex)
static <A,B>
GraphTraversal<A,B>__. substring(Scope scope, int startIndex, int endIndex)
default <E2> GraphTraversal<S,E2>
GraphTraversal. substring(Scope scope, int startIndex)
Returns a substring of the incoming string traverser with a 0-based start index (inclusive) specified, to the end of the string.default <E2> GraphTraversal<S,E2>
GraphTraversal. substring(Scope scope, int startIndex, int endIndex)
Returns a substring of the incoming string traverser with a 0-based start index (inclusive) and end index (exclusive).static <A> GraphTraversal<A,Double>
__. sum(Scope scope)
default <E2 extends Number>
GraphTraversal<S,E2>GraphTraversal. sum(Scope scope)
Map the traversal stream to its reduction as a sum of theTraverser.get()
values multiplied by theirTraverser.bulk()
given the specifiedScope
(i.e.static <A> GraphTraversal<A,A>
__. tail(Scope scope)
static <A> GraphTraversal<A,A>
__. tail(Scope scope, long limit)
default <E2> GraphTraversal<S,E2>
GraphTraversal. tail(Scope scope)
Filters the objects in the traversal emitted as being last objects in the stream given theScope
.default <E2> GraphTraversal<S,E2>
GraphTraversal. tail(Scope scope, long limit)
Filters the objects in the traversal emitted as being last objects in the stream given theScope
.static <A,B>
GraphTraversal<A,B>__. toLower(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. toLower(Scope scope)
Returns the lowercase representation of incoming string or list of strings.static <A,B>
GraphTraversal<A,B>__. toUpper(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. toUpper(Scope scope)
Returns the uppercase representation of incoming string or list of strings.static <A,B>
GraphTraversal<A,B>__. trim(Scope scope)
default <E2> GraphTraversal<S,E2>
GraphTraversal. trim(Scope scope)
Returns a string with leading and trailing whitespace removed. -
Uses of Scope in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type Scope Modifier and Type Method Description static <S> List<S>
TraversalHelper. getStepsOfAssignableClassRecursively(Scope scope, Class<S> stepClass, Traversal.Admin<?,?> traversal)
static boolean
TraversalHelper. hasStepOfAssignableClassRecursively(Scope scope, Class stepClass, Traversal.Admin<?,?> traversal)
static boolean
TraversalHelper. hasStepOfAssignableClassRecursively(Scope scope, Collection<Class> stepClasses, Traversal.Admin<?,?> traversal)
-
Uses of Scope in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type Scope Modifier and Type Field Description static EnumSerializer<Scope>
EnumSerializer. ScopeSerializer
-