|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeliveryPast | |
---|---|
rice.post | |
rice.post.delivery |
Uses of DeliveryPast in rice.post |
---|
Constructors in rice.post with parameters of type DeliveryPast | |
---|---|
PostImpl(Node node,
Past immutablePast,
Past mutablePast,
DeliveryPast deliveryPast,
Past deliveredPast,
PostEntityAddress address,
java.security.KeyPair keyPair,
PostCertificate certificate,
java.security.PublicKey caPublicKey,
java.lang.String instance,
boolean logRewrite,
boolean announce,
PostEntityAddress previousAddress,
long synchronizeInterval,
long refreshInterval,
long timeoutInterval)
Builds a PostImpl to run on the given pastry node, using the provided PAST and Scribe services. |
Uses of DeliveryPast in rice.post.delivery |
---|
Classes in rice.post.delivery that implement DeliveryPast | |
---|---|
class |
DeliveryPastImpl
|
Fields in rice.post.delivery declared as DeliveryPast | |
---|---|
protected DeliveryPast |
DeliveryService.pending
The PAST service used for storing pending notifications |
Constructors in rice.post.delivery with parameters of type DeliveryPast | |
---|---|
DeliveryService(PostImpl post,
DeliveryPast pending,
Past delivered,
Scribe scribe,
IdFactory factory,
long timeoutInterval)
Contructs a StorageService given a PAST to run on top of. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |