public interface InternalCursorDriver extends BaseDriverInterface
getHttpManager, setHttpManager
CursorEntity<?> validateQuery(String database, String query) throws ArangoException
ArangoException
<T> CursorEntity<T> executeCursorEntityQuery(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions, Class<?>... clazz) throws ArangoException
ArangoException
<T> CursorEntity<T> continueQuery(String database, long cursorId, Class<?>... clazz) throws ArangoException
ArangoException
DefaultEntity finishQuery(String database, long cursorId) throws ArangoException
ArangoException
<T> CursorResult<T> executeAqlQuery(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions, Class<T> clazz) throws ArangoException
ArangoException
CursorRawResult executeAqlQueryRaw(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions) throws ArangoException
ArangoException
String executeAqlQueryJSON(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions) throws ArangoException
ArangoException
<T,S extends DocumentEntity<T>> DocumentCursorResult<T,S> executeBaseCursorQuery(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions, Class<S> classDocumentEntity, Class<T> clazz) throws ArangoException
ArangoException
<V,E> ShortestPathEntity<V,E> getShortestPath(String database, String graphName, Object startVertexExample, Object endVertexExample, ShortestPathOptions shortestPathOptions, AqlQueryOptions aqlQueryOptions, Class<V> vertexClass, Class<E> edgeClass) throws ArangoException
database
- the database namegraphName
- the graph namestartVertexExample
- a start vertex example object (or null)endVertexExample
- a start vertex example object (or null)shortestPathOptions
- shortest path optionsaqlQueryOptions
- AQL query optionsvertexClass
- the vertex classedgeClass
- the edge classArangoException
@Deprecated <T> CursorEntity<T> executeQuery(String database, String query, Map<String,Object> bindVars, Class<T> clazz, Boolean calcCount, Integer batchSize, Boolean fullCount) throws ArangoException
ArangoException
@Deprecated <T> CursorResultSet<T> executeQueryWithResultSet(String database, String query, Map<String,Object> bindVars, Class<T> clazz, Boolean calcCount, Integer batchSize, Boolean fullCount) throws ArangoException
ArangoException
@Deprecated <T> CursorResultSet<T> executeQueryWithResultSet(String database, String query, Map<String,Object> bindVars, Class<T> clazz, Boolean calcCount, Integer batchSize) throws ArangoException
ArangoException
QueryTrackingPropertiesEntity getQueryTrackingProperties(String database) throws ArangoException
ArangoException
QueryTrackingPropertiesEntity setQueryTrackingProperties(String database, QueryTrackingPropertiesEntity properties) throws ArangoException
ArangoException
QueriesResultEntity getCurrentlyRunningQueries(String database) throws ArangoException
ArangoException
QueriesResultEntity getSlowQueries(String database) throws ArangoException
ArangoException
DefaultEntity deleteSlowQueries(String database) throws ArangoException
ArangoException
DefaultEntity killQuery(String database, String id) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.