|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface Cluster.MemberTimeoutAction
MemberTimeoutAction is taken by the cluster service to remove members from the cluster who have exceeded a network timeout (e.g. packet-timeout). <p/> A MemberTimeoutAction object is valid only for the duration of an invocation to ActionPolicy.isAllowed(com.tangosol.net.Service, com.tangosol.net.Action). <p/> Note: ActionPolicy implementations should assume that the effects of a given physical outtage may not be detected in an atomic fashion.
| Method Summary | |
|---|---|
Set |
getAnnouncingMemberSet()Return the set of Members who are "announcing". |
long |
getIncidentStartTime()Return the time at which the current outtage "incident" was first detected. |
Set |
getResponsiveMemberSet()Return the set of Members that have recently responded to this member. |
Set |
getTimedOutMemberSet()Return the set of Members that have exceeded their timeout. |
| Method Detail |
|---|
Set getTimedOutMemberSet()
Set getResponsiveMemberSet()
Set getAnnouncingMemberSet()
long getIncidentStartTime()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||