@Beta public final class ConnectionPoolWaitQueueExitedEvent extends java.lang.Object
| 构造器和说明 |
|---|
ConnectionPoolWaitQueueExitedEvent(ServerId serverId,
long threadId)
Construct an instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServerId |
getServerId()
Gets the server id.
|
long |
getThreadId()
Gets the thread id
|
java.lang.String |
toString() |
public ConnectionPoolWaitQueueExitedEvent(ServerId serverId, long threadId)
serverId - the server idthreadId - the id of the thread that's waitingpublic ServerId getServerId()
public long getThreadId()
public java.lang.String toString()
toString 在类中 java.lang.Object