public interface InternalCursorDriver extends BaseDriverInterface
getHttpManager, setHttpManagerCursorEntity<?> 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
ArangoExceptionDefaultEntity 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
ArangoExceptionCursorRawResult executeAqlQueryRaw(String database, String query, Map<String,Object> bindVars, AqlQueryOptions aqlQueryOptions) throws ArangoException
ArangoExceptionString 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, ArangoDriver driver) 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 classArangoExceptionQueryTrackingPropertiesEntity getQueryTrackingProperties(String database) throws ArangoException
ArangoExceptionQueryTrackingPropertiesEntity setQueryTrackingProperties(String database, QueryTrackingPropertiesEntity properties) throws ArangoException
ArangoExceptionQueriesResultEntity getCurrentlyRunningQueries(String database) throws ArangoException
ArangoExceptionQueriesResultEntity getSlowQueries(String database) throws ArangoException
ArangoExceptionDefaultEntity deleteSlowQueries(String database) throws ArangoException
ArangoExceptionDefaultEntity killQuery(String database, String id) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.