| 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 | Method and Description | 
|---|---|
Property | 
GraphMutateBenchmark.testEdgeProperty()  | 
| 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  
Element to its associated properties given the provide property keys. | 
| Modifier and Type | Method and Description | 
|---|---|
protected E | 
PropertyValueStep.map(Traverser.Admin<Property<E>> traverser)  | 
protected Element | 
PropertyElementStep.map(Traverser.Admin<Property<E>> traverser)  | 
protected String | 
PropertyKeyStep.map(Traverser.Admin<Property> traverser)  | 
| 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  
Edge changed. | 
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)
Raised after the property of a  
Vertex changed. | 
void | 
ConsoleMutationListener.vertexPropertyPropertyChanged(VertexProperty element,
                             Property oldValue,
                             Object setValue)  | 
void | 
MutationListener.vertexPropertyPropertyChanged(VertexProperty element,
                             Property oldValue,
                             Object setValue)
Raised after the property of a  
VertexProperty changed. | 
void | 
ConsoleMutationListener.vertexPropertyPropertyRemoved(VertexProperty element,
                             Property oldValue)  | 
void | 
MutationListener.vertexPropertyPropertyRemoved(VertexProperty element,
                             Property property)
Raised after an  
Property property was removed from a VertexProperty. | 
| 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 | 
|---|---|
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 | 
|---|---|
void | 
EventStrategyProcessTest.StubMutationListener.edgePropertyChanged(Edge element,
                   Property oldValue,
                   Object setValue)  | 
void | 
EventStrategyProcessTest.StubMutationListener.edgePropertyRemoved(Edge element,
                   Property o)  | 
void | 
EventStrategyProcessTest.StubMutationListener.vertexPropertyChanged(Vertex element,
                     Property oldValue,
                     Object setValue,
                     Object... vertexPropertyKeyValues)  | 
void | 
EventStrategyProcessTest.StubMutationListener.vertexPropertyPropertyChanged(VertexProperty element,
                             Property oldValue,
                             Object setValue)  | 
void | 
EventStrategyProcessTest.StubMutationListener.vertexPropertyPropertyRemoved(VertexProperty element,
                             Property o)  | 
| 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  
Property for the Element given its key. | 
<V> Property<V> | 
Element.property(String key,
        V value)
Add or set a property value for the  
Element given its key. | 
| Modifier and Type | Method and Description | 
|---|---|
<U> Iterator<Property<U>> | 
VertexProperty.properties(String... propertyKeys)
Get an  
Iterator of properties. | 
<V> Iterator<? extends Property<V>> | 
Element.properties(String... propertyKeys)
Get an  
Iterator of properties. | 
<V> Iterator<Property<V>> | 
Edge.properties(String... propertyKeys)
Get an  
Iterator of 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  
Property from output generated by  GraphSONWriter.writeProperty(OutputStream, Property) or
 via an Property passed to GraphSONWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphSONWriter.writeProperty(OutputStream outputStream,
             Property p)
Write a  
Property object to the stream. | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
GryoReader.readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)
Read a  
Property from output generated by  GryoWriter.writeProperty(OutputStream, Property) or
 via an Property passed to GryoWriter.writeObject(OutputStream, Object). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GryoWriter.writeProperty(OutputStream outputStream,
             Property p)
Write a property to a stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
GryoReader.readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)
Read a  
Property from output generated by  GryoWriter.writeProperty(OutputStream, Property) or
 via an Property passed to GryoWriter.writeObject(OutputStream, Object). | 
Property | 
GryoReader.readProperty(InputStream inputStream,
            Function<Attachable<Property>,Property> propertyAttachMethod)
Read a  
Property from output generated by  GryoWriter.writeProperty(OutputStream, Property) or
 via an Property passed to GryoWriter.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  
Property objects are equal. | 
static int | 
ElementHelper.hashCode(Property property)
If two  
Property instances are equal, then they must have the same hash codes. | 
static String | 
StringFactory.propertyString(Property property)
Construct the representation for a  
Property or VertexProperty. | 
| 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<? extends 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 | 
|---|---|
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–2016 Apache Software Foundation. All rights reserved.