Uses of Interface
org.apache.tinkerpop.gremlin.structure.VertexProperty
-
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return VertexProperty Modifier and Type Method Description <V> VertexProperty<V>
Result. getVertexProperty()
Gets the result item by casting it to aVertexProperty
. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type VertexProperty Modifier and Type Method Description protected abstract Script
Translator.ScriptTranslator.AbstractTypeTranslator. produceScript(VertexProperty<?> o)
Take theVertexProperty
and writes the syntax directly to the memberTranslator.ScriptTranslator.AbstractTypeTranslator.script
variable. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexProperty Modifier and Type Method Description static <V> VertexProperty<V>
VertexProperty. empty()
Constructs an emptyVertexProperty
.default <V> VertexProperty<V>
Vertex. property(String key)
Get theVertexProperty
for the provided key.default <V> VertexProperty<V>
Vertex. property(String key, V value)
Set the provided key to the provided value usingVertexProperty.Cardinality.single
.default <V> VertexProperty<V>
Vertex. property(String key, V value, Object... keyValues)
Set the provided key to the provided value using defaultVertexProperty.Cardinality
for 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 VertexProperty Modifier and Type Method Description <V> Iterator<VertexProperty<V>>
Vertex. properties(String... propertyKeys)
Get anIterator
of properties where thepropertyKeys
is 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 VertexProperty Modifier and Type Method Description VertexProperty
GraphReader. 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 VertexProperty Modifier and Type Method Description void
GraphWriter. 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 VertexProperty Modifier and Type Method Description VertexProperty
GraphReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from anInputStream
.VertexProperty
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 VertexProperty Modifier and Type Method Description VertexProperty
GraphMLReader. 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 VertexProperty Modifier and Type Method Description void
GraphMLWriter. 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 VertexProperty Modifier and Type Method Description VertexProperty
GraphMLReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
This method is not supported for this reader.VertexProperty
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 VertexProperty Modifier and Type Method Description VertexProperty
GraphSONReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type VertexProperty Modifier and Type Method Description void
GraphSONWriter. writeVertexProperty(OutputStream outputStream, VertexProperty vp)
Write aVertexProperty
object to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type VertexProperty Modifier and Type Method Description VertexProperty
GraphSONReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
.VertexProperty
GraphSONReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed 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 VertexProperty Modifier and Type Method Description VertexProperty
GryoReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type VertexProperty Modifier and Type Method Description void
GryoWriter. 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 VertexProperty Modifier and Type Method Description VertexProperty
GryoReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.VertexProperty
GryoReader. readVertexProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.
-