Uses of Enum
com.arangodb.internal.net.AccessType
Packages that use AccessType
-
Uses of AccessType in com.arangodb.internal.net
Methods in com.arangodb.internal.net that return AccessTypeModifier and TypeMethodDescriptionstatic AccessType
Returns the enum constant of this type with the specified name.static AccessType[]
AccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.internal.net with parameters of type AccessTypeModifier 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) 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 AccessType in com.arangodb.internal.util
Methods in com.arangodb.internal.util that return AccessTypeModifier and TypeMethodDescriptionstatic AccessType
RequestUtils.determineAccessType
(InternalRequest request)