public class LeaveGroupEvent extends MemberChangeEvent
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LeaveGroupEvent.LeaveReason |
The reason for why the node leaves the group.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Date |
getJoinTime() |
|
LeaveGroupEvent.LeaveReason |
getLeaveReason() |
Returns the reason why the node left the group.
|
java.util.Date |
getLeaveTime() |
Returns the time at which the node left the group.
|
java.lang.String |
toString() |
getMasterNamegetNodeNamepublic java.util.Date getJoinTime()
public java.util.Date getLeaveTime()
public LeaveGroupEvent.LeaveReason getLeaveReason()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.