| Modifier and Type | Method and Description | 
|---|---|
| static void | TestHelper. validatePropertyEquality(Property originalProperty,
                        Property otherProperty) | 
| static void | TestHelper. validatePropertyEquality(Property originalProperty,
                        Property otherProperty) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Property<V> | Result. getProperty()Gets the result item by casting it to a  Property. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HadoopProperty<V> | 
| class  | HadoopVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| Property<V> | HadoopProperty. getBaseProperty() | 
| <U> Property<U> | HadoopVertexProperty. property(String key) | 
| <V> Property<V> | HadoopElement. property(String key) | 
| <U> Property<U> | HadoopVertexProperty. property(String key,
        U value) | 
| <V> Property<V> | HadoopElement. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | HadoopVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | HadoopEdge. properties(String... propertyKeys) | 
| Constructor and Description | 
|---|
| HadoopProperty(Property<V> baseProperty,
              Element hadoopElement) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Neo4jProperty<V> | 
| class  | Neo4jVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Property<V> | Neo4jEdge. property(String key) | 
| <U> Property<U> | Neo4jVertexProperty. property(String key,
        U value) | 
| <V> Property<V> | Neo4jEdge. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | Neo4jVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | Neo4jEdge. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Property<V> | NoMultiNoMetaNeo4jTrait. getProperty(Neo4jVertexProperty vertexProperty,
           String key) | 
| <V> Property<V> | MultiMetaNeo4jTrait. getProperty(Neo4jVertexProperty vertexProperty,
           String key) | 
| <V> Property<V> | Neo4jTrait. getProperty(Neo4jVertexProperty vertexProperty,
           String key) | 
| <V> Property<V> | NoMultiNoMetaNeo4jTrait. setProperty(Neo4jVertexProperty vertexProperty,
           String key,
           V value) | 
| <V> Property<V> | MultiMetaNeo4jTrait. setProperty(Neo4jVertexProperty vertexProperty,
           String key,
           V value) | 
