Frames | No Frames |
Methods with parameter type org.jgroups.View | |
void |
Methods with return type org.jgroups.View | |
View | GMS.getNextView(Vector new_mbrs, Vector old_mbrs, Vector suspected_mbrs) Computes the next view. |
View | Returns immediately. |
View | Invoked by another coordinator that asks to merge its view with mine. |
View | |
View | |
View | |
View | |
View |
Classes derived from org.jgroups.View | |
class | A view that is sent as result of a merge. |
Methods with parameter type org.jgroups.View | |
void | Called by JGroups to notify the target object of a change of membership. |
Methods with return type org.jgroups.View | |
View | Gets the current view. |
View | |
View | returns the current view. if the channel is not connected or if it is closed it will return null |
Methods with parameter type org.jgroups.View | |
void | Called by JGroups to notify the target object of a change of membership. |
Methods with parameter type org.jgroups.View | |
void |
Methods with parameter type org.jgroups.View | |
void | This method is called when new view is installed. |
Methods with parameter type org.jgroups.View | |
void |
Methods with parameter type org.jgroups.View | |
void | |
void | Called by JGroups to notify the target object of a change of membership. |
void | Called by JGroups to notify the target object of a change of membership. |
void | |
void | Called by JGroups to notify the target object of a change of membership. |
Methods with parameter type org.jgroups.View | |
void | |
void | Event.VIEW_CHANGE event received from a layer below
Mark all responses from members that are not in new_view as
NOT_RECEIVED. |
void | Called by JGroups to notify the target object of a change of membership. |
void | |
void | Called by JGroups to notify the target object of a change of membership. |
void | Notify membership listener that new view was accepted. |
void | Called by JGroups to notify the target object of a change of membership. |
void | Called by JGroups to notify the target object of a change of membership. |
void | Called by JGroups to notify the target object of a change of membership. |
void | Callback for notification about the new view of the group. |
void | Any member of 'membership' that is not in the new view is flagged as
SUSPECTED. |
void | |
void |
Constructors with parameter type org.jgroups.View | |
Used for VIEW header | |
Methods with parameter type org.jgroups.View | |
void | |
void | |
void | Does nothing. |
void | Called by the GMS when a VIEW is received. |
void | |
void | If we are leaving, we have to wait for the view change (last msg in the current view) that
excludes us before we can leave. |
void | Sets the new view and sends a VIEW_CHANGE event up and down the stack. |
void | Sets the new view and sends a VIEW_CHANGE event up and down the stack. |
void |
Methods with return type org.jgroups.View | |
View | GMS.castViewChange(Vector new_mbrs, Vector old_mbrs, Vector suspected_mbrs) Compute a new view, given the current view, the new members and the suspected/left
members. |
View | GMS.getNextView(Vector new_mbrs, Vector old_mbrs, Vector suspected_mbrs) Computes the next view. |
View | |
View | |
View |