gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...


From: Hermanni Hyytiälä
Subject: [Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...
Date: Mon, 07 Jul 2003 08:16:16 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Branch:         
Changes by:     Hermanni Hyytiälä <address@hidden>      03/07/07 08:16:15

Modified files:
        doc/pegboard/storm_with_tapestry--hemppah: peg.rst 

Log message:
        more about API

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst
diff -u storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.13 
storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.14
--- storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.13        Mon Jul 
 7 07:57:28 2003
+++ storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst     Mon Jul  7 
08:16:15 2003
@@ -5,8 +5,8 @@
 
 :Authors:  Hermanni Hyytiälä
 :Date-Created: 2003-07-03
-:Last-Modified: $Date: 2003/07/07 11:57:28 $
-:Revision: $Revision: 1.13 $
+:Last-Modified: $Date: 2003/07/07 12:16:15 $
+:Revision: $Revision: 1.14 $
 :Status:   Incomplete
 
 .. :Stakeholders:
@@ -96,7 +96,33 @@
   
     RouteToNode(N_ID, Exact): 
     Route message to node N. "Exact" specifies whether destination ID needs to 
-    be matched exactly to deliver payload. 
+    be matched exactly to deliver payload.
+   
+
+However, the implemented API, according to the JavaDocs, offers services with 
+the following names (and some other functionality):
+
+    TapestryRouteMsg(SecureHash peer) - analog to RouteToObject(O_GUID)
+    
+    TapestryLocateMsg(SecureHash guid, TapestryQuery query, TapestryQueryState 
+    query_state, SecureHash id)  - locate a node storing an object with GUID 
+    
+    TapestryMacRouteMsg(SecureHash peer) - cryptographic (MAC) implementation
+    of RouteToObject(O_GUID)
+         
+    TapestryPrefixRouteMsg(SecureHash peer, boolean inbound)  - routes to the 
+    node with the GUID closest to a given GUID.  OceanStore uses this service 
+    to find storage candidates for erasure coded fragments. See Javadocs for 
+    more detailed documentation.
+            
+    TapestryPublishMsg(SecureHash guid, TapestryTag tag)  - analog to 
+    PublishObject(O_GUID)
+    
+    TapestryUnpublishMsg(SecureHash guid, TapestryTag tag) - analog to 
+    UnpublishObject(O_GUID)
+    
+In addition, Tapestry API offers a number of other services. Again, see
+JavaDocs for more detailed information.
 
 
 Using Tapestry API from other applications




reply via email to

[Prev in Thread] Current Thread [Next in Thread]