| <V> Property<V> | Neo4jTrait. setProperty(Neo4jVertexProperty vertexProperty,
           String key,
           V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Iterator<Property<V>> | NoMultiNoMetaNeo4jTrait. getProperties(Neo4jVertexProperty vertexProperty,
             String... keys) | 
| <V> Iterator<Property<V>> | MultiMetaNeo4jTrait. getProperties(Neo4jVertexProperty vertexProperty,
             String... keys) | 
| <V> Iterator<Property<V>> | Neo4jTrait. getProperties(Neo4jVertexProperty vertexProperty,
             String... keys) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComputerGraph.ComputerProperty<V> | 
| class  | ComputerGraph.ComputerVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| Property<V> | ComputerGraph.ComputerProperty. getBaseProperty() | 
| <V> Property<V> | ComputerGraph.ComputerElement. property(String key) | 
| <V> Property<V> | ComputerGraph.ComputerElement. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | ComputerGraph.ComputerVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<? extends Property<V>> | ComputerGraph.ComputerElement. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | ComputerGraph.ComputerEdge. properties(String... propertyKeys) | 
| Constructor and Description | 
|---|
| ComputerProperty(Property<V> property) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <A,B> GraphTraversal<A,? extends Property<B>> | __. properties(String... propertyKeys) | 
| default <E2> GraphTraversal<S,? extends Property<E2>> | GraphTraversal. properties(String... propertyKeys)Map the  Elementto its associated properties given the provide property keys. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Traversal.Admin<Element,? extends Property> | PropertyMapStep. propertyTraversal | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Traversal.Admin<Element,? extends Property>> | PropertyMapStep. getLocalChildren() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected E | PropertyValueStep. map(Traverser.Admin<Property<E>> traverser) | 
| protected String | PropertyKeyStep. map(Traverser.Admin<Property> traverser) | 
| void | PropertyMapStep. setPropertyTraversal(Traversal.Admin<Element,? extends Property> propertyTraversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | HasContainer. testKey(Property property) | 
| protected boolean | HasContainer. testValue(Property property) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConsoleMutationListener. edgePropertyChanged(Edge element,
                   Property oldValue,
                   Object setValue) | 
| void | MutationListener. edgePropertyChanged(Edge element,
                   Property oldValue,
                   Object setValue)Raised after the property of a  Edgechanged. | 
| void | ConsoleMutationListener. edgePropertyRemoved(Edge element,
                   Property removedValue) | 
| void | MutationListener. edgePropertyRemoved(Edge element,
                   Property property) | 
| void | ConsoleMutationListener. vertexPropertyChanged(Vertex element,
                     Property oldValue,
                     Object setValue,
                     Object... vertexPropertyKeyValues) | 
| void | MutationListener. vertexPropertyChanged(Vertex element,
                     Property oldValue,
                     Object setValue,
                     Object... vertexPropertyKeyValues)Deprecated. 
 As of release 3.2.7, replaced by  MutationListener.vertexPropertyChanged(Vertex, VertexProperty, Object, Object...). | 
| 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. | 
| Constructor and Description | 
|---|
| EdgePropertyChangedEvent(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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionStrategy.PartitionKeyHider<A extends Property>A concrete lambda implementation that filters out the partition key so that it isn't visible when making
 calls to  GraphTraversal.valueMap(java.lang.String...). | 
| Modifier and Type | Method and Description | 
|---|---|
| <R extends Property> | EventStrategy. empty(Element element,
     String key)For newly created properties that do not yet exist, an empty  Propertyis required that just contains
 a key as a reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,List<Property>> | PartitionStrategy.MapPropertiesFilter. apply(Traverser<Map<String,List<Property>>> mapTraverser) | 
| Map<String,List<Property>> | PartitionStrategy.MapPropertiesConverter. apply(Traverser<Map<String,List<Property>>> mapTraverser) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,List<Property>> | PartitionStrategy.MapPropertiesFilter. apply(Traverser<Map<String,List<Property>>> mapTraverser) | 
| Map<String,List<Property>> | PartitionStrategy.MapPropertiesConverter. apply(Traverser<Map<String,List<Property>>> mapTraverser) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | VertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> Property<V> | Property. empty()Create an empty property that is not present. | 
| default <V> Property<V> | Element. property(String key)Get a  Propertyfor theElementgiven its key. | 
| <V> Property<V> | Element. property(String key,
        V value)Add or set a property value for the  Elementgiven its key. | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | VertexProperty. properties(String... propertyKeys)Get an  Iteratorof properties. | 
| <V> Iterator<? extends Property<V>> | Element. properties(String... propertyKeys)Get an  Iteratorof properties. | 
| <V> Iterator<Property<V>> | Edge. properties(String... propertyKeys)Get an  Iteratorof properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | GraphReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Reads a single property from an  InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphWriter. writeProperty(OutputStream outputStream,
             Property p)Write a property to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | GraphReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Reads a single property from an  InputStream. | 
| Property | GraphReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Reads a single property from an  InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | GraphMLReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)This method is not supported for this reader. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphMLWriter. writeProperty(OutputStream outputStream,
             Property p)This method is not supported for this writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | GraphMLReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)This method is not supported for this reader. | 
| Property | GraphMLReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)This method is not supported for this reader. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | LegacyGraphSONReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)This method is not supported for this reader. | 
| Property | GraphSONReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Read a  Propertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or
 via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphSONWriter. writeProperty(OutputStream outputStream,
             Property p)Write a  Propertyobject to the stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.PropertySerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<Property> propertyClass) | 
| Property | GryoReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Read a  Propertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or
 via anPropertypassed toGryoWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
| <O extends OutputShim> | GryoSerializers.PropertySerializer. write(KryoShim<?,O> kryo,
     O output,
     Property property) | 
| void | GryoWriter. writeProperty(OutputStream outputStream,
             Property p)Write a property to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.PropertySerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<Property> propertyClass) | 
| Property | GryoReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Read a  Propertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or
 via anPropertypassed toGryoWriter.writeObject(OutputStream, Object). | 
| Property | GryoReader. readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)Read a  Propertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or
 via anPropertypassed toGryoWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Field and Description | 
|---|---|
| static Comparator<Property> | Comparators. PROPERTY_COMPARATOR | 
| Modifier and Type | Method and Description | 
|---|---|
| static Property | Attachable.Method. createProperty(Attachable<Property> attachableProperty,
              Graph hostGraph) | 
