@Beta public final class ConnectionPoolOpenedEvent extends java.lang.Object
| 构造器和说明 |
|---|
ConnectionPoolOpenedEvent(ServerId serverId,
ConnectionPoolSettings settings)
Constructs a new instance of the event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServerId |
getServerId()
Gets the server id
|
ConnectionPoolSettings |
getSettings()
Gets the connection pool settings.
|
java.lang.String |
toString() |
public ConnectionPoolOpenedEvent(ServerId serverId, ConnectionPoolSettings settings)
serverId - the server idsettings - the connection pool settingspublic ServerId getServerId()
public ConnectionPoolSettings getSettings()
public java.lang.String toString()
toString 在类中 java.lang.Object