Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
<T> VertexEntity<T> |
InternalGraphDriver.createVertex(String database,
String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync)
Stores a new vertex with the information contained within the document
into the given collection.
|
<T> VertexEntity<T> |
InternalGraphDriver.createVertex(String database,
String graphName,
String collectionName,
T vertex,
Boolean waitForSync)
Stores a new vertex with the information contained within the document
into the given collection.
|
<T> VertexEntity<T> |
InternalGraphDriver.getVertex(String database,
String graphName,
String collectionName,
String key,
Class<T> clazz,
String ifMatchRevision,
String ifNoneMatchRevision)
Gets a vertex with the given key if it is contained within your graph.
|
<T> VertexEntity<T> |
ArangoDriver.graphCreateVertex(String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync)
Stores a new vertex with the information contained within the document
into the given collection.
|
<T> VertexEntity<T> |
ArangoDriver.graphCreateVertex(String graphName,
String collectionName,
T vertex,
Boolean waitForSync)
Stores a new vertex with the information contained within the document
into the given collection.
|
<T> VertexEntity<T> |
ArangoDriver.graphGetVertex(String graphName,
String collectionName,
String key,
Class<T> clazz)
Gets a vertex with the given key if it is contained within your graph.
|
<T> VertexEntity<T> |
ArangoDriver.graphGetVertex(String graphName,
String collectionName,
String key,
Class<T> clazz,
String ifNoneMatchRevision,
String ifMatchRevision)
Gets a vertex with the given key if it is contained within your graph.
|
<T> VertexEntity<T> |
ArangoDriver.graphReplaceVertex(String graphName,
String collectionName,
String key,
T vertex)
Replaces a vertex with the given key by the content in the body.
|
<T> VertexEntity<T> |
ArangoDriver.graphReplaceVertex(String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision)
Replaces a vertex with the given key by the content in the body.
|
<T> VertexEntity<T> |
ArangoDriver.graphUpdateVertex(String graphName,
String collectionName,
String key,
T vertex,
Boolean keepNull)
Updates a vertex with the given key by adding the content in the body.
|
<T> VertexEntity<T> |
ArangoDriver.graphUpdateVertex(String graphName,
String collectionName,
String key,
T vertex,
Boolean keepNull,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision)
Updates a vertex with the given key by adding the content in the body.
|
<T> VertexEntity<T> |
InternalGraphDriver.replaceVertex(String database,
String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision)
Replaces a vertex with the given key by the content in the body.
|
<T> VertexEntity<T> |
InternalGraphDriver.updateVertex(String databaseName,
String graphName,
String collectionName,
String key,
T vertex,
Boolean keepNull,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision)
Updates a vertex with the given key by adding the content in the body.
|
Constructor and Description |
---|
VertexCursor(DocumentCursorResult<T,VertexEntity<T>> baseCursor) |
Modifier and Type | Method and Description |
---|---|
VertexEntity<?> |
EntityDeserializers.VertexEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
List<VertexEntity<V>> |
TraversalEntity.getVertices()
get the traversal vertices
|
List<VertexEntity<V>> |
ShortestPathEntity.getVertices()
Returns the list of vertices of the shortest path.
|
List<VertexEntity<V>> |
PathEntity.getVertices() |
Modifier and Type | Method and Description |
---|---|
void |
TraversalEntity.setVertices(List<VertexEntity<V>> vertices) |
void |
ShortestPathEntity.setVertices(List<VertexEntity<V>> vertices) |
void |
PathEntity.setVertices(List<VertexEntity<V>> vertices) |
Modifier and Type | Method and Description |
---|---|
<T> VertexEntity<T> |
InternalGraphDriverImpl.createVertex(String database,
String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync) |
<T> VertexEntity<T> |
InternalGraphDriverImpl.createVertex(String database,
String graphName,
String collectionName,
T vertex,
Boolean waitForSync) |
<T> VertexEntity<T> |
InternalGraphDriverImpl.getVertex(String databaseName,
String graphName,
String collectionName,
String key,
Class<T> clazz,
String ifMatchRevision,
String ifNoneMatchRevision) |
<T> VertexEntity<T> |
InternalGraphDriverImpl.replaceVertex(String databaseName,
String graphName,
String collectionName,
String key,
T vertex,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision) |
<T> VertexEntity<T> |
InternalGraphDriverImpl.updateVertex(String databaseName,
String graphName,
String collectionName,
String key,
T vertex,
Boolean keepNull,
Boolean waitForSync,
String ifMatchRevision,
String ifNoneMatchRevision) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.