Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
NodeDiscovery.getCf()
Gets the
ConnectionFactory to work with. |
ConnectionFactory |
ConnectionPool.getConnectionFactory()
Gets the connection factory used by the pool.
|
static ConnectionFactory |
ConnectionFactory.getInstance()
Returns the static instance of a connection factory.
|
Constructor and Description |
---|
ConnectionPool(ConnectionFactory cFactory,
int maxConnections)
Creates a new connection pool.
|
NodeDiscovery(ConnectionFactory cf)
Constructor
|