Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.http | |
com.arangodb.internal.net | |
com.arangodb.internal.velocystream |
Modifier and Type | Method and Description |
---|---|
protected ArangoCursorIterator<T> |
ArangoCursor.createIterator(ArangoCursor<T> cursor,
InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
CursorEntity result,
HostHandle hostHandle) |
Response |
ArangoDB.execute(Request request,
HostHandle hostHandle)
Generic Execute.
|
Modifier and Type | Method and Description |
---|---|
void |
ArangoCursorExecute.close(String id,
HostHandle hostHandle) |
<T> T |
ArangoExecutorSync.execute(Request request,
ArangoExecutor.ResponseDeserializer<T> responseDeserializer,
HostHandle hostHandle) |
<T> T |
ArangoExecutorSync.execute(Request request,
Type type,
HostHandle hostHandle) |
CursorEntity |
ArangoCursorExecute.next(String id,
HostHandle hostHandle) |
Constructor and Description |
---|
ArangoCursorIterator(ArangoCursor<T> cursor,
ArangoCursorExecute execute,
InternalArangoDatabase<?,?,?,?> db,
CursorEntity result,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
Response |
HttpProtocol.execute(Request request,
HostHandle hostHandle) |
Response |
HttpCommunication.execute(Request request,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
HostHandle |
HostHandle.setHost(Host host) |
Modifier and Type | Method and Description |
---|---|
C |
ConnectionPool.connection(HostHandle hostHandle) |
Response |
CommunicationProtocol.execute(Request request,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
Response |
VstProtocol.execute(Request request,
HostHandle hostHandle) |
R |
VstCommunication.execute(Request request,
HostHandle hostHandle) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.