Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type TreeModifier and TypeMethodDescriptionstatic <A> CredentialTraversal<A,Tree> __.tree()default CredentialTraversal<S,Tree> CredentialTraversal.tree() -
Uses of Tree in org.apache.tinkerpop.gremlin.groovy.loaders
Methods in org.apache.tinkerpop.gremlin.groovy.loaders with parameters of type Tree -
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type TreeModifier and TypeMethodDescriptionstatic <A> GraphTraversal<A,Tree> __.tree()default GraphTraversal<S,Tree> GraphTraversal.tree()Aggregates the emanating paths into aTreedata structure. -
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return TreeMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type Tree -
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return TreeModifier and TypeMethodDescriptionReturns the child subtree for the given key.Tree.getOrCreateChild(T key) Returns the existing child forkey, or inserts and returns a new emptyTreeif absent.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type TreeModifier and TypeMethodDescriptionTree.findSubtree(T key) Recursively searches the tree for the first subtree rooted atkeyand returns it.Tree.getLeafTrees()Returns single-key trees representing each leaf key in this tree, preserving the original key-to-empty-subtree mapping.Tree.getTreesAtDepth(int depth) Returns the trees at the given depth.Tree.splitParents()Splits this tree into one tree per root key.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type Tree -
Uses of Tree in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return TreeModifier and TypeMethodDescriptionprotected TreeTreeSerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type TreeModifier and TypeMethodDescriptionprotected voidTreeSerializer.writeValue(Tree value, Buffer buffer, GraphBinaryWriter context) -
Uses of Tree in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return TreeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type TreeMethod parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Tree -
Uses of Tree in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function that return Tree