Uses of Interface
org.apache.tinkerpop.gremlin.structure.VertexProperty
Packages that use VertexProperty
Package
Description
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return VertexPropertyModifier and TypeMethodDescription<V> VertexProperty<V>Result.getVertexProperty()Gets the result item by casting it to aVertexProperty. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexPropertyModifier and TypeMethodDescriptionstatic <V> VertexProperty<V>VertexProperty.empty()Constructs an emptyVertexProperty.default <V> VertexProperty<V>Get theVertexPropertyfor the provided key.default <V> VertexProperty<V>Set the provided key to the provided value usingVertexProperty.Cardinality.single.default <V> VertexProperty<V>Set the provided key to the provided value using defaultVertexProperty.Cardinalityfor that key.<V> VertexProperty<V>Vertex.property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) Create a new vertex property.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type VertexPropertyModifier and TypeMethodDescription<V> Iterator<VertexProperty<V>>Vertex.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return VertexPropertyModifier and TypeMethodDescriptionGraphReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Reads a single vertex property from anInputStream.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type VertexPropertyModifier and TypeMethodDescriptionvoidGraphWriter.writeVertexProperty(OutputStream outputStream, VertexProperty vp) Write a vertex property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type VertexPropertyModifier and TypeMethodDescriptionGraphReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Reads a single vertex property from anInputStream.GraphReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Reads a single vertex property from anInputStream. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return VertexPropertyModifier and TypeMethodDescriptionGraphMLReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type VertexPropertyModifier and TypeMethodDescriptionvoidGraphMLWriter.writeVertexProperty(OutputStream outputStream, VertexProperty vp) This method is not supported for this writer.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type VertexPropertyModifier and TypeMethodDescriptionGraphMLReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.GraphMLReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return VertexPropertyModifier and TypeMethodDescriptionGraphSONReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type VertexPropertyModifier and TypeMethodDescriptionvoidGraphSONWriter.writeVertexProperty(OutputStream outputStream, VertexProperty vp) Write aVertexPropertyobject to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type VertexPropertyModifier and TypeMethodDescriptionGraphSONReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object). -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return VertexPropertyModifier and TypeMethodDescriptionGryoReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type VertexPropertyModifier and TypeMethodDescriptionvoidGryoWriter.writeVertexProperty(OutputStream outputStream, VertexProperty vp) Write a vertex property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type VertexPropertyModifier and TypeMethodDescriptionGryoReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).