Modifier and Type | Method and Description |
---|---|
<V> Property<V> |
Result.getProperty()
Gets the result item by casting it to a
Property . |
Modifier and Type | Method and Description |
---|---|
default <E2> GraphTraversal<S,? extends Property<E2>> |
GraphTraversal.properties(String... propertyKeys)
Map the
Element to its associated properties given the provide property keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
VertexProperty<V>
|
Modifier and Type | Method and Description |
---|---|
static <V> Property<V> |
Property.empty()
Create an empty property that is not present.
|
default <V> Property<V> |
Element.property(String key)
Get a
Property for the Element given its key. |
<V> Property<V> |
Element.property(String key,
V value)
Add or set a property value for the
Element given its key. |
Modifier and Type | Method and Description |
---|---|
<U> Iterator<Property<U>> |
VertexProperty.properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
<V> Iterator<? extends Property<V>> |
Element.properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
<V> Iterator<Property<V>> |
Edge.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 |
---|---|
Property |
GraphReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from an
InputStream . |
Modifier and Type | Method and Description |
---|---|
void |
GraphWriter.writeProperty(OutputStream outputStream,
Property p)
Write a property to a stream.
|
Modifier and Type | Method and Description |
---|---|
Property |
GraphReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from an
InputStream . |
Property |
GraphReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from an
InputStream . |
Modifier and Type | Method and Description |
---|---|
Property |
GraphMLReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
This method is not supported for this reader.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLWriter.writeProperty(OutputStream outputStream,
Property p)
This method is not supported for this writer.
|
Modifier and Type | Method and Description |
---|---|
Property |
GraphMLReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
This method is not supported for this reader.
|
Property |
GraphMLReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
This method is not supported for this reader.
|
Modifier and Type | Method and Description |
---|---|
Property |
GraphSONReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GraphSONWriter.writeProperty(OutputStream, Property) or
via an Property passed to GraphSONWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
void |
GraphSONWriter.writeProperty(OutputStream outputStream,
Property p)
Write a
Property object to the stream. |
Modifier and Type | Method and Description |
---|---|
Property |
GraphSONReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GraphSONWriter.writeProperty(OutputStream, Property) or
via an Property passed to GraphSONWriter.writeObject(OutputStream, Object) . |
Property |
GraphSONReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GraphSONWriter.writeProperty(OutputStream, Property) or
via an Property passed to GraphSONWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
Property |
GryoReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GryoWriter.writeProperty(OutputStream, Property) or
via an Property passed to GryoWriter.writeObject(OutputStream, Object) . |
Modifier and Type | Method and Description |
---|---|
void |
GryoWriter.writeProperty(OutputStream outputStream,
Property p)
Write a property to a stream.
|
Modifier and Type | Method and Description |
---|---|
Property |
GryoReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GryoWriter.writeProperty(OutputStream, Property) or
via an Property passed to GryoWriter.writeObject(OutputStream, Object) . |
Property |
GryoReader.readProperty(InputStream inputStream,
Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read a
Property from output generated by GryoWriter.writeProperty(OutputStream, Property) or
via an Property passed to GryoWriter.writeObject(OutputStream, Object) . |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.