| static Property | Attachable.Method. createProperty(Attachable<Property> attachableProperty,
              Vertex hostVertex) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Optional<Property> | Attachable.Method. getProperty(Attachable<Property> attachableProperty,
           Graph hostGraph) | 
| static Optional<Property> | Attachable.Method. getProperty(Attachable<Property> attachableProperty,
           Vertex hostVertex) | 
| static Map<String,Property> | ElementHelper. propertyMap(Element element,
           String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ElementHelper. areEqual(Property a,
        Object b)A standard method for determining if two  Propertyobjects are equal. | 
| static int | ElementHelper. hashCode(Property property)If two  Propertyinstances are equal, then they must have the same hash codes. | 
| static String | StringFactory. propertyString(Property property)Construct the representation for a  PropertyorVertexProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Property | Attachable.Method. createProperty(Attachable<Property> attachableProperty,
              Graph hostGraph) | 
| static Property | Attachable.Method. createProperty(Attachable<Property> attachableProperty,
              Vertex hostVertex) | 
| static Optional<Property> | Attachable.Method. getProperty(Attachable<Property> attachableProperty,
           Graph hostGraph) | 
| static Optional<Property> | Attachable.Method. getProperty(Attachable<Property> attachableProperty,
           Vertex hostVertex) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetachedProperty<V> | 
| class  | DetachedVertexProperty<V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,List<Property>> | DetachedElement. properties | 
| Modifier and Type | Method and Description | 
|---|---|
| Property<V> | DetachedProperty. get() | 
| <V> Property<V> | DetachedElement. property(String key) | 
| <V> Property<V> | DetachedElement. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | DetachedVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | DetachedEdge. properties(String... propertyKeys) | 
| <V> Iterator<? extends Property<V>> | DetachedElement. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| DetachedEdge.Builder | DetachedEdge.Builder. addProperty(Property p) | 
| DetachedVertexProperty.Builder | DetachedVertexProperty.Builder. addProperty(Property p) | 
| static <V> DetachedProperty<V> | DetachedFactory. detach(Property<V> property) | 
| Constructor and Description | 
|---|
| DetachedProperty(Property<V> property) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyProperty<V> | 
| class  | EmptyVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> Property<V> | EmptyProperty. instance() | 
| <U> Property<U> | EmptyVertexProperty. property(String key) | 
| <U> Property<U> | EmptyVertexProperty. property(String key,
        U value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | EmptyVertexProperty. properties(String... propertyKeys) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReferenceProperty<V> | 
| class  | ReferenceVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| Property<V> | ReferenceProperty. get() | 
| <U> Property<U> | ReferenceVertexProperty. property(String key,
        U value) | 
| <V> Property<V> | ReferenceEdge. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | ReferenceVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | ReferenceEdge. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> ReferenceProperty<V> | ReferenceFactory. detach(Property<V> property) | 
| Constructor and Description | 
|---|
| ReferenceProperty(Property<V> property) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StarGraph.StarProperty<V> | 
| class  | StarGraph.StarVertexProperty<V> | 
| Modifier and Type | Method and Description | 
|---|---|
| Property<V> | StarGraph.StarProperty. get() | 
| <U> Property<U> | StarGraph.StarVertexProperty. property(String key,
        U value) | 
| <V> Property<V> | StarGraph.StarEdge. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | StarGraph.StarVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | StarGraph.StarEdge. properties(String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| <V> Property<V> | TinkerGraphComputerView. addProperty(TinkerVertex vertex,
           String key,
           V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Property> | TinkerGraphComputerView. getProperties(TinkerVertex vertex) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerProperty<V> | 
| class  | TinkerVertexProperty<V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,Property> | TinkerVertexProperty. properties | 
| protected Map<String,Property> | TinkerEdge. properties | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Property<U> | TinkerVertexProperty. property(String key) | 
| <V> Property<V> | TinkerEdge. property(String key) | 
| <U> Property<U> | TinkerVertexProperty. property(String key,
        U value) | 
| <V> Property<V> | TinkerEdge. property(String key,
        V value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <U> Iterator<Property<U>> | TinkerVertexProperty. properties(String... propertyKeys) | 
| <V> Iterator<Property<V>> | TinkerEdge. properties(String... propertyKeys) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.