Uses of Annotation Type
com.arangodb.arch.UnstableApi
Packages that use UnstableApi
-
Uses of UnstableApi in com.arangodb
Methods in com.arangodb with annotations of type UnstableApiModifier and TypeMethodDescriptionprotected HostHandler
ArangoDB.Builder.createHostHandler
(HostResolver hostResolver) protected Collection<Host>
ArangoDB.Builder.createHostList
(ConnectionFactory connectionFactory) protected HostResolver
ArangoDB.Builder.createHostResolver
(Collection<Host> hosts, ConnectionFactory connectionFactory) ArangoSerdeAccessor.getSerde()
Returns driver internal serialization implementation for serializing and deserializing driver's classes.protected ProtocolProvider
ArangoDB.Builder.protocolProvider
(Protocol protocol) Method parameters in com.arangodb with annotations of type UnstableApiModifier and TypeMethodDescriptionprotected HostHandler
ArangoDB.Builder.createHostHandler
(HostResolver hostResolver) protected Collection<Host>
ArangoDB.Builder.createHostList
(ConnectionFactory connectionFactory) protected HostResolver
ArangoDB.Builder.createHostResolver
(Collection<Host> hosts, ConnectionFactory connectionFactory) protected HostResolver
ArangoDB.Builder.createHostResolver
(Collection<Host> hosts, ConnectionFactory connectionFactory) -
Uses of UnstableApi in com.arangodb.http
Classes in com.arangodb.http with annotations of type UnstableApiModifier and TypeClassDescriptionclass
class
class
class
class
Methods in com.arangodb.http with annotations of type UnstableApiModifier and TypeMethodDescriptionHttpConnectionFactory.create
(ArangoConfig config, HostDescription host) HttpProtocolProvider.createConnectionFactory
(ProtocolConfig config) HttpProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) HttpConnection.executeAsync
(InternalRequest request) HttpProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Method parameters in com.arangodb.http with annotations of type UnstableApiModifier and TypeMethodDescriptionprotected void
HttpCommunication.connect
(Connection conn) HttpConnectionFactory.create
(ArangoConfig config, HostDescription host) HttpProtocolProvider.createConnectionFactory
(ProtocolConfig config) HttpProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) HttpProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) void
HttpConnection.doExecute
(InternalRequest request, CompletableFuture<InternalResponse> rfuture) void
HttpConnection.doExecute
(InternalRequest request, CompletableFuture<InternalResponse> rfuture) HttpConnection.executeAsync
(InternalRequest request) HttpProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) HttpProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Constructor parameters in com.arangodb.http with annotations of type UnstableApi -
Uses of UnstableApi in com.arangodb.vst
Classes in com.arangodb.vst with annotations of type UnstableApiModifier and TypeClassDescriptionfinal class
class
class
class
Methods in com.arangodb.vst with annotations of type UnstableApiModifier and TypeMethodDescriptionVstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host) VstProtocolProvider.createConnectionFactory()
VstProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) VstProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Method parameters in com.arangodb.vst with annotations of type UnstableApiModifier and TypeMethodDescriptionprotected void
VstCommunication.connect
(Connection conn) VstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host) VstProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) VstProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) VstProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) VstProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Constructor parameters in com.arangodb.vst with annotations of type UnstableApiModifierConstructorDescriptionVstCommunication
(ArangoConfig config, HostHandler hostHandler) VstCommunication
(ArangoConfig config, HostHandler hostHandler)