package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class BorrowAdvice extends AnyRef

    Measure time spent waiting for a connection Record number of in-flight queries on just-acquired connection

  2. class SessionInterceptor extends AnyRef

Value Members

  1. object BorrowAdvice
  2. object ConnectionDefunctAdvice
  3. object CreateConnectionAdvice
  4. object HostLocationAdvice
  5. 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

  6. object OnExceptionAdvice

    Handling of client exceptions

  7. object OnFetchMore
  8. object OnResultSetConstruction

    Transfer context from msg to created result set so it can be used for further page fetches

  9. object OnSetAdvice
  10. object OnTimeoutAdvice

    Handling of client timeouts

  11. object PoolCloseAdvice
  12. object PoolConstructorAdvice
  13. object QueryExecutionAdvice
  14. object QueryOperations
  15. object QueryWriteAdvice
  16. object SessionInterceptor
  17. object TrashConnectionAdvice

Ungrouped