Uses of Interface
com.c8db.internal.net.Host
-
Packages that use Host Package Description com.c8db.internal com.c8db.internal.net com.c8db.internal.util -
-
Uses of Host in com.c8db.internal
Methods in com.c8db.internal that return types with arguments of type Host Modifier and Type Method Description protected <C extends Connection>
Collection<Host>InternalC8DBBuilder. createHostList(int maxConnections, ConnectionFactory connectionFactory)Method parameters in com.c8db.internal with type arguments of type Host Modifier and Type Method Description protected HostResolverInternalC8DBBuilder. createHostResolver(Collection<Host> hosts, int maxConnections, ConnectionFactory connectionFactory) -
Uses of Host in com.c8db.internal.net
Classes in com.c8db.internal.net that implement Host Modifier and Type Class Description classHostImplMethods in com.c8db.internal.net that return Host 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)Methods in com.c8db.internal.net that return types with arguments of type Host Modifier and Type Method Description List<Host>HostSet. getHostsList()Methods in com.c8db.internal.net with parameters of type Host Modifier and Type Method Description voidHostSet. addHost(Host newHost)Constructor parameters in com.c8db.internal.net with type arguments of type Host Constructor Description ExtendedHostResolver(List<Host> hosts, Integer maxConnections, ConnectionFactory connectionFactory, Integer acquireHostListInterval)HostSet(List<Host> hosts)SimpleHostResolver(List<Host> hosts) -
Uses of Host in com.c8db.internal.util
Methods in com.c8db.internal.util that return Host Modifier and Type Method Description static HostHostUtils. createHost(HostDescription description, int maxConnections, ConnectionFactory factory)
-