gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/lava/gzz/storm StormPool.java impl/DirPool....


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/lava/gzz/storm StormPool.java impl/DirPool....
Date: Fri, 15 Nov 2002 20:35:59 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/11/15 20:35:58

Modified files:
        lava/gzz/storm : StormPool.java 
        lava/gzz/storm/impl: DirPool.java TransientPool.java 

Log message:
        Defer implementation of pool names in Storm

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/StormPool.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/DirPool.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/TransientPool.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gzz/lava/gzz/storm/StormPool.java
diff -u gzz/lava/gzz/storm/StormPool.java:1.7 
gzz/lava/gzz/storm/StormPool.java:1.8
--- gzz/lava/gzz/storm/StormPool.java:1.7       Fri Nov  8 15:54:55 2002
+++ gzz/lava/gzz/storm/StormPool.java   Fri Nov 15 20:35:58 2002
@@ -107,8 +107,16 @@
 
     // GETTING POOL NAMES
 
-    /** Get the name of the pool new blocks are put into by default.
+    /** This is currently unimplemented and probably requires more thought.
+     *  When the time comes to replace Mediaserver with Storm, we'll see
+     *  how to implement the things currently done through pool names;
+     *  these functions might be resurrected, replaced by something else,
+     *  or simply gotten rid of if they are not (at that time) needed. 
+     *  - Benja
      */
-    String getDefaultPoolName() throws IOException;
-    Set getPoolNames() throws IOException;
+
+    ///** Get the name of the pool new blocks are put into by default.
+    // */
+    //String getDefaultPoolName() throws IOException;
+    //Set getPoolNames() throws IOException;
 }
Index: gzz/lava/gzz/storm/impl/DirPool.java
diff -u gzz/lava/gzz/storm/impl/DirPool.java:1.6 
gzz/lava/gzz/storm/impl/DirPool.java:1.7
--- gzz/lava/gzz/storm/impl/DirPool.java:1.6    Thu Nov 14 16:25:06 2002
+++ gzz/lava/gzz/storm/impl/DirPool.java        Fri Nov 15 20:35:58 2002
@@ -143,7 +143,4 @@
                                                          throws IOException {
        return new FileBlockOutputStream(new VerbatimHeader822(hdr));
     }
-    public String getDefaultPoolName() { return null; }
-    public Set getPoolNames() { return null; }
-
 }
Index: gzz/lava/gzz/storm/impl/TransientPool.java
diff -u gzz/lava/gzz/storm/impl/TransientPool.java:1.13 
gzz/lava/gzz/storm/impl/TransientPool.java:1.14
--- gzz/lava/gzz/storm/impl/TransientPool.java:1.13     Thu Nov 14 16:25:06 2002
+++ gzz/lava/gzz/storm/impl/TransientPool.java  Fri Nov 15 20:35:58 2002
@@ -125,6 +125,4 @@
                                                          throws IOException {
        return new TransientBlockOutputStream(new VerbatimHeader822(hdr));
     }
-    public String getDefaultPoolName() { return null; }
-    public Set getPoolNames() { return null; }
 }




reply via email to

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