| Modifier and Type | Method and Description | 
|---|---|
| GraphTraversal<Vertex,VertexProperty<Object>> | AbstractGremlinTest. convertToVertexProperty(Graph graph,
                       String vertexName,
                       String vertexPropertyKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | TestHelper. validateVertexPropertyEquality(VertexProperty originalVertexProperty,
                              VertexProperty otherVertexProperty) | 
| static void | TestHelper. validateVertexPropertyEquality(VertexProperty originalVertexProperty,
                              VertexProperty otherVertexProperty) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> VertexProperty<V> | Result. getVertexProperty()Gets the result item by casting it to a  VertexProperty. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HadoopVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty<V> | HadoopVertexProperty. getBaseVertexProperty() | 
| <V> VertexProperty<V> | HadoopVertex. property(String key) | 
| <V> VertexProperty<V> | HadoopVertex. property(String key,
        V value) | 
| <V> VertexProperty<V> | HadoopVertex. property(String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | HadoopVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | HadoopVertex. properties(String... propertyKeys) | 
| Constructor and Description | 
|---|
| HadoopVertexProperty(VertexProperty<V> baseVertexProperty,
                    HadoopVertex hadoopVertex) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Neo4jVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> VertexProperty<V> | Neo4jVertex. property(String key) | 
| <V> VertexProperty<V> | Neo4jVertex. property(String key,
        V value) | 
| <V> VertexProperty<V> | Neo4jVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | Neo4jVertex. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> VertexProperty<V> | NoMultiNoMetaNeo4jTrait. getVertexProperty(Neo4jVertex vertex,
                 String key) | 
| <V> VertexProperty<V> | MultiMetaNeo4jTrait. getVertexProperty(Neo4jVertex vertex,
                 String key) | 
| <V> VertexProperty<V> | Neo4jTrait. getVertexProperty(Neo4jVertex vertex,
                 String key) | 
| <V> VertexProperty<V> | NoMultiNoMetaNeo4jTrait. setVertexProperty(Neo4jVertex vertex,
                 VertexProperty.Cardinality cardinality,
                 String key,
                 V value,
                 Object... keyValues) | 
| <V> VertexProperty<V> | MultiMetaNeo4jTrait. setVertexProperty(Neo4jVertex vertex,
                 VertexProperty.Cardinality cardinality,
                 String key,
                 V value,
                 Object... keyValues) | 
| <V> VertexProperty<V> | Neo4jTrait. setVertexProperty(Neo4jVertex vertex,
                 VertexProperty.Cardinality cardinality,
                 String key,
                 V value,
                 Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | NoMultiNoMetaNeo4jTrait. getVertexProperties(Neo4jVertex vertex,
                   String... keys) | 
| <V> Iterator<VertexProperty<V>> | MultiMetaNeo4jTrait. getVertexProperties(Neo4jVertex vertex,
                   String... keys) | 
| <V> Iterator<VertexProperty<V>> | Neo4jTrait. getVertexProperties(Neo4jVertex vertex,
                   String... keys) | 
| Modifier and Type | Method and Description | 
|---|---|
| default VertexProperty | BulkLoader. createVertexProperty(VertexProperty<?> property,
                    Vertex vertex,
                    Graph graph,
                    GraphTraversalSource g)Deprecated.  Creates a clone of the given property for the given vertex. | 
| VertexProperty | OneTimeBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Creates a clone of the given property for the given vertex. | 
| VertexProperty | BulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Gets or creates a clone of the given property for the given vertex. | 
| VertexProperty | IncrementalBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Gets or creates a clone of the given property for the given vertex. | 
| Modifier and Type | Method and Description | 
|---|---|
| default VertexProperty | BulkLoader. createVertexProperty(VertexProperty<?> property,
                    Vertex vertex,
                    Graph graph,
                    GraphTraversalSource g)Deprecated.  Creates a clone of the given property for the given vertex. | 
| VertexProperty | OneTimeBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Creates a clone of the given property for the given vertex. | 
| VertexProperty | BulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Gets or creates a clone of the given property for the given vertex. | 
| VertexProperty | IncrementalBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Deprecated.  Gets or creates a clone of the given property for the given vertex. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComputerGraph.ComputerVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty<V> | ComputerGraph.ComputerVertexProperty. getBaseVertexProperty() | 
| <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.ComputerAdjacentVertex. property(String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | ComputerGraph.ComputerVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | ComputerGraph.ComputerAdjacentVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | ComputerGraph.ComputerVertex. properties(String... propertyKeys) | 
| <V> Iterator<VertexProperty<V>> | ComputerGraph.ComputerAdjacentVertex. properties(String... propertyKeys) | 
| Constructor and Description | 
|---|
| ComputerVertexProperty(VertexProperty<V> vertexProperty) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Traversal<Vertex,VertexProperty> | DropTest. get_g_V_properties_drop() | 
| Traversal<Vertex,VertexProperty> | DropTest.Traversals. get_g_V_properties_drop() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Traversal<Vertex,VertexProperty<String>> | PropertiesTest. get_g_V_hasXageX_propertiesXnameX() | 
| Traversal<Vertex,VertexProperty<String>> | PropertiesTest.Traversals. get_g_V_hasXageX_propertiesXnameX() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConsoleMutationListener. vertexPropertyChanged(Vertex element,
                     VertexProperty oldValue,
                     Object setValue,
                     Object... vertexPropertyKeyValues) | 
| default void | MutationListener. vertexPropertyChanged(Vertex element,
                     VertexProperty oldValue,
                     Object setValue,
                     Object... vertexPropertyKeyValues)Raised after the property of a  Vertexchanged. | 
| void | ConsoleMutationListener. vertexPropertyPropertyChanged(VertexProperty element,
                             Property oldValue,
                             Object setValue) | 
| void | MutationListener. vertexPropertyPropertyChanged(VertexProperty element,
                             Property oldValue,
                             Object setValue)Raised after the property of a  VertexPropertychanged. | 
| void | ConsoleMutationListener. vertexPropertyPropertyRemoved(VertexProperty element,
                             Property oldValue) | 
| void | MutationListener. vertexPropertyPropertyRemoved(VertexProperty element,
                             Property property)Raised after an  Propertyproperty was removed from aVertexProperty. | 
| void | ConsoleMutationListener. vertexPropertyRemoved(VertexProperty vertexProperty) | 
| void | MutationListener. vertexPropertyRemoved(VertexProperty vertexProperty)Raised after a  VertexPropertywas removed from the graph. | 
| Constructor and Description | 
|---|
| VertexPropertyPropertyChangedEvent(VertexProperty element,
                                  Property oldValue,
                                  Object newValue) | 
| VertexPropertyPropertyRemovedEvent(VertexProperty element,
                                  Property removed) | 
| VertexPropertyRemovedEvent(VertexProperty vertexProperty) | 
| Modifier and Type | Method and Description | 
|---|---|
| Traversal<VertexProperty,?> | SubgraphStrategy. getVertexPropertyCriterion() | 
| Modifier and Type | Method and Description | 
|---|---|
| SubgraphStrategy.Builder | SubgraphStrategy.Builder. vertexProperties(Traversal<VertexProperty,?> vertexPropertyPredicate)The traversal predicate that defines the vertex properties to include in the subgraph. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> VertexProperty<V> | VertexProperty. empty()Constructs an empty  VertexProperty. | 
| default <V> VertexProperty<V> | Vertex. property(String key)Get the  VertexPropertyfor the provided key. | 
| default <V> VertexProperty<V> | Vertex. property(String key,
        V value)Set the provided key to the provided value using  VertexProperty.Cardinality.single. | 
| default <V> VertexProperty<V> | Vertex. property(String key,
        V value,
        Object... keyValues)Set the provided key to the provided value using default  VertexProperty.Cardinalityfor that key. | 
| <V> VertexProperty<V> | Vertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues)Create a new vertex property. | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | Vertex. properties(String... propertyKeys)Get an  Iteratorof properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty | GraphReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Reads a single vertex property from an  InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphWriter. writeVertexProperty(OutputStream outputStream,
                   VertexProperty vp)Write a vertex property to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty | GraphReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Reads a single vertex property from an  InputStream. | 
| VertexProperty | GraphReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Reads a single vertex property from an  InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty | GraphMLReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)This method is not supported for this reader. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphMLWriter. writeVertexProperty(OutputStream outputStream,
                   VertexProperty vp)This method is not supported for this writer. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty | LegacyGraphSONReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)This method is not supported for this reader. | 
| VertexProperty | GraphSONReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Read a  VertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed
 toGraphSONWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphSONWriter. writeVertexProperty(OutputStream outputStream,
                   VertexProperty vp)Write a  VertexPropertyobject to the stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.VertexPropertySerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<VertexProperty> vertexPropertyClass) | 
