Uses of Interface
org.apache.tinkerpop.gremlin.structure.VertexProperty
-
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return VertexProperty Modifier and Type Method Description VertexProperty
AbstractGremlinTest. convertToVertexProperty(String vertexName, String propertyKey, Object propertyValue)
Methods in org.apache.tinkerpop.gremlin that return types with arguments of type VertexProperty Modifier and Type Method Description GraphTraversal<Vertex,VertexProperty<Object>>
AbstractGremlinTest. convertToVertexProperty(Graph graph, String vertexName, String vertexPropertyKey)
Methods in org.apache.tinkerpop.gremlin with parameters of type VertexProperty Modifier and Type Method Description static void
TestHelper. validateVertexPropertyEquality(VertexProperty originalVertexProperty, VertexProperty otherVertexProperty)
-
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.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement VertexProperty Modifier and Type Class Description class
ComputerGraph.ComputerVertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return VertexProperty Modifier and Type Method Description VertexProperty<V>
ComputerGraph.ComputerVertexProperty. getBaseVertexProperty()
<V> VertexProperty<V>
ComputerGraph.ComputerAdjacentVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
ComputerGraph.ComputerAdjacentVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
<V> VertexProperty<V>
ComputerGraph.ComputerVertex. property(String key)
<V> VertexProperty<V>
ComputerGraph.ComputerVertex. property(String key, V value)
<V> VertexProperty<V>
ComputerGraph.ComputerVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
ComputerGraph.ComputerVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return types with arguments of type VertexProperty Modifier and Type Method Description <V> Iterator<VertexProperty<V>>
ComputerGraph.ComputerAdjacentVertex. properties(String... propertyKeys)
<V> Iterator<VertexProperty<V>>
ComputerGraph.ComputerVertex. properties(String... propertyKeys)
Constructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProperty Constructor Description ComputerVertexProperty(VertexProperty<V> vertexProperty)
-
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.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type VertexProperty Modifier and Type Method Description abstract Traversal<Vertex,VertexProperty>
DropTest. get_g_V_properties_drop()
Traversal<Vertex,VertexProperty>
DropTest.Traversals. get_g_V_properties_drop()
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type VertexProperty Modifier and Type Method Description abstract Traversal<VertexProperty<String>,String>
PropertiesTest. get_g_injectXg_VX1X_propertiesXnameX_nextX_value(Object v1Id)
Traversal<VertexProperty<String>,String>
PropertiesTest.Traversals. get_g_injectXg_VX1X_propertiesXnameX_nextX_value(Object v1Id)
abstract Traversal<Vertex,VertexProperty<String>>
PropertiesTest. get_g_V_hasXageX_propertiesXnameX()
Traversal<Vertex,VertexProperty<String>>
PropertiesTest.Traversals. get_g_V_hasXageX_propertiesXnameX()
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type VertexProperty Modifier and Type Method Description protected String
PropertyMapStep. getVertexPropertyKey(VertexProperty<?> vertexProperty)
protected Object
PropertyMapStep. getVertexPropertyValue(VertexProperty<?> vertexProperty)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type VertexProperty Modifier and Type Method Description void
ConsoleMutationListener. vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues)
void
MutationListener. vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues)
Raised after the property of aVertex
changed.void
ConsoleMutationListener. vertexPropertyPropertyChanged(VertexProperty element, Property oldValue, Object setValue)
void
MutationListener. vertexPropertyPropertyChanged(VertexProperty element, Property oldValue, Object setValue)
Raised after the property of aVertexProperty
changed.void
ConsoleMutationListener. vertexPropertyPropertyRemoved(VertexProperty element, Property oldValue)
void
MutationListener. vertexPropertyPropertyRemoved(VertexProperty element, Property property)
Raised after anProperty
property was removed from aVertexProperty
.void
ConsoleMutationListener. vertexPropertyRemoved(VertexProperty vertexProperty)
void
MutationListener. vertexPropertyRemoved(VertexProperty vertexProperty)
Raised after aVertexProperty
was removed from the graph.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type VertexProperty Constructor Description VertexPropertyPropertyChangedEvent(VertexProperty element, Property oldValue, Object newValue)
VertexPropertyPropertyRemovedEvent(VertexProperty element, Property removed)
VertexPropertyRemovedEvent(VertexProperty vertexProperty)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that return types with arguments of type VertexProperty Modifier and Type Method Description Traversal<VertexProperty,?>
SubgraphStrategy. getVertexPropertyCriterion()
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type VertexProperty Modifier and Type Method Description SubgraphStrategy.Builder
SubgraphStrategy.Builder. vertexProperties(Traversal<VertexProperty,?> vertexPropertyPredicate)
The traversal predicate that defines the vertex properties to include in the subgraph. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal.translator
Methods in org.apache.tinkerpop.gremlin.process.traversal.translator with parameters of type VertexProperty Modifier and Type Method Description protected Script
DotNetTranslator.DefaultTypeTranslator. produceScript(VertexProperty<?> o)
protected Script
GolangTranslator.DefaultTypeTranslator. produceScript(VertexProperty<?> o)
protected Script
GroovyTranslator.DefaultTypeTranslator. produceScript(VertexProperty<?> o)
protected Script
JavascriptTranslator.DefaultTypeTranslator. produceScript(VertexProperty<?> o)
protected Script
PythonTranslator.DefaultTypeTranslator. produceScript(VertexProperty<?> o)
-
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<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<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from anInputStream
.VertexProperty
GraphReader. readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Reads a single vertex property from anInputStream
. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return VertexProperty Modifier and Type Method Description protected VertexProperty
VertexPropertySerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type VertexProperty Modifier and Type Method Description protected void
VertexPropertySerializer. writeValue(VertexProperty value, Buffer buffer, GraphBinaryWriter context)
-
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<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<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
This method is not supported for this reader.VertexProperty
GraphMLReader. readVertexProperty(InputStream inputStream, Function<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<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
Read aVertexProperty
from output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)
or via anVertexProperty
passed toGraphSONWriter.writeObject(OutputStream, Object)
.VertexProperty
LegacyGraphSONReader. readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)
This method is not supported for this reader.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. -
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 <I extends InputShim>
VertexPropertyGryoSerializersV1.VertexPropertySerializer. read(KryoShim<I,?> kryo, I input, Class<VertexProperty> vertexPropertyClass)
<I extends InputShim>
VertexPropertyGryoSerializersV3.VertexPropertySerializer. read(KryoShim<I,?> kryo, I input, Class<VertexProperty> vertexPropertyClass)
VertexProperty
GryoReader. readVertexProperty(InputStream inputStream, Function<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 <O extends OutputShim>
voidGryoSerializersV1.VertexPropertySerializer. write(KryoShim<?,O> kryo, O output, VertexProperty vertexProperty)
<O extends OutputShim>
voidGryoSerializersV3.VertexPropertySerializer. write(KryoShim<?,O> kryo, O output, VertexProperty vertexProperty)
void
GryoWriter. writeVertexProperty(OutputStream outputStream, VertexProperty vp)
Write a vertex property to a stream. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util that return VertexProperty Modifier and Type Method Description static VertexProperty
Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
static VertexProperty
Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type VertexProperty Modifier and Type Method Description static Optional<VertexProperty>
Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
static Optional<VertexProperty>
Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
static <V> Optional<VertexProperty<V>>
ElementHelper. stageVertexProperty(Vertex vertex, VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
This is a helper method for dealing with vertex property cardinality and typically used inVertex.property(VertexProperty.Cardinality, String, Object, Object...)
.static Map<String,List<VertexProperty>>
ElementHelper. vertexPropertyMap(Vertex vertex, String... propertyKeys)
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProperty Modifier and Type Method Description static boolean
ElementHelper. areEqual(VertexProperty a, Object b)
A standard method for determining if twoVertexProperty
objects are equal.static boolean
ElementHelper. areEqual(VertexProperty a, VertexProperty b)
Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type VertexProperty Modifier and Type Method Description static VertexProperty
Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
static VertexProperty
Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
static Optional<VertexProperty>
Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph)
static Optional<VertexProperty>
Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement VertexProperty Modifier and Type Class Description class
DetachedVertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.structure.util.detached that return VertexProperty Modifier and Type Method Description <V> VertexProperty<V>
DetachedVertex. property(String key)
<V> VertexProperty<V>
DetachedVertex. property(String key, V value)
<V> VertexProperty<V>
DetachedVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
DetachedVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Methods in org.apache.tinkerpop.gremlin.structure.util.detached that return types with arguments of type VertexProperty Modifier and Type Method Description <V> Iterator<VertexProperty<V>>
DetachedVertex. properties(String... propertyKeys)
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type VertexProperty Modifier and Type Method Description static <V> DetachedVertexProperty
DetachedFactory. detach(VertexProperty<V> vertexProperty, boolean withProperties)
Constructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type VertexProperty Constructor Description DetachedVertexProperty(VertexProperty<V> vertexProperty, boolean withProperties)
Constructor parameters in org.apache.tinkerpop.gremlin.structure.util.detached with type arguments of type VertexProperty Constructor Description DetachedVertex(Object id, String label, List<VertexProperty> properties)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement VertexProperty Modifier and Type Class Description class
EmptyVertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return VertexProperty Modifier and Type Method Description static <U> VertexProperty<U>
EmptyVertexProperty. instance()
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.keyed
Classes in org.apache.tinkerpop.gremlin.structure.util.keyed that implement VertexProperty Modifier and Type Class Description class
KeyedVertexProperty<V>
A utility implementation of aProperty
that only has a key but no value and no meta-properties. -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement VertexProperty Modifier and Type Class Description class
ReferenceVertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.structure.util.reference that return VertexProperty Modifier and Type Method Description <V> VertexProperty<V>
ReferenceVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
ReferenceVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Methods in org.apache.tinkerpop.gremlin.structure.util.reference that return types with arguments of type VertexProperty Modifier and Type Method Description <V> Iterator<VertexProperty<V>>
ReferenceVertex. properties(String... propertyKeys)
Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type VertexProperty Modifier and Type Method Description static <V> ReferenceVertexProperty
ReferenceFactory. detach(VertexProperty<V> vertexProperty)
Constructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type VertexProperty Constructor Description ReferenceVertexProperty(VertexProperty<V> vertexProperty)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement VertexProperty Modifier and Type Class Description class
StarGraph.StarVertexProperty<V>
Fields in org.apache.tinkerpop.gremlin.structure.util.star with type parameters of type VertexProperty Modifier and Type Field Description protected Map<String,List<VertexProperty>>
StarGraph.StarVertex. vertexProperties
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return VertexProperty Modifier and Type Method Description <V> VertexProperty<V>
StarGraph.StarAdjacentVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
StarGraph.StarAdjacentVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
<V> VertexProperty<V>
StarGraph.StarVertex. property(String key, V value, Object... keyValues)
<V> VertexProperty<V>
StarGraph.StarVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type VertexProperty Modifier and Type Method Description <V> Iterator<VertexProperty<V>>
StarGraph.StarAdjacentVertex. properties(String... propertyKeys)
<V> Iterator<VertexProperty<V>>
StarGraph.StarVertex. properties(String... propertyKeys)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return types with arguments of type VertexProperty Modifier and Type Method Description List<VertexProperty<?>>
TinkerGraphComputerView. getProperty(TinkerVertex vertex, String key)
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexProperty Modifier and Type Method Description void
TinkerGraphComputerView. removeProperty(TinkerVertex vertex, String key, VertexProperty property)
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement VertexProperty Modifier and Type Class Description class
TinkerVertexProperty<V>
Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type VertexProperty Modifier and Type Field Description protected Map<String,List<VertexProperty>>
TinkerVertex. properties
protected AbstractTinkerGraph.IdManager<VertexProperty>
AbstractTinkerGraph. vertexPropertyIdManager
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return VertexProperty Modifier and Type Method Description <V> VertexProperty<V>
TinkerVertex. property(String key)
<V> VertexProperty<V>
TinkerVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return types with arguments of type VertexProperty Modifier and Type Method Description static Map<String,List<VertexProperty>>
TinkerHelper. getProperties(TinkerVertex vertex)
<V> Iterator<VertexProperty<V>>
TinkerVertex. properties(String... propertyKeys)
-