org.jgroups.protocols

Class MERGEFAST

public class MERGEFAST extends Protocol

The coordinator attaches a small header to each (or every nth) message. If another coordinator in the same group sees the message, it will initiate the merge protocol immediately by sending a MERGE event up the stack.

Author: Bela Ban, Aug 25 2003

Nested Class Summary
static classMERGEFAST.MergefastHeader
Method Summary
voiddown(Event evt)
StringgetName()
voidup(Event evt)

Method Detail

down

public void down(Event evt)

getName

public String getName()

up

public void up(Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.