Uses of Class
com.arangodb.internal.net.HostHandle
Packages that use HostHandle
Package
Description
-
Uses of HostHandle in com.arangodb.http
Methods in com.arangodb.http with parameters of type HostHandleModifier and TypeMethodDescriptionHttpProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) -
Uses of HostHandle in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type HostHandleModifier and TypeMethodDescription<T> CompletableFuture<T>
ArangoExecutorAsync.execute
(Supplier<InternalRequest> requestSupplier, ArangoExecutor.ResponseDeserializer<T> responseDeserializer, HostHandle hostHandle) <T> CompletableFuture<T>
ArangoExecutorAsync.execute
(Supplier<InternalRequest> requestSupplier, Type type, HostHandle hostHandle) <T> T
ArangoExecutorSync.execute
(InternalRequest request, ArangoExecutor.ResponseDeserializer<T> responseDeserializer, HostHandle hostHandle) <T> T
ArangoExecutorSync.execute
(InternalRequest request, Type type, HostHandle hostHandle) -
Uses of HostHandle in com.arangodb.internal.cursor
Constructors in com.arangodb.internal.cursor with parameters of type HostHandleModifierConstructorDescriptionArangoCursorAsyncImpl
(ArangoDatabaseAsyncImpl db, CursorEntity<T> entity, Class<T> type, HostHandle hostHandle, Boolean allowRetry) -
Uses of HostHandle in com.arangodb.internal.net
Methods in com.arangodb.internal.net that return HostHandleMethods in com.arangodb.internal.net with parameters of type HostHandleModifier and TypeMethodDescriptionvoid
DirtyReadHostHandler.checkNext
(HostHandle hostHandle, AccessType accessType) void
FallbackHostHandler.checkNext
(HostHandle hostHandle, AccessType accessType) void
HostHandler.checkNext
(HostHandle hostHandle, AccessType accessType) void
RandomHostHandler.checkNext
(HostHandle hostHandle, AccessType accessType) void
RoundRobinHostHandler.checkNext
(HostHandle hostHandle, AccessType accessType) default InternalResponse
CommunicationProtocol.execute
(InternalRequest request, HostHandle hostHandle) Communication.executeAsync
(InternalRequest request, HostHandle hostHandle) CommunicationProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) DirtyReadHostHandler.get
(HostHandle hostHandle, AccessType accessType) FallbackHostHandler.get
(HostHandle hostHandle, AccessType accessType) HostHandler.get
(HostHandle hostHandle, AccessType accessType) RandomHostHandler.get
(HostHandle hostHandle, AccessType accessType) RoundRobinHostHandler.get
(HostHandle hostHandle, AccessType accessType) -
Uses of HostHandle in com.arangodb.vst
Methods in com.arangodb.vst with parameters of type HostHandleModifier and TypeMethodDescriptionVstProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle)