Namespace phpcassa\Connection
| ConnectionPool | A pool of connections to a set of servers in a cluster. Each ConnectionPool is keyspace specific. |
| MaxRetriesException | The connection pool has retried an operation as many times as is allowed by your $max_retries setting. |
| NoServerAvailable | The connection pool was unable to successfully open a connection to any of the servers after trying each server twice. |