fabric.dissemination.pastry.messages
Class Aggregate

java.lang.Object
  extended by fabric.dissemination.pastry.messages.Aggregate

public class Aggregate
extends java.lang.Object

This should be sent when aggregation of object popularity data is to be performed. Not currently used yet.


Constructor Summary
Aggregate(NodeHandle sender)
           
 
Method Summary
 int getPriority()
           
 NodeHandle sender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregate

public Aggregate(NodeHandle sender)
Method Detail

sender

public NodeHandle sender()

getPriority

public int getPriority()