/[storm]/storm/org/nongnu/storm/impl/p2p/P2PPool.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/impl/p2p/P2PPool.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Tue Apr 8 09:43:06 2003 UTC revision 1.2 by benja, Thu Apr 17 08:36:34 2003 UTC
# Line 58  public abstract class P2PPool extends Ab Line 58  public abstract class P2PPool extends Ab
58       *  actually downloading blocks.       *  actually downloading blocks.
59       */       */
60      public interface P2PMap {      public interface P2PMap {
61          Collector get(byte[] key) throws IOException;          Collector get(String key) throws IOException;
62          void put(byte[] key, byte[] value) throws IOException;          void put(String key, String value) throws IOException;
63      }      }
64    
65      /** A method for sharing/downloading blocks on the network.      /** A method for sharing/downloading blocks on the network.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26