Package fabric.dissemination.pastry

Pastry dissemination layer implementation.

See:
          Description

Class Summary
Cache The cache object used by the disseminator to store globs.
Disseminator A pastry application that implements the functionality of a Fabric dissemination network based on the beehive replication protocol.
Node Represents a pastry node with a dissemination process.
PastryFetchManager A PastryFetchManager performs object fetching by consulting a pastry dissemination network to see if the object is available there.
 

Exception Summary
DisseminationTimeoutException Indicates that a fetch from the dissemination network took too long.
 

Package fabric.dissemination.pastry Description

Pastry dissemination layer implementation.