gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/storm article.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/storm article.rst
Date: Sat, 15 Feb 2003 14:24:33 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/15 14:24:33

Modified files:
        storm          : article.rst 

Log message:
        Pools

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/article.rst.diff?tr1=1.208&tr2=1.209&r1=text&r2=text

Patches:
Index: manuscripts/storm/article.rst
diff -u manuscripts/storm/article.rst:1.208 manuscripts/storm/article.rst:1.209
--- manuscripts/storm/article.rst:1.208 Sat Feb 15 14:19:44 2003
+++ manuscripts/storm/article.rst       Sat Feb 15 14:24:33 2003
@@ -636,13 +636,17 @@
 This allows them to carry any metadata that can be carried
 in a MIME header, most importantly a content type.
 
-Collections of Storm blocks are called *pools*. Pools provide
-the following interface::
+Collections of existing Storm blocks are called *pools*. Pools provide
+the following interface for injecting and obtaining data::
 
+    add(bytes) -> id
     getIds() -> list
     get(id) -> block
+
+and the methods for moving blocks between pools::
+
     add(block)
-    delete(block)
+    delete(id)
     
 Implementations may store blocks in RAM, in individual files,
 in a Zip archive, in a database, in a p2p network, 




reply via email to

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