public final class ClusterClosedEvent
extends java.lang.Object
| 构造器和说明 |
|---|
ClusterClosedEvent(ClusterId clusterId)
Constructs a new instance of the event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterId |
getClusterId()
Gets the cluster id associated with this event.
|
java.lang.String |
toString() |
public ClusterClosedEvent(ClusterId clusterId)
clusterId - the cluster idpublic ClusterId getClusterId()
public java.lang.String toString()
toString 在类中 java.lang.Object