Uses of Class
com.c8db.internal.net.AccessType
-
Packages that use AccessType Package Description com.c8db.internal.net com.c8db.internal.util com.c8db.internal.velocystream -
-
Uses of AccessType in com.c8db.internal.net
Methods in com.c8db.internal.net that return AccessType Modifier and Type Method Description static AccessTypeAccessType. valueOf(String name)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.c8db.internal.net with parameters of type AccessType Modifier and Type Method Description HostDirtyReadHostHandler. get(HostHandle hostHandle, AccessType accessType)HostFallbackHostHandler. get(HostHandle hostHandle, AccessType accessType)HostHostHandler. get(HostHandle hostHandle, AccessType accessType)HostRandomHostHandler. get(HostHandle hostHandle, AccessType accessType)HostRoundRobinHostHandler. get(HostHandle hostHandle, AccessType accessType) -
Uses of AccessType in com.c8db.internal.util
Methods in com.c8db.internal.util that return AccessType Modifier and Type Method Description static AccessTypeRequestUtils. determineAccessType(Request request) -
Uses of AccessType in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream with parameters of type AccessType Modifier and Type Method Description protected CVstCommunication. connect(HostHandle hostHandle, AccessType accessType)
-