Uses of Class org.jgroups.protocols.pbcast.Digest

Uses in package org.jgroups.protocols.pbcast

Constructors with parameter type org.jgroups.protocols.pbcast.Digest

Gossip.Gossip(Address obj, long id, Digest d, Vector not_seen)
MergeData.MergeData(Address sender, View view, Digest digest)
STATE_TRANSFER.StateHeader.StateHeader(byte type, Address sender, long id, Digest digest)

Methods with parameter type org.jgroups.protocols.pbcast.Digest

void
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, Digest digest)
Sets the new view and sends a VIEW_CHANGE event up and down the stack.
void
Adds a digest to this digest.
void
Send down a MERGE_DIGEST event
void
boolean
Compares two digests and returns true if the senders are the same, otherwise false.
void
Send down a SET_DIGEST event
void

Methods with return type org.jgroups.protocols.pbcast.Digest

Digest
Digest
Sends down a GET_DIGEST event and waits for the GET_DIGEST_OK response, or timeout, whichever occurs first
Digest
Digest

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