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> |
MultiMetaNeo4jTrait.getProperty(Neo4jVertexProperty vertexProperty,
String key)
Deprecated.
|
<V> Property<V> |
NoMultiNoMetaNeo4jTrait.getProperty(Neo4jVertexProperty vertexProperty,
String key)
Deprecated.
|
<V> Property<V> |
Neo4jTrait.getProperty(Neo4jVertexProperty vertexProperty,
String key)
Deprecated.
|
<V> Property<V> |
MultiMetaNeo4jTrait.setProperty(Neo4jVertexProperty vertexProperty,
String key,
V value)
Deprecated.
|
<V> Property<V> |
NoMultiNoMetaNeo4jTrait.setProperty(Neo4jVertexProperty vertexProperty,
String key,
V value)
Deprecated.
|
<V> Property<V> |
Neo4jTrait.setProperty(Neo4jVertexProperty vertexProperty,
String key,
V value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<V> Iterator<Property<V>> |
MultiMetaNeo4jTrait.getProperties(Neo4jVertexProperty vertexProperty,
String... keys)
Deprecated.
|
<V> Iterator<Property<V>> |
NoMultiNoMetaNeo4jTrait.getProperties(Neo4jVertexProperty vertexProperty,
String... keys)
Deprecated.
|
<V> Iterator<Property<V>> |
Neo4jTrait.getProperties(Neo4jVertexProperty vertexProperty,
String... keys)
Deprecated.
|
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 extends Property> |
__.key() |
static <A extends Property,B> |
__.value() |
Modifier and Type | Method and Description |
---|---|
static <A extends Element,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 |
---|---|
abstract Traversal<Edge,? extends Property<Object>> |
DropTest.get_g_E_propertiesXweightX_drop() |
Traversal<Edge,? extends Property<Object>> |
DropTest.Traversals.get_g_E_propertiesXweightX_drop() |
abstract Traversal<Vertex,? extends Property<Object>> |
DropTest.get_g_V_properties_propertiesXstartTimeX_drop() |
Traversal<Vertex,? extends Property<Object>> |
DropTest.Traversals.get_g_V_properties_propertiesXstartTimeX_drop() |
Modifier and Type | Field and Description |
---|---|
protected Traversal.Admin<Element,? extends Property> |
PropertyMapStep.propertyTraversal |
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 |
---|---|
boolean |
HasContainer.test(Property property) |
static <V> boolean |
HasContainer.testAll(Property<V> property,
List<HasContainer> hasContainers) |
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
Edge changed. |
void |
ConsoleMutationListener.edgePropertyRemoved(Edge element,
Property removedValue) |
void |
MutationListener.edgePropertyRemoved(Edge element,
Property property)
|
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 |
---|---|
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 where the propertyKeys is meant to be a filter on the available
keys. |
<V> Iterator<? extends Property<V>> |
Element.properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
<V> Iterator<Property<V>> |
Edge.properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
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 |
---|---|
protected Property |
PropertySerializer.readValue(Buffer buffer,
GraphBinaryReader context) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertySerializer.writeValue(Property value,
Buffer buffer,
GraphBinaryWriter context) |
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 |
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) . |
Property |
LegacyGraphSONReader.readProperty(InputStream inputStream,
Function<Attachable<Property>,Property> propertyAttachMethod)
This method is not supported for this reader.
|
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 |
---|---|
<I extends InputShim> |
GryoSerializersV3d0.PropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<Property> propertyClass) |
<I extends InputShim> |
GryoSerializersV1d0.PropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<Property> propertyClass) |
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 |
---|---|
<O extends OutputShim> |
GryoSerializersV3d0.PropertySerializer.write(KryoShim<?,O> kryo,
O output,
Property property) |
<O extends OutputShim> |
GryoSerializersV1d0.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> |
GryoSerializersV3d0.PropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<Property> propertyClass) |
<I extends InputShim> |
GryoSerializersV1d0.PropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<Property> propertyClass) |
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<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<? extends Property<V>> |
DetachedElement.properties(String... propertyKeys) |
<V> Iterator<Property<V>> |
DetachedEdge.properties(String... propertyKeys) |
Modifier and Type | Method and Description |
---|---|
DetachedVertexProperty.Builder |
DetachedVertexProperty.Builder.addProperty(Property p) |
DetachedEdge.Builder |
DetachedEdge.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 |
KeyedProperty<V>
A utility implementation of a
Property that only has a key but no value. |
class |
KeyedVertexProperty<V>
A utility implementation of a
Property that only has a key but no value and no meta-properties. |
Modifier and Type | Method and Description |
---|---|
<U> Property<U> |
KeyedVertexProperty.property(String key) |
<U> Property<U> |
KeyedVertexProperty.property(String key,
U value) |
Modifier and Type | Method and Description |
---|---|
<U> Iterator<Property<U>> |
KeyedVertexProperty.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–2021 Apache Software Foundation. All rights reserved.