Uses of Interface
org.apache.tinkerpop.gremlin.structure.Property
-
-
Uses of Property in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Property Modifier and Type Method Description <V> Property<V>
Result. getProperty()
Gets the result item by casting it to aProperty
. -
Uses of Property in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type Property Modifier and Type Method Description Traversal.Admin<Vertex,? extends Property<?>>
GraphFilter. getVertexPropertyFilter()
Get the vertex property filter associated with this graph filter.Iterator<? extends Property<?>>
GraphFilter. legalVertexProperties(Vertex vertex)
Returns an iterator of legal vertex properties.Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type Property Modifier and Type Method Description void
GraphFilter. setVertexPropertyFilter(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)
Set the filter for selecting vertex properties from the vertices.GraphComputer
GraphComputer. vertexProperties(Traversal<Vertex,? extends Property<?>> vertexPropertyFilter)
Add a filter that will limit which vertex properties are loaded from the graph source. -
Uses of Property 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 Property Modifier and Type Method Description default <E2> GraphTraversal<S,? extends Property<E2>>
GraphTraversal. properties(String... propertyKeys)
Map theElement
to its associated properties given the provide property keys. -
Uses of Property in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Property in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description interface
VertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.structure that return Property Modifier and Type Method Description static <V> Property<V>
Property. empty()
Create an empty property that is not present.default <V> Property<V>
Element. property(String key)
Get aProperty
for theElement
given its key.<V> Property<V>
Element. property(String key, V value)
Add or set a property value for theElement
given its key.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type Property Modifier and Type Method Description <V> Iterator<Property<V>>
Edge. properties(String... propertyKeys)
Get anIterator
of properties where thepropertyKeys
is meant to be a filter on the available keys.<V> Iterator<? extends Property<V>>
Element. properties(String... propertyKeys)
Get anIterator
of properties where thepropertyKeys
is meant to be a filter on the available keys.<U> Iterator<Property<U>>
VertexProperty. properties(String... propertyKeys)
Get anIterator
of properties where thepropertyKeys
is meant to be a filter on the available keys. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return Property Modifier and Type Method Description Property
GraphReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from anInputStream
.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type Property Modifier and Type Method Description void
GraphWriter. writeProperty(OutputStream outputStream, Property p)
Write a property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type Property Modifier and Type Method Description Property
GraphReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from anInputStream
.Property
GraphReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Reads a single property from anInputStream
. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return Property Modifier and Type Method 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.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type Property Modifier and Type Method Description void
GraphMLWriter. writeProperty(OutputStream outputStream, Property p)
This method is not supported for this writer.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type Property Modifier and Type Method 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. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return Property Modifier and Type Method Description Property
GraphSONReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGraphSONWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type Property Modifier and Type Method Description void
GraphSONWriter. writeProperty(OutputStream outputStream, Property p)
Write aProperty
object to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type Property Modifier and Type Method Description Property
GraphSONReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGraphSONWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
.Property
GraphSONReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGraphSONWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Property Modifier and Type Method Description Property
GryoReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGryoWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Property Modifier and Type Method Description void
GryoWriter. writeProperty(OutputStream outputStream, Property p)
Write a property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Property Modifier and Type Method Description Property
GryoReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGryoWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.Property
GryoReader. readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>,Property> propertyAttachMethod)
Read aProperty
from output generated byGryoWriter.writeProperty(OutputStream, Property)
or via anProperty
passed toGryoWriter.writeObject(OutputStream, Object)
.
-