Uses of Class
com.c8db.internal.net.HostDescription
-
Packages that use HostDescription Package Description com.c8db.internal com.c8db.internal.http com.c8db.internal.net com.c8db.internal.util com.c8db.internal.velocystream com.c8db.internal.velocystream.internal -
-
Uses of HostDescription in com.c8db.internal
Fields in com.c8db.internal declared as HostDescription Modifier and Type Field Description protected HostDescriptionInternalC8DBBuilder. hostFields in com.c8db.internal with type parameters of type HostDescription Modifier and Type Field Description protected List<HostDescription>InternalC8DBBuilder. hosts -
Uses of HostDescription in com.c8db.internal.http
Methods in com.c8db.internal.http with parameters of type HostDescription Modifier and Type Method Description ConnectionHttpConnectionFactory. create(HostDescription host)HttpConnection.BuilderHttpConnection.Builder. host(HostDescription host) -
Uses of HostDescription in com.c8db.internal.net
Methods in com.c8db.internal.net that return HostDescription Modifier and Type Method Description HostDescriptionHost. getDescription()HostDescriptionHostImpl. getDescription()HostDescriptionHostHandle. getHost()Methods in com.c8db.internal.net with parameters of type HostDescription Modifier and Type Method Description ConnectionConnectionFactory. create(HostDescription host)ConnectionConnectionPool. createConnection(HostDescription host)ConnectionConnectionPoolImpl. createConnection(HostDescription host)HostHandleHostHandle. setHost(HostDescription host)Constructors in com.c8db.internal.net with parameters of type HostDescription Constructor Description ConnectionPoolImpl(HostDescription host, Integer maxConnections, ConnectionFactory factory)HostImpl(ConnectionPool connectionPool, HostDescription description) -
Uses of HostDescription in com.c8db.internal.util
Methods in com.c8db.internal.util that return HostDescription Modifier and Type Method Description static HostDescriptionHostUtils. createFromLocation(String location)Methods in com.c8db.internal.util with parameters of type HostDescription Modifier and Type Method Description static HostHostUtils. createHost(HostDescription description, int maxConnections, ConnectionFactory factory) -
Uses of HostDescription in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream with parameters of type HostDescription Modifier and Type Method Description ConnectionVstConnectionFactorySync. create(HostDescription host)Constructors in com.c8db.internal.velocystream with parameters of type HostDescription Constructor Description VstConnectionFactorySync(HostDescription host, Integer timeout, Long connectionTtl, Boolean useSsl, SSLContext sslContext) -
Uses of HostDescription in com.c8db.internal.velocystream.internal
Methods in com.c8db.internal.velocystream.internal with parameters of type HostDescription Modifier and Type Method Description VstConnectionSync.BuilderVstConnectionSync.Builder. host(HostDescription host)Constructors in com.c8db.internal.velocystream.internal with parameters of type HostDescription Constructor Description VstConnection(HostDescription host, Integer timeout, Long ttl, Boolean useSsl, SSLContext sslContext, MessageStore messageStore)
-