Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
Result.getVertexProperty()
Gets the result item by casting it to a
VertexProperty . |
Modifier and Type | Method and Description |
---|---|
static <V> VertexProperty<V> |
VertexProperty.empty()
Constructs an empty
VertexProperty . |
default <V> VertexProperty<V> |
Vertex.property(String key)
Get the
VertexProperty for the provided key. |
default <V> VertexProperty<V> |
Vertex.property(String key,
V value)
Set the provided key to the provided value using
VertexProperty.Cardinality.single . |
default <V> VertexProperty<V> |
Vertex.property(String key,
V value,
Object... keyValues)
Set the provided key to the provided value using default
VertexProperty.Cardinality for that key. |
<V> VertexProperty<V> |
Vertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Create a new vertex property.
|
Modifier and Type | Method and Description |
---|---|
<V> Iterator<VertexProperty<V>> |
Vertex.properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GraphReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from an
InputStream . |
Modifier and Type | Method and Description |
---|---|
void |
GraphWriter.writeVertexProperty(OutputStream outputStream,
VertexProperty vp)
Write a vertex property to a stream.
|
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GraphReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from an
InputStream . |
VertexProperty |
GraphReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from an
InputStream . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLWriter.writeVertexProperty(OutputStream outputStream,
VertexProperty vp)
This method is not supported for this writer.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GraphSONReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GraphSONWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GraphSONWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
void |
GraphSONWriter.writeVertexProperty(OutputStream outputStream,
VertexProperty vp)
Write a
VertexProperty object to the stream. |
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GraphSONReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GraphSONWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GraphSONWriter.writeObject(OutputStream, Object) . |
VertexProperty |
GraphSONReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GraphSONWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GraphSONWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GryoReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GryoWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GryoWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
void |
GryoWriter.writeVertexProperty(OutputStream outputStream,
VertexProperty vp)
Write a vertex property to a stream.
|
Modifier and Type | Method and Description |
---|---|
VertexProperty |
GryoReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GryoWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GryoWriter.writeObject(OutputStream, Object) . |
VertexProperty |
GryoReader.readVertexProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read a
VertexProperty from output generated by
GryoWriter.writeVertexProperty(OutputStream, VertexProperty) or via an VertexProperty passed
to GryoWriter.writeObject(OutputStream, Object) . |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.