Uses of Interface
org.apache.tinkerpop.gremlin.structure.VertexProperty
Packages that use VertexProperty
Package
Description
-
Uses of VertexProperty in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return VertexPropertyModifier and TypeMethodDescriptionAbstractGremlinTest.convertToVertexProperty(String vertexName, String propertyKey, Object propertyValue) Methods in org.apache.tinkerpop.gremlin that return types with arguments of type VertexPropertyModifier and TypeMethodDescriptionAbstractGremlinTest.convertToVertexProperty(Graph graph, String vertexName, String vertexPropertyKey) Methods in org.apache.tinkerpop.gremlin with parameters of type VertexPropertyModifier and TypeMethodDescriptionstatic voidTestHelper.validateVertexPropertyEquality(VertexProperty originalVertexProperty, VertexProperty otherVertexProperty) -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return VertexPropertyModifier and TypeMethodDescription<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 VertexPropertyMethods in org.apache.tinkerpop.gremlin.process.computer.util that return VertexPropertyModifier and TypeMethodDescriptionComputerGraph.ComputerVertexProperty.getBaseVertexProperty()<V> VertexProperty<V><V> VertexProperty<V>ComputerGraph.ComputerAdjacentVertex.property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) <V> VertexProperty<V><V> VertexProperty<V><V> VertexProperty<V><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 VertexPropertyModifier and TypeMethodDescription<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 -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type VertexPropertyModifier and TypeMethodDescriptionprotected StringPropertyMapStep.getVertexPropertyKey(VertexProperty<?> vertexProperty) protected ObjectPropertyMapStep.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 VertexPropertyModifier and TypeMethodDescriptionvoidConsoleMutationListener.vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues) voidMutationListener.vertexPropertyChanged(Vertex element, VertexProperty oldValue, Object setValue, Object... vertexPropertyKeyValues) Raised after the property of aVertexchanged.voidConsoleMutationListener.vertexPropertyPropertyChanged(VertexProperty element, Property oldValue, Object setValue) voidMutationListener.vertexPropertyPropertyChanged(VertexProperty element, Property oldValue, Object setValue) Raised after the property of aVertexPropertychanged.voidConsoleMutationListener.vertexPropertyPropertyRemoved(VertexProperty element, Property oldValue) voidMutationListener.vertexPropertyPropertyRemoved(VertexProperty element, Property property) Raised after anPropertyproperty was removed from aVertexProperty.voidConsoleMutationListener.vertexPropertyRemoved(VertexProperty vertexProperty) voidMutationListener.vertexPropertyRemoved(VertexProperty vertexProperty) Raised after aVertexPropertywas removed from the graph.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type VertexPropertyModifierConstructorDescriptionVertexPropertyPropertyChangedEvent(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 VertexPropertyMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type VertexPropertyModifier and TypeMethodDescriptionSubgraphStrategy.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.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexPropertyModifier and TypeMethodDescriptionstatic <V> VertexProperty<V>VertexProperty.empty()Constructs an emptyVertexProperty.default <V> VertexProperty<V>Get theVertexPropertyfor the provided key.default <V> VertexProperty<V>Set the provided key to the provided value usingVertexProperty.Cardinality.single.default <V> VertexProperty<V>Set the provided key to the provided value using defaultVertexProperty.Cardinalityfor 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 VertexPropertyModifier and TypeMethodDescription<V> Iterator<VertexProperty<V>>Vertex.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis 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 VertexPropertyModifier and TypeMethodDescriptionGraphReader.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 VertexPropertyModifier and TypeMethodDescriptionvoidGraphWriter.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 VertexPropertyModifier and TypeMethodDescriptionGraphReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Reads a single vertex property from anInputStream.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 VertexPropertyModifier and TypeMethodDescriptionprotected VertexPropertyVertexPropertySerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type VertexPropertyModifier and TypeMethodDescriptionprotected voidVertexPropertySerializer.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 VertexPropertyModifier and TypeMethodDescriptionGraphMLReader.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 VertexPropertyModifier and TypeMethodDescriptionvoidGraphMLWriter.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 VertexPropertyModifier and TypeMethodDescriptionGraphMLReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.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 VertexPropertyModifier and TypeMethodDescriptionGraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).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 VertexPropertyModifier and TypeMethodDescriptionvoidGraphSONWriter.writeVertexProperty(OutputStream outputStream, VertexProperty vp) Write aVertexPropertyobject to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type VertexPropertyModifier and TypeMethodDescriptionGraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.LegacyGraphSONReader.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.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return VertexPropertyModifier and TypeMethodDescription<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) GryoReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type VertexPropertyModifier and TypeMethodDescription<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) voidGryoWriter.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 VertexPropertyModifier and TypeMethodDescription<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) GryoReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object). -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util that return VertexPropertyModifier and TypeMethodDescriptionstatic VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) static VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex) Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type VertexPropertyModifier and TypeMethodDescriptionstatic 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 VertexPropertyModifier and TypeMethodDescriptionstatic booleanElementHelper.areEqual(VertexProperty a, Object b) A standard method for determining if twoVertexPropertyobjects are equal.static booleanElementHelper.areEqual(VertexProperty a, VertexProperty b) Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type VertexPropertyModifier and TypeMethodDescriptionstatic VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) static VertexPropertyAttachable.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 VertexPropertyMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return VertexPropertyModifier and TypeMethodDescription<V> VertexProperty<V><V> VertexProperty<V><V> VertexProperty<V><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 VertexPropertyModifier and TypeMethodDescription<V> Iterator<VertexProperty<V>>DetachedVertex.properties(String... propertyKeys) Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type VertexPropertyModifier and TypeMethodDescriptionstatic <V> DetachedVertexPropertyDetachedFactory.detach(VertexProperty<V> vertexProperty, boolean withProperties) Constructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type VertexPropertyModifierConstructorDescriptionprotectedDetachedVertexProperty(VertexProperty<V> vertexProperty, boolean withProperties) Constructor parameters in org.apache.tinkerpop.gremlin.structure.util.detached with type arguments of type VertexPropertyModifierConstructorDescriptionDetachedVertex(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 VertexPropertyMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return VertexProperty -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.keyed
Classes in org.apache.tinkerpop.gremlin.structure.util.keyed that implement VertexPropertyModifier and TypeClassDescriptionfinal classA utility implementation of aPropertythat 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 VertexPropertyMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return VertexPropertyModifier and TypeMethodDescription<V> VertexProperty<V><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 VertexPropertyModifier and TypeMethodDescription<V> Iterator<VertexProperty<V>>ReferenceVertex.properties(String... propertyKeys) Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type VertexPropertyModifier and TypeMethodDescriptionstatic <V> ReferenceVertexPropertyReferenceFactory.detach(VertexProperty<V> vertexProperty) Constructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type VertexProperty -
Uses of VertexProperty in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement VertexPropertyFields in org.apache.tinkerpop.gremlin.structure.util.star with type parameters of type VertexPropertyModifier and TypeFieldDescriptionprotected Map<String,List<VertexProperty>> StarGraph.StarVertex.vertexPropertiesMethods in org.apache.tinkerpop.gremlin.structure.util.star that return VertexPropertyModifier and TypeMethodDescription<V> VertexProperty<V><V> VertexProperty<V>StarGraph.StarAdjacentVertex.property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) <V> VertexProperty<V><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 VertexPropertyModifier and TypeMethodDescription<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 VertexPropertyModifier and TypeMethodDescriptionList<VertexProperty<?>>TinkerGraphComputerView.getProperty(TinkerVertex vertex, String key) Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexPropertyModifier and TypeMethodDescriptionvoidTinkerGraphComputerView.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 VertexPropertyFields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type VertexPropertyModifier and TypeFieldDescriptionprotected Map<String,List<VertexProperty>> TinkerVertex.propertiesprotected Map<Object,VertexProperty> AbstractTinkerGraph.vertexPropertiesprotected AbstractTinkerGraph.IdManager<VertexProperty>AbstractTinkerGraph.vertexPropertyIdManagerMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return VertexPropertyModifier and TypeMethodDescription<V> VertexProperty<V><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 VertexPropertyModifier and TypeMethodDescriptionstatic Map<String,List<VertexProperty>> TinkerHelper.getProperties(TinkerVertex vertex) <V> Iterator<VertexProperty<V>>TinkerVertex.properties(String... propertyKeys)