Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl |
Modifier and Type | Field and Description |
---|---|
protected ArangoDriver |
ArangoClient.driver |
Modifier and Type | Method and Description |
---|---|
<T> CursorEntity<EdgeEntity<T>> |
InternalGraphDriver.getEdges(String database,
String graphName,
String vertexKey,
Class<?> clazz,
Integer batchSize,
Integer limit,
Boolean count,
Direction direction,
Collection<String> labels,
ArangoDriver driver,
FilterCondition... properties) |
Modifier and Type | Method and Description |
---|---|
<T> CursorEntity<EdgeEntity<T>> |
InternalGraphDriverImpl.getEdges(String database,
String graphName,
String vertexKey,
Class<?> clazz,
Integer batchSize,
Integer limit,
Boolean count,
Direction direction,
Collection<String> labels,
ArangoDriver driver,
FilterCondition... properties) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.