Package fabric.dissemination.pastry.messages

Copyright (C) 2010 Fabric project group, Cornell University This file is part of Fabric.

See:
          Description

Class Summary
Aggregate This should be sent when aggregation of object popularity data is to be performed.
AggregateInterval A self-scheduled message triggered once every aggregation interval.
DataInputBuffer A class to merge DataInput and InputBuffer.
DataOutputBuffer A class to merge DataOutput and OutputBuffer.
Fetch A Fetch message represents a request to fetch a particular object.
Fetch.Reply A reply to a Fetch message.
MessageType Identifiers for each message sent over the network.
Replicate This represents a Replicate message in the beehive system.
Replicate.Reply A reply to a replicate message, carrying the requested objects.
ReplicateInterval A self-scheduled message triggered once every replication interval.
 

Package fabric.dissemination.pastry.messages Description

Copyright (C) 2010 Fabric project group, Cornell University This file is part of Fabric. Fabric is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Fabric is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.