Uses of Interface
com.c8db.internal.net.Connection
-
Packages that use Connection Package Description com.c8db.internal com.c8db.internal.http com.c8db.internal.net com.c8db.internal.velocystream com.c8db.internal.velocystream.internal -
-
Uses of Connection in com.c8db.internal
Methods in com.c8db.internal with type parameters of type Connection Modifier and Type Method Description protected <C extends Connection>
Collection<Host>InternalC8DBBuilder. createHostList(int maxConnections, ConnectionFactory connectionFactory) -
Uses of Connection in com.c8db.internal.http
Classes in com.c8db.internal.http that implement Connection Modifier and Type Class Description classHttpConnectionMethods in com.c8db.internal.http that return Connection Modifier and Type Method Description ConnectionHttpConnectionFactory. create(HostDescription host) -
Uses of Connection in com.c8db.internal.net
Methods in com.c8db.internal.net that return Connection Modifier and Type Method Description ConnectionConnectionPool. connection()ConnectionConnectionPoolImpl. connection()ConnectionHost. connection()ConnectionHostImpl. connection()ConnectionConnectionFactory. create(HostDescription host)ConnectionConnectionPool. createConnection(HostDescription host)ConnectionConnectionPoolImpl. createConnection(HostDescription host) -
Uses of Connection in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream that return Connection Modifier and Type Method Description ConnectionVstConnectionFactorySync. create(HostDescription host) -
Uses of Connection in com.c8db.internal.velocystream.internal
Classes in com.c8db.internal.velocystream.internal that implement Connection Modifier and Type Class Description classVstConnectionclassVstConnectionSync
-