Uses of Class org.jgroups.View

Uses in package org.jgroups.demos.applets

Methods with parameter type org.jgroups.View

void

Uses in package org.jgroups

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

Uses in package org.jgroups.blocks

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

Uses in package org.jgroups.demos.wb

Methods with parameter type org.jgroups.View

void
Called by JGroups to notify the target object of a change of membership.

Uses in package org.jgroups.protocols.pbcast

Constructors with parameter type org.jgroups.View

GMS.GmsHeader.GmsHeader(int type, View view)
Used for VIEW header
MergeData.MergeData(Address sender, View view, Digest digest)

Methods with parameter type org.jgroups.View

void
void
GMS.castViewChange(View new_view, Digest digest)
void
Does nothing.
void
Called by the GMS when a VIEW is received.
void
GmsImpl.handleViewChange(View new_view, Digest digest)
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
GMS.installView(View new_view)
Sets the new view and sends a VIEW_CHANGE event up and down the stack.
void
GMS.installView(View new_view, Digest digest)
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
GMS.makeView(Vector mbrs)
View
GMS.makeView(Vector mbrs, ViewId vid)

Uses in package org.jgroups.service

Methods with parameter type org.jgroups.View

void
This method is called when new view is installed.

Uses in package org.jgroups.protocols

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
ClientGmsImpl.handleMerge(ViewId other_view, Vector other_members)
Returns immediately.
View
CoordGmsImpl.handleMerge(ViewId other_vid, Vector other_mbrs)
Invoked by another coordinator that asks to merge its view with mine.
View
GmsImpl.handleMerge(ViewId other_view, Vector other_members)
View
GMS.handleMerge(ViewId other_vid, Vector other_members)
View
ParticipantGmsImpl.handleMerge(ViewId other_view, Vector other_members)
View
GMS.makeView(Vector mbrs)
View
GMS.makeView(Vector mbrs, ViewId vid)

Uses in package org.jgroups.stack

Methods with parameter type org.jgroups.View

void

Uses in package org.jgroups.demos

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.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.