public abstract class ConnectionPool<C extends Connection> extends Object
Constructor and Description |
---|
ConnectionPool(Integer maxConnections) |
Modifier and Type | Method and Description |
---|---|
C |
connection() |
abstract C |
createConnection() |
void |
disconnect() |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.