Uses of Interface
org.apache.tinkerpop.gremlin.structure.Vertex
Packages that use Vertex
Package
Description
-
Uses of Vertex in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Vertex -
Uses of Vertex in org.apache.tinkerpop.gremlin.process.computer
Fields in org.apache.tinkerpop.gremlin.process.computer with type parameters of type VertexMethods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type VertexModifier and TypeMethodDescriptionMessageScope.Local.ReverseTraversalSupplier.get()final Traversal.Admin<Vertex,Edge> GraphFilter.getEdgeFilter()Get the edge filter associated with this graph filter.Computer.getEdges()MessageScope.Local.getIncidentTraversal()final Traversal.Admin<Vertex,Vertex> GraphFilter.getVertexFilter()Get the vertex filter associated with this graph filter.final 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.Computer.getVertices()Computer.getVertices()MessageScope.Global.vertices()Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type VertexModifier and TypeMethodDescriptionvoidThis method denotes the main body of the computation and is executed on each vertex in the graph.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.GraphFilter.legalVertexProperties(Vertex vertex) Returns an iterator of legal vertex properties.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.GlobalMethod parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type VertexModifier and TypeMethodDescriptionstatic IllegalArgumentExceptionGraphComputer.Exceptions.edgeFilterAccessesAdjacentVertices(Traversal<Vertex, Edge> edgeFilter) Add a filter that will limit which edges of the vertices are loaded from the graph source.static MessageScope.Globalstatic <M> MessageScope.Local<M>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) GraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Add a filter that will limit which vertex properties are loaded from the graph source.Add a filter that will limit which vertices are loaded from the graph source.Add a filter that will limit which vertices are loaded from the graph source. -
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 VertexModifier and TypeMethodDescriptionvoidMethod parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.connected with type arguments of type VertexModifier and TypeMethodDescriptionConnectedComponentVertexProgram.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 VertexModifier and TypeMethodDescriptionvoidPeerPressureVertexProgram.execute(Vertex vertex, Messenger<org.javatuples.Pair<Serializable, Double>> messenger, Memory memory) Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with type arguments of type VertexModifier and TypeMethodDescriptionPeerPressureVertexProgram.Builder.edges(Traversal.Admin<Vertex, Edge> edgeTraversal) PeerPressureVertexProgram.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 VertexModifier and TypeMethodDescriptionvoidMethod parameters in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with type arguments of type VertexModifier and TypeMethodDescriptionPageRankVertexProgram.Builder.edges(Traversal.Admin<Vertex, Edge> edgeTraversal) PageRankVertexProgram.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 VertexModifier and TypeFieldDescriptionShortestPathVertexProgram.DEFAULT_EDGE_TRAVERSALstatic final org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal<Vertex,?> ShortestPathVertexProgram.DEFAULT_VERTEX_FILTER_TRAVERSALMethods in org.apache.tinkerpop.gremlin.process.computer.search.path with parameters of type VertexModifier and TypeMethodDescriptionvoidShortestPathVertexProgram.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 VertexModifier and TypeMethodDescriptionShortestPathVertexProgram.Builder.edgeTraversal(Traversal<Vertex, Edge> edgeTraversal) -
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 -
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 VertexModifier and TypeMethodDescriptiondefault GraphTraversal<S,Vertex> GraphTraversal.addV()Adds aVertexwith a default vertex label.default GraphTraversal<S,Vertex> Adds aVertex.default GraphTraversal<S,Vertex> GraphTraversal.addV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String> label, org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... additionalLabels) Adds aVertex.default GraphTraversal<S,Vertex> GraphTraversalSource.addV()Spawns aGraphTraversalby adding a vertex with the default label.GraphTraversalSource.addV()Spawns aGraphTraversalby adding a vertex with the default label.Spawns aGraphTraversalby adding a vertex with one or more labels.Spawns aGraphTraversalby adding a vertex with one or more labels.final GraphTraversal<Vertex,Vertex> GraphTraversalSource.addV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String> label, org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... additionalLabels) Spawns aGraphTraversalby adding a vertex with one or more specified labels.final GraphTraversal<Vertex,Vertex> GraphTraversalSource.addV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String> label, org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... additionalLabels) Spawns aGraphTraversalby adding a vertex with one or more specified labels.default GraphTraversal<S,Vertex> GraphTraversal.both()Map theVertexto its adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> GraphTraversal.both(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> GraphTraversal.bothV()Map theEdgeto its incident vertices.default GraphTraversal<S,Vertex> GraphTraversal.in()Map theVertexto its incoming adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its incoming adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> Map theVertexto its incoming adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> GraphTraversal.inV()default GraphTraversal<S,Vertex> GraphTraversal.mergeV()Performs a merge (i.e.default GraphTraversal<S,Vertex> Performs a merge (i.e.default GraphTraversal<S,Vertex> GraphTraversal.mergeV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<Object, Object>> searchCreate) Performs a merge (i.e.default GraphTraversal<S,Vertex> Performs a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.GraphTraversalSource.mergeV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<?, ?>> searchCreate) Spawns aGraphTraversalby doing a merge (i.e.GraphTraversalSource.mergeV(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<?, ?>> searchCreate) Spawns aGraphTraversalby doing a merge (i.e.<S> GraphTraversal<S,Vertex> Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Vertex> GraphTraversal.otherV()Map theEdgeto the incident vertex that was not just traversed from in the path history.default GraphTraversal<S,Vertex> GraphTraversal.out()Map theVertexto its outgoing adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its outgoing adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> GraphTraversal.out(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its outgoing adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> GraphTraversal.outV()default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,Vertex> GraphTraversal.to(Direction direction, org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,Vertex> Map theEdgeto its incident vertices given the direction.default GraphTraversal<S,Vertex> AVstep is usually used to start a traversal but it may also be used mid-traversal.default GraphTraversal<S,Vertex> AVstep that accepts a child traversal whose results are used as vertex IDs for lookup.Spawns aGraphTraversalstarting with all vertices or some subset of vertices as specified by their unique identifier.Spawns aGraphTraversalstarting with all vertices or some subset of vertices as specified by their unique identifier.Spawns aGraphTraversalstarting with vertices whose IDs are resolved from a child traversal.Spawns aGraphTraversalstarting with vertices whose IDs are resolved from a child traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type VertexModifier and TypeMethodDescriptiondefault 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.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. -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexModifier and TypeMethodDescriptionAdd aVertexto the graph given an optional series of key/value pairs.default VertexAdd aVertexto the graph with provided vertex label.VertexProperty.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 VertexModifier and TypeMethodDescriptionEdge.bothVertices()Get both the outgoing and incoming vertices of this edge.Graph.Index.queryVertexIndex(String key, Object value) Returns an iterator over all vertices where the given property key equals the given value.Retrieve the vertex (or vertices) associated with this edge as defined by the direction.Gets anIteratorof adjacent vertices.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Vertex -
Uses of Vertex in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return VertexModifier and TypeMethodDescriptionGraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Reads a single vertex from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionGet the vertices at the specified graph location.Get the vertices at the specified graph location.GraphReader.readVertex(InputStream inputStream, GraphFilter graphFilter) Reads a single vertex from anInputStream.GraphReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionvoidGraphWriter.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 VertexModifier and TypeMethodDescriptionGraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Reads a single vertex from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Reads a single vertex from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a single vertex from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a single vertex from anInputStream.GraphReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator).GraphReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return VertexModifier and TypeMethodDescriptionGraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionGraphMLReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionvoidGraphMLWriter.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 VertexModifier and TypeMethodDescriptionGraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphMLReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphMLReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionGraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return types with arguments of type VertexModifier and TypeMethodDescriptionGraphSONReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type VertexModifier and TypeMethodDescriptionvoidGraphSONWriter.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 VertexModifier and TypeMethodDescriptionGraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).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 VertexModifier and TypeMethodDescriptionGryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionGryoReader.readVertex(InputStream inputStream, GraphFilter graphFilter) GryoReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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 VertexModifier and TypeMethodDescriptionvoidGryoWriter.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 VertexModifier and TypeMethodDescriptionGryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertex(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertices(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Vertex>, Vertex> vertexAttachMethod, Function<org.apache.tinkerpop.gremlin.structure.util.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.