package core
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class BorrowAdvice extends AnyRef
Measure time spent waiting for a connection Record number of in-flight queries on just-acquired connection
- class SessionInterceptor extends AnyRef
Value Members
- object BorrowAdvice
- object ConnectionDefunctAdvice
- object CreateConnectionAdvice
- object HostLocationAdvice
- object InitPoolAdvice
Track number of active connections towards the given host Incremented when new connection requested and decremented either on connection being explicitly trashed or defunct
- object OnExceptionAdvice
Handling of client exceptions
- object OnFetchMore
- object OnResultSetConstruction
Transfer context from msg to created result set so it can be used for further page fetches
- object OnSetAdvice
- object OnTimeoutAdvice
Handling of client timeouts
- object PoolCloseAdvice
- object PoolConstructorAdvice
- object QueryExecutionAdvice
- object QueryOperations
- object QueryWriteAdvice
- object SessionInterceptor
- object TrashConnectionAdvice