Uses of Interface
org.apache.tinkerpop.gremlin.structure.Vertex
-
-
Uses of Vertex in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return Vertex Modifier and Type Method Description VertexAbstractGremlinTest. convertToVertex(String vertexName)VertexAbstractGremlinTest. convertToVertex(Graph graph, String vertexName)Methods in org.apache.tinkerpop.gremlin that return types with arguments of type Vertex Modifier and Type Method Description GraphTraversal<Vertex,VertexProperty<Object>>AbstractGremlinTest. convertToVertexProperty(Graph graph, String vertexName, String vertexPropertyKey)GraphTraversal<Vertex,Object>AbstractGremlinTest. convertToVertexPropertyId(String vertexName, String vertexPropertyKey)GraphTraversal<Vertex,Object>AbstractGremlinTest. convertToVertexPropertyId(Graph graph, String vertexName, String vertexPropertyKey)Methods in org.apache.tinkerpop.gremlin with parameters of type Vertex Modifier and Type Method Description static voidTestHelper. validateVertexEquality(Vertex originalVertex, Vertex otherVertex, boolean testEdges) -
Uses of Vertex in org.apache.tinkerpop.gremlin.algorithm.generator
Fields in org.apache.tinkerpop.gremlin.algorithm.generator with type parameters of type Vertex Modifier and Type Field Description protected Optional<BiConsumer<Vertex,Map<String,Object>>>AbstractGenerator.AbstractGeneratorBuilder. vertexProcessorMethods in org.apache.tinkerpop.gremlin.algorithm.generator that return Vertex Modifier and Type Method Description protected VertexAbstractGenerator. processVertex(Vertex vertex, Map<String,Object> context)Methods in org.apache.tinkerpop.gremlin.algorithm.generator that return types with arguments of type Vertex Modifier and Type Method Description protected Iterable<Vertex>CommunityGeneratorTest.DifferentDistributionsTest. verticesByOid(Graph graph)protected Iterable<Vertex>DistributionGeneratorTest.DifferentDistributionsTest. verticesByOid(Graph graph)Methods in org.apache.tinkerpop.gremlin.algorithm.generator with parameters of type Vertex Modifier and Type Method Description protected EdgeAbstractGenerator. addEdge(Vertex out, Vertex in)protected VertexAbstractGenerator. processVertex(Vertex vertex, Map<String,Object> context)Method parameters in org.apache.tinkerpop.gremlin.algorithm.generator with type arguments of type Vertex Modifier and Type Method Description DistributionGenerator.BuilderDistributionGenerator.Builder. inVertices(Iterable<Vertex> vertices)DistributionGenerator.BuilderDistributionGenerator.Builder. outVertices(Iterable<Vertex> vertices)TAbstractGenerator.AbstractGeneratorBuilder. vertexProcessor(BiConsumer<Vertex,Map<String,Object>> vertexProcessor)The function supplied here may be called more than once per vertex depending on the implementation.CommunityGenerator.BuilderCommunityGenerator.Builder. verticesToGenerateEdgesFor(Iterable<Vertex> vertices) -
Uses of Vertex in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Vertex Modifier and Type Method Description VertexResult. getVertex()Gets the result item by casting it to aVertex. -
Uses of Vertex 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 Vertex Modifier and Type Method Description static <A> CredentialTraversal<A,Vertex>__. addV()static <A> CredentialTraversal<A,Vertex>__. addV(String vertexLabel)static <A> CredentialTraversal<A,Vertex>__. addV(GValue<String> vertexLabel)static <A> CredentialTraversal<A,Vertex>__. addV(Traversal<?,String> vertexLabelTraversal)default CredentialTraversal<S,Vertex>CredentialTraversal. addV()default CredentialTraversal<S,Vertex>CredentialTraversal. addV(String vertexLabel)default CredentialTraversal<S,Vertex>CredentialTraversal. addV(GValue<String> vertexLabel)default CredentialTraversal<S,Vertex>CredentialTraversal. addV(Traversal<?,String> vertexLabelTraversal)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV()CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV()CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV(String label)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV(String label)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV(Traversal vertexLabelTraversal)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. addV(Traversal vertexLabelTraversal)static CredentialTraversal<Vertex,Vertex>__. both()static CredentialTraversal<Vertex,Vertex>__. both()static CredentialTraversal<Vertex,Vertex>__. both(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. both(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. both()default CredentialTraversal<S,Vertex>CredentialTraversal. both(String... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. both(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. bothE()static CredentialTraversal<Vertex,Edge>__. bothE(String... edgeLabels)static CredentialTraversal<Vertex,Edge>__. bothE(GValue<String>... edgeLabels)static CredentialTraversal<Edge,Vertex>__. bothV()default CredentialTraversal<S,Vertex>CredentialTraversal. bothV()static CredentialTraversal<Vertex,Vertex>__. in()static CredentialTraversal<Vertex,Vertex>__. in()static CredentialTraversal<Vertex,Vertex>__. in(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. in(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. in()default CredentialTraversal<S,Vertex>CredentialTraversal. in(String... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. in(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. inE()static CredentialTraversal<Vertex,Edge>__. inE(String... edgeLabels)static CredentialTraversal<Vertex,Edge>__. inE(GValue<String>... edgeLabels)static CredentialTraversal<Edge,Vertex>__. inV()default CredentialTraversal<S,Vertex>CredentialTraversal. inV()static <A> CredentialTraversal<A,Vertex>__. mergeV()static <A> CredentialTraversal<A,Vertex>__. mergeV(Map<Object,Object> searchCreate)static <A> CredentialTraversal<A,Vertex>__. mergeV(GValue<Map<Object,Object>> searchCreate)static <A> CredentialTraversal<A,Vertex>__. mergeV(Traversal<?,Map<Object,Object>> searchCreate)default CredentialTraversal<S,Vertex>CredentialTraversal. mergeV()default CredentialTraversal<S,Vertex>CredentialTraversal. mergeV(Map<Object,Object> searchCreate)default CredentialTraversal<S,Vertex>CredentialTraversal. mergeV(GValue<Map<Object,Object>> searchCreate)default CredentialTraversal<S,Vertex>CredentialTraversal. mergeV(Traversal<?,Map<Object,Object>> searchCreate)static CredentialTraversal<Edge,Vertex>__. otherV()default CredentialTraversal<S,Vertex>CredentialTraversal. otherV()static CredentialTraversal<Vertex,Vertex>__. out()static CredentialTraversal<Vertex,Vertex>__. out()static CredentialTraversal<Vertex,Vertex>__. out(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. out(String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. out()default CredentialTraversal<S,Vertex>CredentialTraversal. out(String... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. out(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. outE()static CredentialTraversal<Vertex,Edge>__. outE(String... edgeLabels)static CredentialTraversal<Vertex,Edge>__. outE(GValue<String>... edgeLabels)static CredentialTraversal<Edge,Vertex>__. outV()default CredentialTraversal<S,Vertex>CredentialTraversal. outV()static CredentialTraversal<Vertex,Vertex>__. to(Direction direction)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction, String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction, String... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. to(Direction direction)default CredentialTraversal<S,Vertex>CredentialTraversal. to(Direction direction, String... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. to(Direction direction, GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. toE(Direction direction)static CredentialTraversal<Vertex,Edge>__. toE(Direction direction, String... edgeLabels)static CredentialTraversal<Vertex,Edge>__. toE(Direction direction, GValue<String>... edgeLabels)static CredentialTraversal<Edge,Vertex>__. toV(Direction direction)default CredentialTraversal<S,Vertex>CredentialTraversal. toV(Direction direction)static <S> CredentialTraversal<S,Vertex>__. user(String username, String password)default CredentialTraversal<S,Vertex>CredentialTraversal. user(String username, String password)default GraphTraversal<S,Vertex>CredentialTraversalDsl. user(String username, String password)Creates or updates a user.CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. user(String username, String password)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. user(String username, String password)GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. user(String username, String password)Creates or updates a user.GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. user(String username, String password)Creates or updates a user.static <S> CredentialTraversal<S,Vertex>__. users()static <S> CredentialTraversal<S,Vertex>__. users(String username, String... more)default CredentialTraversal<S,Vertex>CredentialTraversal. users()default CredentialTraversal<S,Vertex>CredentialTraversal. users(String username, String... more)default GraphTraversal<S,Vertex>CredentialTraversalDsl. users()Finds all users.default GraphTraversal<S,Vertex>CredentialTraversalDsl. users(String username, String... more)Finds users by name.CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. users()CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. users()CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. users(String username, String... more)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. users(String username, String... more)GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. users()Finds all users.GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. users()Finds all users.GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. users(String username, String... more)Finds users by name.GraphTraversal<Vertex,Vertex>CredentialTraversalSourceDsl. users(String username, String... more)Finds users by name.static <A> CredentialTraversal<A,Vertex>__. V(Object... vertexIdsOrElements)default CredentialTraversal<S,Vertex>CredentialTraversal. V(Object... vertexIdsOrElements)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. V(Object... vertexIds)CredentialTraversal<Vertex,Vertex>CredentialTraversalSource. V(Object... vertexIds)Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type Vertex Modifier and Type Method Description default CredentialTraversal<S,E>CredentialTraversal. from(Vertex fromVertex)default CredentialTraversal<S,E>CredentialTraversal. to(Vertex toVertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.groovy.loaders
Methods in org.apache.tinkerpop.gremlin.groovy.loaders with parameters of type Vertex Modifier and Type Method Description static ObjectSugarLoader.VertexCategory. get(Vertex vertex, String key)static ObjectSugarLoader.VertexCategory. putAt(Vertex vertex, String key, Object value)static ObjectSugarLoader.VertexCategory. set(Vertex vertex, String key, Object value) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer
Fields in org.apache.tinkerpop.gremlin.process.computer with type parameters of type Vertex Modifier and Type Field Description Supplier<? extends Traversal<Vertex,Edge>>MessageScope.Local. incidentTraversalMethods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type Vertex Modifier and Type Method Description Traversal<Vertex,Edge>MessageScope.Local.ReverseTraversalSupplier. get()Traversal.Admin<Vertex,Edge>GraphFilter. getEdgeFilter()Get the edge filter associated with this graph filter.Traversal<Vertex,Edge>Computer. getEdges()Supplier<? extends Traversal<Vertex,Edge>>MessageScope.Local. getIncidentTraversal()Traversal.Admin<Vertex,Vertex>GraphFilter. getVertexFilter()Get the vertex filter associated with this graph filter.Traversal.Admin<Vertex,Vertex>GraphFilter. getVertexFilter()Get the vertex filter associated with this graph filter.Traversal.Admin<Vertex,? extends Property<?>>GraphFilter. getVertexPropertyFilter()Get the vertex property filter associated with this graph filter.Traversal<Vertex,Vertex>Computer. getVertices()Traversal<Vertex,Vertex>Computer. getVertices()Iterable<Vertex>MessageScope.Global. vertices()Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type Vertex Modifier and Type Method Description voidGraphComputerTest.MultiScopeVertexProgram. execute(Vertex vertex, Messenger<Long> messenger, Memory memory)voidGraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram. execute(Vertex vertex, Messenger<Long> messenger, Memory memory)voidGraphComputerTest.VertexProgramA. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramB. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramC. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramD. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramE. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramF. execute(Vertex vertex, Messenger<Object> messenger, Memory memory)voidGraphComputerTest.VertexProgramG. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramH. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramI. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramJ. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramK. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramL. execute(Vertex vertex, Messenger messenger, Memory memory)voidGraphComputerTest.VertexProgramM. execute(Vertex vertex, Messenger messenger, Memory memory)voidVertexProgram. execute(Vertex vertex, Messenger<M> messenger, Memory memory)This method denotes the main body of the computation and is executed on each vertex in the graph.Iterator<Edge>GraphFilter. legalEdges(Vertex vertex)Returns an iterator of legal edges incident to the provided vertex.booleanGraphFilter. legalVertex(Vertex vertex)Returns true if the provided vertex meets the vertex-filter criteria.Iterator<? extends Property<?>>GraphFilter. legalVertexProperties(Vertex vertex)Returns an iterator of legal vertex properties.voidGraphComputerTest.MapReduceB. map(Vertex vertex, MapReduce.MapEmitter<Integer,Integer> emitter)voidGraphComputerTest.MapReduceBB. map(Vertex vertex, MapReduce.MapEmitter<Integer,Integer> emitter)voidGraphComputerTest.MapReduceC. map(Vertex vertex, MapReduce.MapEmitter<MapReduce.NullObject,MapReduce.NullObject> emitter)voidGraphComputerTest.MapReduceK. map(Vertex vertex, MapReduce.MapEmitter emitter)voidMapReduce. map(Vertex vertex, MapReduce.MapEmitter<MK,MV> emitter)The map() method is logically executed at all vertices in the graph in parallel.static MessageScope.GlobalMessageScope.Global. of(Vertex... vertices)Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type Vertex Modifier and Type Method Description static IllegalArgumentExceptionGraphComputer.Exceptions. edgeFilterAccessesAdjacentVertices(Traversal<Vertex,Edge> edgeFilter)ComputerComputer. edges(Traversal<Vertex,Edge> edgeFilter)GraphComputerGraphComputer. edges(Traversal<Vertex,Edge> edgeFilter)Add a filter that will limit which edges of the vertices are loaded from the graph source.GraphComputerGraphComputerTest.BadGraphComputer. edges(Traversal<Vertex,Edge> edgeFilter)static MessageScope.GlobalMessageScope.Global. of(Iterable<Vertex> vertices)static <M> MessageScope.Local<M>MessageScope.Local. of(Supplier<? extends Traversal<Vertex,Edge>> incidentTraversal)static <M> MessageScope.Local<M>MessageScope.Local. of(Supplier<? extends Traversal<Vertex,Edge>> incidentTraversal, BiFunction<M,Edge,M> edgeFunction)voidGraphFilter. setEdgeFilter(Traversal<Vertex,Edge> edgeFilter)Set the filter for selecting edges from the source graph.voidGraphFilter. setVertexFilter(Traversal<Vertex,Vertex> vertexFilter)Set the filter for selecting vertices from the source graph.voidGraphFilter. setVertexFilter(Traversal<Vertex,Vertex> vertexFilter)Set the filter for selecting vertices from the source graph.voidGraphFilter. setVertexPropertyFilter(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)Set the filter for selecting vertex properties from the vertices.static IllegalArgumentExceptionGraphComputer.Exceptions. vertexFilterAccessesIncidentEdges(Traversal<Vertex,Vertex> vertexFilter)static IllegalArgumentExceptionGraphComputer.Exceptions. vertexFilterAccessesIncidentEdges(Traversal<Vertex,Vertex> vertexFilter)GraphComputerGraphComputer. vertexProperties(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)Add a filter that will limit which vertex properties are loaded from the graph source.GraphComputerGraphComputerTest.BadGraphComputer. vertexProperties(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)ComputerComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)ComputerComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)GraphComputerGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)Add a filter that will limit which vertices are loaded from the graph source.GraphComputerGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)Add a filter that will limit which vertices are loaded from the graph source.GraphComputerGraphComputerTest.BadGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)GraphComputerGraphComputerTest.BadGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone with parameters of type Vertex Modifier and Type Method Description voidCloneVertexProgram. execute(Vertex sourceVertex, Messenger<org.javatuples.Tuple> messenger, Memory memory) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected with parameters of type Vertex Modifier and Type Method Description voidConnectedComponentVertexProgram. execute(Vertex vertex, Messenger<String> messenger, Memory memory)Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.connected with type arguments of type Vertex Modifier and Type Method Description ConnectedComponentVertexProgram.BuilderConnectedComponentVertexProgram.Builder. edges(Traversal.Admin<Vertex,Edge> edgeTraversal) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with parameters of type Vertex Modifier and Type Method Description voidPeerPressureVertexProgram. execute(Vertex vertex, Messenger<org.javatuples.Pair<Serializable,Double>> messenger, Memory memory)voidClusterCountMapReduce. map(Vertex vertex, MapReduce.MapEmitter<MapReduce.NullObject,Serializable> emitter)voidClusterPopulationMapReduce. map(Vertex vertex, MapReduce.MapEmitter<Serializable,Long> emitter)Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with type arguments of type Vertex Modifier and Type Method Description PeerPressureVertexProgram.BuilderPeerPressureVertexProgram.Builder. edges(Traversal.Admin<Vertex,Edge> edgeTraversal)PeerPressureVertexProgram.BuilderPeerPressureVertexProgram.Builder. initialVoteStrength(Traversal.Admin<Vertex,? extends Number> initialVoteStrengthTraversal) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with parameters of type Vertex Modifier and Type Method Description voidPageRankVertexProgram. execute(Vertex vertex, Messenger<Double> messenger, Memory memory)voidPageRankMapReduce. map(Vertex vertex, MapReduce.MapEmitter<Object,Double> emitter)Method parameters in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with type arguments of type Vertex Modifier and Type Method Description PageRankVertexProgram.BuilderPageRankVertexProgram.Builder. edges(Traversal.Admin<Vertex,Edge> edgeTraversal)PageRankVertexProgram.BuilderPageRankVertexProgram.Builder. initialRank(Traversal.Admin<Vertex,? extends Number> initialRankTraversal) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.search.path
Fields in org.apache.tinkerpop.gremlin.process.computer.search.path with type parameters of type Vertex Modifier and Type Field Description static PureTraversal<Vertex,Edge>ShortestPathVertexProgram. DEFAULT_EDGE_TRAVERSALstatic PureTraversal<Vertex,?>ShortestPathVertexProgram. DEFAULT_VERTEX_FILTER_TRAVERSALMethods in org.apache.tinkerpop.gremlin.process.computer.search.path with parameters of type Vertex Modifier and Type Method Description voidShortestPathVertexProgram. execute(Vertex vertex, Messenger<org.javatuples.Triplet<Path,Edge,Number>> messenger, Memory memory)Method parameters in org.apache.tinkerpop.gremlin.process.computer.search.path with type arguments of type Vertex Modifier and Type Method Description ShortestPathVertexProgram.BuilderShortestPathVertexProgram.Builder. edgeTraversal(Traversal<Vertex,Edge> edgeTraversal)ShortestPathVertexProgram.BuilderShortestPathVertexProgram.Builder. source(Traversal<Vertex,?> sourceVertexFilter)ShortestPathVertexProgram.BuilderShortestPathVertexProgram.Builder. target(Traversal<Vertex,?> targetVertexFilter) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal with parameters of type Vertex Modifier and Type Method Description voidTraversalVertexProgram. execute(Vertex vertex, Messenger<TraverserSet<Object>> messenger, Memory memory) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.traversal.lambda
Method parameters in org.apache.tinkerpop.gremlin.process.computer.traversal.lambda with type arguments of type Vertex Modifier and Type Method Description voidHaltedTraversersCountTraversal. addStart(Traverser.Admin<Vertex> start) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return types with arguments of type Vertex Modifier and Type Method Description List<Traversal.Admin<Vertex,Edge>>PageRankVertexProgramStep. getLocalChildren()List<Traversal.Admin<Vertex,Edge>>PeerPressureVertexProgramStep. getLocalChildren() -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Method parameters in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with type arguments of type Vertex Modifier and Type Method Description VertexProgramStrategy.BuilderVertexProgramStrategy.Builder. edges(Traversal<Vertex,Edge> edges)VertexProgramStrategy.BuilderVertexProgramStrategy.Builder. vertices(Traversal<Vertex,Vertex> vertices)VertexProgramStrategy.BuilderVertexProgramStrategy.Builder. vertices(Traversal<Vertex,Vertex> vertices) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization that return types with arguments of type Vertex Modifier and Type Method Description protected static Traversal.Admin<Vertex,Edge>GraphFilterStrategy. getEdgeFilter(Traversal.Admin<?,?> traversal) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement Vertex Modifier and Type Class Description classComputerGraph.ComputerAdjacentVertexclassComputerGraph.ComputerVertexMethods in org.apache.tinkerpop.gremlin.process.computer.util that return Vertex Modifier and Type Method Description VertexComputerGraph. addVertex(Object... keyValues)VertexComputerGraph.ComputerVertexProperty. element()VertexComputerGraph.ComputerAdjacentVertex. getBaseVertex()VertexComputerGraph.ComputerVertex. getBaseVertex()VertexComputerGraph.ComputerEdge. inVertex()VertexComputerGraph.ComputerEdge. outVertex()Methods in org.apache.tinkerpop.gremlin.process.computer.util that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>ComputerGraph.ComputerAdjacentVertex. vertices(Direction direction, String... edgeLabels)Iterator<Vertex>ComputerGraph.ComputerEdge. vertices(Direction direction)Iterator<Vertex>ComputerGraph.ComputerVertex. vertices(Direction direction, String... edgeLabels)Iterator<Vertex>ComputerGraph. vertices(Object... vertexIds)Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type Vertex Modifier and Type Method Description EdgeComputerGraph.ComputerAdjacentVertex. addEdge(String label, Vertex inVertex, Object... keyValues)EdgeComputerGraph.ComputerVertex. addEdge(String label, Vertex inVertex, Object... keyValues)static ComputerGraph.ComputerVertexComputerGraph. mapReduce(Vertex starVertex)static ComputerGraph.ComputerVertexComputerGraph. vertexProgram(Vertex starVertex, VertexProgram vertexProgram)Constructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type Vertex Constructor Description ComputerAdjacentVertex(Vertex adjacentVertex)ComputerVertex(Vertex vertex) -
Uses of Vertex 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 Vertex Modifier and Type Method Description static <A> GraphTraversal<A,Vertex>__. addV()static <A> GraphTraversal<A,Vertex>__. addV(String vertexLabel)static <A> GraphTraversal<A,Vertex>__. addV(GValue<String> vertexLabel)static <A> GraphTraversal<A,Vertex>__. addV(Traversal<?,String> vertexLabelTraversal)default GraphTraversal<S,Vertex>GraphTraversal. addV()Adds aVertexwith a default vertex label.default GraphTraversal<S,Vertex>GraphTraversal. addV(String vertexLabel)Adds aVertex.default GraphTraversal<S,Vertex>GraphTraversal. addV(GValue<String> vertexLabel)Adds aVertex.default GraphTraversal<S,Vertex>GraphTraversal. addV(Traversal<?,String> vertexLabelTraversal)GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV()Spawns aGraphTraversalby adding a vertex with the default label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV()Spawns aGraphTraversalby adding a vertex with the default label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(String vertexLabel)Spawns aGraphTraversalby adding a vertex with the specified label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(String vertexLabel)Spawns aGraphTraversalby adding a vertex with the specified label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(GValue<String> vertexLabel)Spawns aGraphTraversalby adding a vertex with the specified label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(GValue<String> vertexLabel)Spawns aGraphTraversalby adding a vertex with the specified label.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(Traversal<?,String> vertexLabelTraversal)Spawns aGraphTraversalby adding a vertex with the label as determined by aTraversal.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(Traversal<?,String> vertexLabelTraversal)Spawns aGraphTraversalby adding a vertex with the label as determined by aTraversal.static GraphTraversal<Vertex,Vertex>__. both()static GraphTraversal<Vertex,Vertex>__. both()static GraphTraversal<Vertex,Vertex>__. both(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. both(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)static GraphTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. both()Map theVertexto its adjacent vertices.default GraphTraversal<S,Vertex>GraphTraversal. both(String... edgeLabels)Map theVertexto its adjacent vertices given the edge labels.default GraphTraversal<S,Vertex>GraphTraversal. both(GValue<String>... edgeLabels)Map theVertexto its adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. bothE()static GraphTraversal<Vertex,Edge>__. bothE(String... edgeLabels)static GraphTraversal<Vertex,Edge>__. bothE(GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>__. bothV()default GraphTraversal<S,Vertex>GraphTraversal. bothV()Map theEdgeto its incident vertices.static GraphTraversal<Vertex,Vertex>__. in()static GraphTraversal<Vertex,Vertex>__. in()static GraphTraversal<Vertex,Vertex>__. in(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. in(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)static GraphTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. in()Map theVertexto its incoming adjacent vertices.default GraphTraversal<S,Vertex>GraphTraversal. in(String... edgeLabels)Map theVertexto its incoming adjacent vertices given the edge labels.default GraphTraversal<S,Vertex>GraphTraversal. in(GValue<String>... edgeLabels)Map theVertexto its incoming adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. inE()static GraphTraversal<Vertex,Edge>__. inE(String... edgeLabels)static GraphTraversal<Vertex,Edge>__. inE(GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>__. inV()default GraphTraversal<S,Vertex>GraphTraversal. inV()static <A> GraphTraversal<A,Vertex>__. mergeV()static <A> GraphTraversal<A,Vertex>__. mergeV(Map<Object,Object> searchCreate)static <A> GraphTraversal<A,Vertex>__. mergeV(GValue<Map<Object,Object>> searchCreate)static <A> GraphTraversal<A,Vertex>__. mergeV(Traversal<?,Map<Object,Object>> searchCreate)default GraphTraversal<S,Vertex>GraphTraversal. mergeV()Performs a merge (i.e.default GraphTraversal<S,Vertex>GraphTraversal. mergeV(Map<Object,Object> searchCreate)Performs a merge (i.e.default GraphTraversal<S,Vertex>GraphTraversal. mergeV(GValue<Map<Object,Object>> searchCreate)Performs a merge (i.e.default GraphTraversal<S,Vertex>GraphTraversal. mergeV(Traversal<?,Map<Object,Object>> searchCreate)Performs a merge (i.e.GraphTraversal<Vertex,Vertex>GraphTraversalSource. mergeV(Map<Object,Object> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.GraphTraversal<Vertex,Vertex>GraphTraversalSource. mergeV(Map<Object,Object> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.GraphTraversal<Vertex,Vertex>GraphTraversalSource. mergeV(GValue<Map<?,?>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.GraphTraversal<Vertex,Vertex>GraphTraversalSource. mergeV(GValue<Map<?,?>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.<S> GraphTraversal<S,Vertex>GraphTraversalSource. mergeV(Traversal<?,Map<Object,Object>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.static GraphTraversal<Edge,Vertex>__. otherV()default GraphTraversal<S,Vertex>GraphTraversal. otherV()Map theEdgeto the incident vertex that was not just traversed from in the path history.static GraphTraversal<Vertex,Vertex>__. out()static GraphTraversal<Vertex,Vertex>__. out()static GraphTraversal<Vertex,Vertex>__. out(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. out(String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)static GraphTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. out()Map theVertexto its outgoing adjacent vertices.default GraphTraversal<S,Vertex>GraphTraversal. out(String... edgeLabels)Map theVertexto its outgoing adjacent vertices given the edge labels.default GraphTraversal<S,Vertex>GraphTraversal. out(GValue<String>... edgeLabels)Map theVertexto its outgoing adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. outE()static GraphTraversal<Vertex,Edge>__. outE(String... edgeLabels)static GraphTraversal<Vertex,Edge>__. outE(GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>__. outV()default GraphTraversal<S,Vertex>GraphTraversal. outV()static GraphTraversal<Vertex,Vertex>__. to(Direction direction)static GraphTraversal<Vertex,Vertex>__. to(Direction direction)static GraphTraversal<Vertex,Vertex>__. to(Direction direction, String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. to(Direction direction, String... edgeLabels)static GraphTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)static GraphTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. to(Direction direction)Map theVertexto its adjacent vertices given a direction.default GraphTraversal<S,Vertex>GraphTraversal. to(Direction direction, String... edgeLabels)Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,Vertex>GraphTraversal. to(Direction direction, GValue<String>... edgeLabels)Map theVertexto its adjacent vertices given a direction and edge labels.static GraphTraversal<Vertex,Edge>__. toE(Direction direction)static GraphTraversal<Vertex,Edge>__. toE(Direction direction, String... edgeLabels)static GraphTraversal<Vertex,Edge>__. toE(Direction direction, GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>__. toV(Direction direction)default GraphTraversal<S,Vertex>GraphTraversal. toV(Direction direction)Map theEdgeto its incident vertices given the direction.static <A> GraphTraversal<A,Vertex>__. V(Object... vertexIdsOrElements)default GraphTraversal<S,Vertex>GraphTraversal. V(Object... vertexIdsOrElements)AVstep is usually used to start a traversal but it may also be used mid-traversal.GraphTraversal<Vertex,Vertex>GraphTraversalSource. V(Object... vertexIds)Spawns aGraphTraversalstarting with all vertices or some subset of vertices as specified by their unique identifier.GraphTraversal<Vertex,Vertex>GraphTraversalSource. V(Object... vertexIds)Spawns aGraphTraversalstarting with all vertices or some subset of vertices as specified by their unique identifier.Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type Vertex Modifier and Type Method Description default GraphTraversal<S,E>GraphTraversal. from(Vertex fromVertex)When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.default GraphTraversal<S,E>GraphTraversal. to(Vertex toVertex)When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge. -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type Vertex Modifier and Type Method Description static GValue<Vertex>GValue. ofVertex(String name, Vertex value)Create a newGValuefor a vertex value with a specified name.static GValue<Vertex>GValue. ofVertex(Vertex value)Create a newGValuefor a vertex value. -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return Vertex Modifier and Type Method Description default VertexAddEdgeStepContract. getAdjacentVertex(Parameters parameters, String key, Traverser.Admin<S> traverser, String edgeLabel)protected VertexAddVertexStep. map(Traverser.Admin<S> traverser)protected VertexEdgeOtherVertexStep. map(Traverser.Admin<Edge> traverser)protected VertexMergeEdgeStep. resolveVertex(Object arg)protected VertexMergeEdgeStep. resolveVertex(Traverser.Admin<S> traverser, Traversal.Admin<S,Object> traversal)protected VertexMergeEdgeStep. tryAttachVertex(Vertex v)Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type Vertex Modifier and Type Method Description voidProgramTest.TestProgram. execute(Vertex vertex, Messenger messenger, Memory memory)protected Map<Object,Object>ElementMapStep. getVertexStructure(Vertex v)protected VertexMergeEdgeStep. tryAttachVertex(Vertex v)Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.map with type arguments of type Vertex Modifier and Type Method Description protected Iterator<Vertex>ProfileTest.MockStep. flatMap(Traverser.Admin<Vertex> traverser)protected Iterator<E>VertexStep. flatMap(Traverser.Admin<Vertex> traverser)protected Iterator<E>VertexStepPlaceholder. flatMap(Traverser.Admin<Vertex> traverser) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type Vertex Modifier and Type Method Description static voidEventUtil. registerVertexCreation(CallbackRegistry<Event.VertexAddedEvent> callbackRegistry, Traversal.Admin<Object,Object> traversal, Vertex addedVertex)Register a vertex property addition event with the callback registry.static voidEventUtil. registerVertexCreationWithGenericEventRegistry(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Vertex addedVertex)Register a vertex property addition event with the callback registry.static voidEventUtil. registerVertexPropertyChange(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Vertex vertex, String key, Object value)Register a vertex property change event with the callback registry.voidConsoleMutationListener. vertexAdded(Vertex vertex)voidMutationListener. vertexAdded(Vertex vertex)Raised when a newVertexis added.voidConsoleMutationListener. vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues)voidMutationListener. vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues)Raised after the property of aVertexchanged.voidConsoleMutationListener. vertexRemoved(Vertex vertex)voidMutationListener. vertexRemoved(Vertex vertex)Raised after aVertexwas removed from the graph.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type Vertex Constructor Description VertexAddedEvent(Vertex vertex)VertexPropertyChangedEvent(Vertex element, Property oldValue, Object newValue, Object... vertexPropertyKeyValues)VertexRemovedEvent(Vertex vertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that return types with arguments of type Vertex Modifier and Type Method Description Traversal<Vertex,?>SubgraphStrategy. getVertexCriterion()Method parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type Vertex Modifier and Type Method Description SubgraphStrategy.BuilderSubgraphStrategy.Builder. vertices(Traversal<Vertex,?> vertexPredicate)The traversal predicate that defines the vertices to include in the subgraph. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Vertex Modifier and Type Method Description VertexGraph. addVertex(Object... keyValues)Add aVertexto the graph given an optional series of key/value pairs.default VertexGraph. addVertex(String label)Add aVertexto the graph with provided vertex label.VertexRemoteGraph. addVertex(Object... keyValues)VertexVertexProperty. element()Gets theVertexthat owns thisVertexProperty.default VertexEdge. inVertex()Get the incoming/head vertex of this edge.default VertexEdge. outVertex()Get the outgoing/tail vertex of this edge.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type Vertex Modifier and Type Method Description default Iterator<Vertex>Edge. bothVertices()Get both the outgoing and incoming vertices of this edge.Iterator<Vertex>Edge. vertices(Direction direction)Retrieve the vertex (or vertices) associated with this edge as defined by the direction.Iterator<Vertex>Graph. vertices(Object... vertexIds)Iterator<Vertex>RemoteGraph. vertices(Object... vertexIds)This method returns an emptyIterator- it is not meant to be called directly.Iterator<Vertex>Vertex. vertices(Direction direction, String... edgeLabels)Gets anIteratorof adjacent vertices.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Vertex Modifier and Type Method Description EdgeVertex. addEdge(String label, Vertex inVertex, Object... keyValues)Add an outgoing edge to the vertex with provided label and edge properties as key/value pairs. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return Vertex Modifier and Type Method Description VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Reads a single vertex from anInputStream.VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a single vertex from anInputStream.Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type Vertex Modifier and Type Method Description default Iterator<Vertex>Storage. head(String location, Class readerClass)Get the vertices at the specified graph location.Iterator<Vertex>Storage. head(String location, Class readerClass, int totalLines)Get the vertices at the specified graph location.default Optional<Vertex>GraphReader. readVertex(InputStream inputStream, GraphFilter graphFilter)Reads a single vertex from anInputStream.Iterator<Vertex>GraphReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator).Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type Vertex Modifier and Type Method Description voidGraphWriter. writeVertex(OutputStream outputStream, Vertex v)Write a vertex to a stream without writing its edges.voidGraphWriter. writeVertex(OutputStream outputStream, Vertex v, Direction direction)Write a vertex to a stream with its associated edges.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type Vertex Modifier and Type Method Description VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Reads a single vertex from anInputStream.VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Reads a single vertex from anInputStream.VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a single vertex from anInputStream.VertexGraphReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a single vertex from anInputStream.Iterator<Vertex>GraphReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator).Iterator<Vertex>GraphReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator).default voidGraphWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator)Write a vertex to a stream without writing its edges.default voidGraphWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction)Write a list of vertices from aTraversalto a stream with its associated edges. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Vertex Modifier and Type Method Description protected VertexVertexSerializer. readValue(Buffer buffer, GraphBinaryReader context)Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Vertex Modifier and Type Method Description protected voidVertexSerializer. writeValue(Vertex value, Buffer buffer, GraphBinaryWriter context) -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return Vertex Modifier and Type Method Description VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>GraphMLReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type Vertex Modifier and Type Method Description voidGraphMLWriter. writeVertex(OutputStream outputStream, Vertex v)This method is not supported for this writer.voidGraphMLWriter. writeVertex(OutputStream outputStream, Vertex v, Direction direction)This method is not supported for this writer.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type Vertex Modifier and Type Method Description VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.VertexGraphMLReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Iterator<Vertex>GraphMLReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Iterator<Vertex>GraphMLReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.voidGraphMLWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator)This method is not supported for this writer.voidGraphMLWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction)This method is not supported for this writer. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return Vertex Modifier and Type Method Description VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>GraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).Iterator<Vertex>LegacyGraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type Vertex Modifier and Type Method Description voidGraphSONWriter. writeVertex(OutputStream outputStream, Vertex v)Writes a singleVertexwith no edges serialized.voidGraphSONWriter. writeVertex(OutputStream outputStream, Vertex v, Direction direction)Writes a singleVertexto stream where edges only from the specified direction are written.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type Vertex Modifier and Type Method Description VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)This method is not supported for this reader.VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.VertexLegacyGraphSONReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Iterator<Vertex>GraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).Iterator<Vertex>GraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).Iterator<Vertex>LegacyGraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.Iterator<Vertex>LegacyGraphSONReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)This method is not supported for this reader.voidGraphSONWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator)Writes a list of vertices without edges.voidGraphSONWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction)Writes a list of vertices in adjacency list format where vertices are written with edges from both directions. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Vertex Modifier and Type Method Description <I extends InputShim>
VertexGryoSerializersV1.VertexSerializer. read(KryoShim<I,?> kryo, I input, Class<Vertex> vertexClass)<I extends InputShim>
VertexGryoSerializersV3.VertexSerializer. read(KryoShim<I,?> kryo, I input, Class<Vertex> vertexClass)VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return types with arguments of type Vertex Modifier and Type Method Description Optional<Vertex>GryoReader. readVertex(InputStream inputStream, GraphFilter graphFilter)Iterator<Vertex>GryoReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Vertex Modifier and Type Method Description <O extends OutputShim>
voidGryoSerializersV1.VertexSerializer. write(KryoShim<?,O> kryo, O output, Vertex vertex)<O extends OutputShim>
voidGryoSerializersV3.VertexSerializer. write(KryoShim<?,O> kryo, O output, Vertex vertex)voidGryoWriter. writeVertex(OutputStream outputStream, Vertex v)Write a vertex to a stream without writing its edges.voidGryoWriter. writeVertex(OutputStream outputStream, Vertex v, Direction direction)Write a vertex to a stream with its associated edges.Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Vertex Modifier and Type Method Description <I extends InputShim>
VertexGryoSerializersV1.VertexSerializer. read(KryoShim<I,?> kryo, I input, Class<Vertex> vertexClass)<I extends InputShim>
VertexGryoSerializersV3.VertexSerializer. read(KryoShim<I,?> kryo, I input, Class<Vertex> vertexClass)VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).VertexGryoReader. readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).Iterator<Vertex>GryoReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).Iterator<Vertex>GryoReader. readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection)ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).voidGryoWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator)Write a vertex to a stream without writing its edges.voidGryoWriter. writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction)Write a list of vertices from aTraversalto a stream with its associated edges. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util
Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type Vertex Modifier and Type Field Description static Comparator<Vertex>Comparators. VERTEX_COMPARATORMethods in org.apache.tinkerpop.gremlin.structure.util that return Vertex Modifier and Type Method Description static VertexAttachable.Method. createVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)static VertexAttachable.Method. createVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)static VertexHost. getHostingVertex(Object object)Extracts theVertexthat is holding the specified object.Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type Vertex Modifier and Type Method Description static Optional<Vertex>Attachable.Method. getVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)static Optional<Vertex>Attachable.Method. getVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type Vertex Modifier and Type Method Description static booleanElementHelper. areEqual(Vertex a, Vertex b)static voidElementHelper. attachProperties(Vertex vertex, Object... propertyKeyValues)Assign key/value pairs as properties to anVertex.static voidElementHelper. attachProperties(Vertex vertex, VertexProperty.Cardinality cardinality, Object... propertyKeyValues)Assign key/value pairs as properties to aVertex.static IllegalStateExceptionAttachable.Exceptions. canNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex)static EdgeAttachable.Method. createEdge(Attachable<Edge> attachableEdge, Vertex hostVertex)static PropertyAttachable.Method. createProperty(Attachable<Property> attachableProperty, Vertex hostVertex)static VertexAttachable.Method. createVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)static VertexPropertyAttachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)static Optional<Edge>Attachable.Method. getEdge(Attachable<Edge> attachableEdge, Vertex hostVertex)static Optional<Property>Attachable.Method. getProperty(Attachable<Property> attachableProperty, Vertex hostVertex)static Optional<Vertex>Attachable.Method. getVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)static Optional<VertexProperty>Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)static <V> Optional<VertexProperty<V>>ElementHelper. stageVertexProperty(Vertex vertex, VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)This is a helper method for dealing with vertex property cardinality and typically used inproperty(VertexProperty.Cardinality, String, Object, Object...).static Map<String,List<VertexProperty>>ElementHelper. vertexPropertyMap(Vertex vertex, String... propertyKeys)static Map<String,List>ElementHelper. vertexPropertyValueMap(Vertex vertex, String... propertyKeys)static StringStringFactory. vertexString(Vertex vertex)Construct the representation for aVertex.Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type Vertex Modifier and Type Method Description static VertexAttachable.Method. createVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)static VertexAttachable.Method. createVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex)static Optional<Vertex>Attachable.Method. getVertex(Attachable<Vertex> attachableVertex, Graph hostGraph)static Optional<Vertex>Attachable.Method. getVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement Vertex Modifier and Type Class Description classDetachedVertexMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return Vertex Modifier and Type Method Description VertexDetachedVertexProperty. element()VertexDetachedEdge. inVertex()VertexDetachedEdge. outVertex()Methods in org.apache.tinkerpop.gremlin.structure.util.detached that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>DetachedEdge. vertices(Direction direction)Iterator<Vertex>DetachedVertex. vertices(Direction direction, String... labels)Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Vertex Modifier and Type Method Description EdgeDetachedVertex. addEdge(String label, Vertex inVertex, Object... keyValues)static DetachedVertexDetachedFactory. detach(Vertex vertex, boolean withProperties)Constructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Vertex Constructor Description DetachedVertex(Vertex vertex, boolean withProperties)DetachedVertexProperty(Object id, String label, V value, Map<String,Object> properties, Vertex vertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return Vertex Modifier and Type Method Description VertexEmptyGraph. addVertex(Object... keyValues)VertexEmptyVertexProperty. element()Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>EmptyGraph. vertices(Object... vertexIds) -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util.keyed
Methods in org.apache.tinkerpop.gremlin.structure.util.keyed that return Vertex Modifier and Type Method Description VertexKeyedVertexProperty. element() -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement Vertex Modifier and Type Class Description classReferenceVertexMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return Vertex Modifier and Type Method Description VertexReferenceVertexProperty. element()VertexReferenceEdge. inVertex()VertexReferenceEdge. outVertex()Methods in org.apache.tinkerpop.gremlin.structure.util.reference that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>ReferenceEdge. vertices(Direction direction)Iterator<Vertex>ReferenceVertex. vertices(Direction direction, String... edgeLabels)Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Vertex Modifier and Type Method Description EdgeReferenceVertex. addEdge(String label, Vertex inVertex, Object... keyValues)static ReferenceVertexReferenceFactory. detach(Vertex vertex)Constructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Vertex Constructor Description ReferenceVertex(Vertex vertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement Vertex Modifier and Type Class Description classStarGraph.StarAdjacentVertexclassStarGraph.StarVertexMethods in org.apache.tinkerpop.gremlin.structure.util.star that return Vertex Modifier and Type Method Description VertexStarGraph. addVertex(Object... keyValues)VertexStarGraph.StarVertexProperty. element()VertexStarGraph.StarInEdge. inVertex()VertexStarGraph.StarOutEdge. inVertex()VertexStarGraph.StarInEdge. outVertex()VertexStarGraph.StarOutEdge. outVertex()Methods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type Vertex Modifier and Type Method Description Iterator<Vertex>StarGraph.StarAdjacentVertex. vertices(Direction direction, String... edgeLabels)Iterator<Vertex>StarGraph.StarEdge. vertices(Direction direction)Iterator<Vertex>StarGraph.StarVertex. vertices(Direction direction, String... edgeLabels)Iterator<Vertex>StarGraph. vertices(Object... vertexIds)Methods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type Vertex Modifier and Type Method Description EdgeStarGraph.StarAdjacentVertex. addEdge(String label, Vertex inVertex, Object... keyValues)EdgeStarGraph.StarVertex. addEdge(String label, Vertex inVertex, Object... keyValues)static StarGraphStarGraph. of(Vertex vertex) -
Uses of Vertex in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type Vertex Modifier and Type Method Description booleanTinkerGraphComputerView. legalEdge(Vertex vertex, Edge edge)booleanTinkerGraphComputerView. legalVertex(Vertex vertex)Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type Vertex Modifier and Type Method Description GraphComputerTinkerGraphComputer. edges(Traversal<Vertex,Edge> edgeFilter)voidTinkerWorkerPool. executeVertexProgram(TriConsumer<Iterator<Vertex>,VertexProgram,TinkerWorkerMemory> worker)GraphComputerTinkerGraphComputer. vertexProperties(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)GraphComputerTinkerGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)GraphComputerTinkerGraphComputer. vertices(Traversal<Vertex,Vertex> vertexFilter)Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type Vertex Constructor Description TinkerMessenger(Vertex vertex, org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMessageBoard<M> messageBoard, Optional<MessageCombiner<M>> combiner) -
Uses of Vertex in org.apache.tinkerpop.gremlin.tinkergraph.services
Methods in org.apache.tinkerpop.gremlin.tinkergraph.services that return types with arguments of type Vertex Modifier and Type Method Description Service<Vertex,Long>TinkerDegreeCentralityFactory. createService(boolean isStart, Map params)Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.services with type arguments of type Vertex Modifier and Type Method Description CloseableIterator<Long>TinkerDegreeCentralityFactory. execute(Service.ServiceCallContext ctx, Traverser.Admin<Vertex> in, Map params) -
Uses of Vertex in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Vertex Modifier and Type Class Description classTinkerVertexFields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as Vertex Modifier and Type Field Description protected VertexTinkerEdge. inVertexprotected VertexTinkerEdge. outVertexFields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type Vertex Modifier and Type Field Description protected AbstractTinkerGraph.IdManager<Vertex>AbstractTinkerGraph. vertexIdManagerprotected Map<Object,Vertex>TinkerGraph. verticesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Vertex Modifier and Type Method Description abstract VertexAbstractTinkerGraph. addVertex(Object... keyValues)Add aVertexto the graph given an optional series of key/value pairs.VertexTinkerGraph. addVertex(Object... keyValues)VertexTinkerTransactionGraph. addVertex(Object... keyValues)VertexTinkerVertexProperty. element()VertexTinkerEdge. inVertex()VertexTinkerEdge. outVertex()abstract VertexAbstractTinkerGraph. vertex(Object vertexId)ReturnVertexby id.VertexTinkerGraph. vertex(Object vertexId)VertexTinkerTransactionGraph. vertex(Object vertexId)Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return types with arguments of type Vertex Modifier and Type Method Description static Map<Object,Vertex>TinkerHelper. getVertices(TinkerGraph graph)Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.abstract Iterator<Vertex>AbstractTinkerGraph. vertices(Object... vertexIds)Iterator<Vertex>TinkerEdge. vertices(Direction direction)Iterator<Vertex>TinkerGraph. vertices(Object... vertexIds)Iterator<Vertex>TinkerTransactionGraph. vertices(Object... vertexIds)Iterator<Vertex>TinkerVertex. vertices(Direction direction, String... edgeLabels)Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type Vertex Modifier and Type Method Description EdgeTinkerVertex. addEdge(String label, Vertex vertex, Object... keyValues)protected TinkerEdgeAbstractTinkerGraph. createTinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex)protected TinkerEdgeAbstractTinkerGraph. createTinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex, long currentVersion)Constructors in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type Vertex Constructor Description TinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex)TinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex, long currentVersion)
-