|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnection | |
---|---|
com.mymed.controller.core.manager.connection |
Uses of IConnection in com.mymed.controller.core.manager.connection |
---|
Classes in com.mymed.controller.core.manager.connection that implement IConnection | |
---|---|
class |
Connection
Class that represents a connection to a Cassandra instance in mymed |
Methods in com.mymed.controller.core.manager.connection that return IConnection | |
---|---|
IConnection |
ConnectionPool.checkOut()
|
IConnection |
IConnectionPool.checkOut()
Get a connection from the pool |
IConnection |
IConnectionManager.checkOut(java.lang.String address,
int port)
Take a connection from the pool. |
IConnection |
ConnectionManager.checkOut(java.lang.String address,
int port)
|
IConnection |
IConnectionManager.checkOut(java.lang.String address,
int port,
int capacity)
Take a connection from the pool. |
IConnection |
ConnectionManager.checkOut(java.lang.String address,
int port,
int capacity)
|
Methods in com.mymed.controller.core.manager.connection with parameters of type IConnection | |
---|---|
void |
ConnectionPool.checkIn(IConnection connection)
|
void |
IConnectionManager.checkIn(IConnection connection)
Give a connection back to the pool |
void |
IConnectionPool.checkIn(IConnection connection)
Give a connection back to the pool |
void |
ConnectionManager.checkIn(IConnection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |