Uses of Interface
org.apache.tinkerpop.gremlin.structure.Property
Packages that use Property
Package
Description
-
Uses of Property in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin with parameters of type PropertyModifier and TypeMethodDescriptionstatic voidTestHelper.validatePropertyEquality(Property originalProperty, Property otherProperty) -
Uses of Property in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return PropertyModifier and TypeMethodDescription<V> Property<V>Result.getProperty()Gets the result item by casting it to aProperty. -
Uses of Property in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with type parameters of type PropertyModifier and TypeMethodDescriptionstatic <A extends Property>
CredentialTraversal<A,String> __.key()static <A extends Property,B>
CredentialTraversal<A,B> __.value()Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type PropertyModifier and TypeMethodDescriptionstatic <A extends Element,B>
CredentialTraversal<A,? extends Property<B>> __.properties(String... propertyKeys) default <E2> CredentialTraversal<S,? extends Property<E2>> CredentialTraversal.properties(String... propertyKeys) -
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 PropertyModifier and TypeMethodDescriptionTraversal.Admin<Vertex,? extends Property<?>> GraphFilter.getVertexPropertyFilter()Get the vertex property filter associated with this graph filter.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 PropertyModifier and TypeMethodDescriptionvoidGraphFilter.setVertexPropertyFilter(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Set the filter for selecting vertex properties from the vertices.GraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Add a filter that will limit which vertex properties are loaded from the graph source.GraphComputerTest.BadGraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) -
Uses of Property in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement PropertyModifier and TypeClassDescriptionclassclassMethods in org.apache.tinkerpop.gremlin.process.computer.util that return PropertyModifier and TypeMethodDescriptionComputerGraph.ComputerProperty.getBaseProperty()<V> Property<V><V> Property<V>Methods in org.apache.tinkerpop.gremlin.process.computer.util that return types with arguments of type PropertyModifier and TypeMethodDescriptionComputerGraph.ComputerEdge.properties(String... propertyKeys) ComputerGraph.ComputerElement.properties(String... propertyKeys) ComputerGraph.ComputerVertexProperty.properties(String... propertyKeys) Constructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with type parameters of type PropertyModifier and TypeMethodDescriptionstatic <A extends Property>
GraphTraversal<A,String> __.key()static <A extends Property,B>
GraphTraversal<A,B> __.value()Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type PropertyModifier and TypeMethodDescriptionstatic <A extends Element,B>
GraphTraversal<A,? extends Property<B>> __.properties(String... propertyKeys) default <E2> GraphTraversal<S,? extends Property<E2>> GraphTraversal.properties(String... propertyKeys) Map theElementto its associated properties given the provide property keys. -
Uses of Property in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map with type parameters of type PropertyFields in org.apache.tinkerpop.gremlin.process.traversal.step.map with type parameters of type PropertyModifier and TypeFieldDescriptionprotected Traversal.Admin<Element,? extends Property> PropertyMapStep.propertyTraversalMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type PropertyModifier and TypeMethodDescriptionTraversal.Admin<Element,? extends Property> PropertyMapStep.getPropertyTraversal()Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.map with type arguments of type PropertyModifier and TypeMethodDescriptionprotected StringPropertyKeyStep.map(Traverser.Admin<Property> traverser) protected EPropertyValueStep.map(Traverser.Admin<Property<E>> traverser) voidPropertyMapStep.setPropertyTraversal(Traversal.Admin<Element, ? extends Property> propertyTraversal) -
Uses of Property in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type PropertyModifier and TypeMethodDescriptionfinal booleanstatic <V> booleanHasContainer.testAll(Property<V> property, List<HasContainer> hasContainers) protected booleanprotected boolean -
Uses of Property 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 PropertyModifier and TypeMethodDescriptionvoidConsoleMutationListener.edgePropertyChanged(Edge element, Property oldValue, Object setValue) voidMutationListener.edgePropertyChanged(Edge element, Property oldValue, Object setValue) Raised after the property of aEdgechanged.voidConsoleMutationListener.edgePropertyRemoved(Edge element, Property removedValue) voidMutationListener.edgePropertyRemoved(Edge element, Property property) static voidEventUtil.registerPropertyChange(CallbackRegistry<Event.ElementPropertyChangedEvent> callbackRegistry, EventStrategy es, Element affectedElement, Property removedProperty, Object value, Object[] vertexPropertyKeyValues) Register a vertex property addition event with the callback registry.static voidEventUtil.registerPropertyRemoval(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object, Object> traversal, Property elementForRemoval) Register a vertex property addition event with the callback registry.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.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type PropertyModifierConstructorDescriptionEdgePropertyChangedEvent(Edge edge, Property oldValue, Object newValue) EdgePropertyRemovedEvent(Edge element, Property removed) ElementPropertyChangedEvent(Element element, Property oldValue, Object newValue, Object... vertexPropertyKeyValues) ElementPropertyEvent(Element element, Property oldValue, Object newValue, Object... vertexPropertyKeyValues) VertexPropertyChangedEvent(Vertex element, Property oldValue, Object newValue, Object... vertexPropertyKeyValues) VertexPropertyPropertyChangedEvent(VertexProperty element, Property oldValue, Object newValue) VertexPropertyPropertyRemovedEvent(VertexProperty element, Property removed) -
Uses of Property in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type parameters of type PropertyModifier and TypeClassDescriptionfinal classPartitionStrategy.PartitionKeyHider<A extends Property>A concrete lambda implementation that filters out the partition key so that it isn't visible when making calls toGraphTraversal.valueMap(java.lang.String...).Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that return types with arguments of type PropertyModifier and TypeMethodDescriptionMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Property in org.apache.tinkerpop.gremlin.structureModifier and TypeInterfaceDescriptioninterfaceMethods in org.apache.tinkerpop.gremlin.structure that return PropertyModifier and TypeMethodDescriptionstatic <V> Property<V>Property.empty()Create an empty property that is not present.default <V> Property<V>Get aPropertyfor theElementgiven its key.<V> Property<V>Add or set a property value for theElementgiven its key.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type PropertyModifier and TypeMethodDescriptionEdge.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys.Element.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys.VertexProperty.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis 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 PropertyModifier and TypeMethodDescriptionGraphReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type PropertyModifier and TypeMethodDescriptionvoidGraphWriter.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 PropertyModifier and TypeMethodDescriptionGraphReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream.GraphReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return PropertyModifier and TypeMethodDescriptionprotected PropertyPropertySerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidPropertySerializer.writeValue(Property value, Buffer buffer, GraphBinaryWriter context) -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return PropertyModifier and TypeMethodDescriptionGraphMLReader.readProperty(InputStream inputStream, Function<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 PropertyModifier and TypeMethodDescriptionvoidGraphMLWriter.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 PropertyModifier and TypeMethodDescriptionGraphMLReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.GraphMLReader.readProperty(InputStream inputStream, Function<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 PropertyModifier and TypeMethodDescriptionGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type PropertyModifier and TypeMethodDescriptionvoidGraphSONWriter.writeProperty(OutputStream outputStream, Property p) Write aPropertyobject to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type PropertyModifier and TypeMethodDescriptionGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.LegacyGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return PropertyModifier and TypeMethodDescriptionGryoSerializersV1.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) GryoSerializersV3.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) GryoReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type PropertyModifier and TypeMethodDescription<O extends OutputShim>
void<O extends OutputShim>
voidvoidGryoWriter.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 PropertyModifier and TypeMethodDescriptionGryoSerializersV1.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) GryoSerializersV3.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) GryoReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object). -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util
Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type PropertyModifier and TypeFieldDescriptionstatic final Comparator<Property>Comparators.PROPERTY_COMPARATORMethods in org.apache.tinkerpop.gremlin.structure.util that return PropertyModifier and TypeMethodDescriptionstatic PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Graph hostGraph) static PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Vertex hostVertex) Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type PropertyModifier and TypeMethodDescriptionAttachable.Method.getProperty(Attachable<Property> attachableProperty, Graph hostGraph) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Vertex hostVertex) ElementHelper.propertyMap(Element element, String... propertyKeys) Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type PropertyModifier and TypeMethodDescriptionstatic booleanA standard method for determining if twoPropertyobjects are equal.static intIf twoPropertyinstances are equal, then they must have the same hash codes.static StringStringFactory.propertyString(Property property) Construct the representation for aPropertyorVertexProperty.Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type PropertyModifier and TypeMethodDescriptionstatic PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Graph hostGraph) static PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Vertex hostVertex) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Graph hostGraph) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Vertex hostVertex) -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement PropertyFields in org.apache.tinkerpop.gremlin.structure.util.detached with type parameters of type PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return types with arguments of type PropertyModifier and TypeMethodDescriptionDetachedEdge.properties(String... propertyKeys) DetachedElement.properties(String... propertyKeys) DetachedVertexProperty.properties(String... propertyKeys) Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type PropertyModifier and TypeMethodDescriptionDetachedEdge.Builder.addProperty(Property p) DetachedVertexProperty.Builder.addProperty(Property p) static <V> DetachedProperty<V>Constructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type PropertyConstructor parameters in org.apache.tinkerpop.gremlin.structure.util.detached with type arguments of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return PropertyModifier and TypeMethodDescriptionstatic <V> Property<V>EmptyProperty.instance()<U> Property<U><U> Property<U>Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return types with arguments of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util.keyed
Classes in org.apache.tinkerpop.gremlin.structure.util.keyed that implement PropertyModifier and TypeClassDescriptionfinal classA utility implementation of aPropertythat only has a key but no value.final classA utility implementation of aPropertythat only has a key but no value and no meta-properties.Methods in org.apache.tinkerpop.gremlin.structure.util.keyed that return PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.keyed that return types with arguments of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return types with arguments of type PropertyModifier and TypeMethodDescriptionReferenceEdge.properties(String... propertyKeys) ReferenceVertexProperty.properties(String... propertyKeys) Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type PropertyConstructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Property -
Uses of Property in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement PropertyModifier and TypeClassDescriptionfinal classfinal classMethods in org.apache.tinkerpop.gremlin.structure.util.star that return PropertyMethods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type PropertyModifier and TypeMethodDescriptionStarGraph.StarEdge.properties(String... propertyKeys) StarGraph.StarVertexProperty.properties(String... propertyKeys) -
Uses of Property in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return PropertyModifier and TypeMethodDescription<V> Property<V>TinkerGraphComputerView.addProperty(TinkerVertex vertex, String key, V value) Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return types with arguments of type PropertyMethod parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type PropertyModifier and TypeMethodDescriptionTinkerGraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) -
Uses of Property in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement PropertyFields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type PropertyMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return PropertyModifier and TypeMethodDescription<V> Property<V><V> Property<V><U> Property<U><U> Property<U>Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return types with arguments of type PropertyModifier and TypeMethodDescriptionTinkerEdge.properties(String... propertyKeys) TinkerVertexProperty.properties(String... propertyKeys) TinkerHelper.search(AbstractTinkerGraph graph, String regex, Optional<Class<E>> type) TinkerHelper.search(TinkerGraph graph, String regex)