Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.peerreview.history.Hash

Packages that use Hash
org.mpisws.p2p.transport.peerreview.history   
 

Uses of Hash in org.mpisws.p2p.transport.peerreview.history
 

Methods in org.mpisws.p2p.transport.peerreview.history that return Hash
 Hash HashDeserializer.build(InputBuffer buf)
           
 Hash HashDeserializer.getEmpty()
           
 Hash HashSeq.getHash()
           
 Hash HashProvider.hash(byte[]... hashMe)
           
 Hash HashProvider.hash(long seq, short type, Hash nodeHash, Hash contentHash)
           
 

Methods in org.mpisws.p2p.transport.peerreview.history with parameters of type Hash
 void SecureHistory.appendHash(short type, Hash hash)
          Append a new hashed entry to the log.
 void SecureHistoryImpl.appendHash(short type, Hash hash)
          Append a new hashed entry to the log.
 SecureHistory SecureHistoryFactory.create(java.lang.String name, long baseSeq, Hash baseHash, HashProvider hashProv)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactoryImpl.create(java.lang.String name, long baseSeq, Hash baseHash, HashProvider hashProv)
          Creates a new history (aka log).
 Hash HashProvider.hash(long seq, short type, Hash nodeHash, Hash contentHash)
           
 

Constructors in org.mpisws.p2p.transport.peerreview.history with parameters of type Hash
HashSeq(Hash h, long s)
           
IndexEntry(long seq, long index, short type, int size, Hash contentHash, Hash nodeHash)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.