| VertexProperty | GryoReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Read a  VertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed
 toGryoWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
| <O extends OutputShim> | GryoSerializers.VertexPropertySerializer. write(KryoShim<?,O> kryo,
     O output,
     VertexProperty vertexProperty) | 
| void | GryoWriter. writeVertexProperty(OutputStream outputStream,
                   VertexProperty vp)Write a vertex property to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.VertexPropertySerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<VertexProperty> vertexPropertyClass) | 
| VertexProperty | GryoReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Read a  VertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed
 toGryoWriter.writeObject(OutputStream, Object). | 
| VertexProperty | GryoReader. readVertexProperty(InputStream inputStream,
                  Function<Attachable<VertexProperty>,VertexProperty> vertexPropertyAttachMethod)Read a  VertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed
 toGryoWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
| static VertexProperty | Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
                    Graph hostGraph) | 
| static VertexProperty | Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
                    Vertex hostVertex) | 
| Modifier and Type | Method and 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 in  Vertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality, String, Object, Object...). | 
| static Map<String,List<VertexProperty>> | ElementHelper. vertexPropertyMap(Vertex vertex,
                 String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ElementHelper. areEqual(VertexProperty a,
        Object b)A standard method for determining if two  VertexPropertyobjects are equal. | 
| static boolean | ElementHelper. areEqual(VertexProperty a,
        VertexProperty b) | 
| static boolean | ElementHelper. areEqual(VertexProperty a,
        VertexProperty b) | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetachedVertexProperty<V> | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | DetachedVertex. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> DetachedVertexProperty | DetachedFactory. detach(VertexProperty<V> vertexProperty,
      boolean withProperties) | 
| Constructor and Description | 
|---|
| DetachedVertexProperty(VertexProperty<V> vertexProperty,
                      boolean withProperties) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| static <U> VertexProperty<U> | EmptyVertexProperty. instance() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReferenceVertexProperty<V> | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | ReferenceVertex. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> ReferenceVertexProperty | ReferenceFactory. detach(VertexProperty<V> vertexProperty) | 
| Constructor and Description | 
|---|
| ReferenceVertexProperty(VertexProperty<V> vertexProperty) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StarGraph.StarVertexProperty<V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,List<VertexProperty>> | StarGraph.StarVertex. vertexProperties | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> VertexProperty<V> | StarGraph.StarVertex. property(String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | StarGraph.StarAdjacentVertex. property(String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | StarGraph.StarVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| <V> VertexProperty<V> | StarGraph.StarAdjacentVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<VertexProperty<V>> | StarGraph.StarVertex. properties(String... propertyKeys) | 
| <V> Iterator<VertexProperty<V>> | StarGraph.StarAdjacentVertex. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<VertexProperty<?>> | TinkerGraphComputerView. getProperty(TinkerVertex vertex,
           String key) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TinkerGraphComputerView. removeProperty(TinkerVertex vertex,
              String key,
              VertexProperty property) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerVertexProperty<V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,List<VertexProperty>> | TinkerVertex. properties | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> VertexProperty<V> | TinkerVertex. property(String key) | 
| <V> VertexProperty<V> | TinkerVertex. property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,List<VertexProperty>> | TinkerHelper. getProperties(TinkerVertex vertex) | 
| <V> Iterator<VertexProperty<V>> | TinkerVertex. properties(String... propertyKeys) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.