Uses of Class org.jgroups.View

Uses in package org.jgroups.demos.wb

Methods with parameter type org.jgroups.View

void
Called when a change in membership has occurred.

Uses in package org.jgroups.demos.applets

Methods with parameter type org.jgroups.View

void

Uses in package org.jgroups.protocols

Constructors with parameter type org.jgroups.View

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
Discovery.makeView(Vector mbrs)
View
GMS.makeView(Vector mbrs)
View
GMS.makeView(Vector mbrs, ViewId vid)

Uses in package org.jgroups

Classes derived from org.jgroups.View

class
A view that is sent as a result of a merge.

Methods with parameter type org.jgroups.View

void
Called when a change in membership has occurred.
void
Called when a change in membership has occurred.

Methods with return type org.jgroups.View

View
Gets the current view.
View
Returns the current view.

Uses in package org.jgroups.blocks

Methods with parameter type org.jgroups.View

void
void
Event.VIEW_CHANGE event received from a layer below.
void
Called when a change in membership has occurred.
void
void
Called when a change in membership has occurred.
void
Notify membership listener that new view was accepted.
void
Called when a change in membership has occurred.
void
Called when a change in membership has occurred.
void
Called when a change in membership has occurred.
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.util

Methods with parameter type org.jgroups.View

void

Uses in package org.jgroups.debug

Methods with parameter type org.jgroups.View

void

Uses in package org.jgroups.protocols.pbcast

Constructors with parameter type org.jgroups.View

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

Methods with parameter type org.jgroups.View

void
GMS.castViewChange(View new_view, Digest digest)
void
GMS.castViewChangeWithDest(View new_view, Digest digest, java.util.List members)
Broadcasts the new view and digest, and waits for acks from all members in the list given as argument.
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.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.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 when a change in membership has occurred.
void
Called when a change in membership has occurred.
void
void
Called when a change in membership has occurred.

Uses in package org.jgroups.jmx

Methods with return type org.jgroups.View

View
View

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.