Rice Pastry API

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

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

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

Methods in org.mpisws.p2p.transport.peerreview.history that return Hash
 Hash HashProvider.build(byte[] hashBytes, int start, int length)
           
 Hash HashProvider.build(InputBuffer buf)
           
 Hash IndexEntry.getContentHash()
           
 Hash HashProvider.getEmpty()
           
 Hash HashSeq.getHash()
           
 Hash IndexEntry.getNodeHash()
           
 Hash HashProvider.hash(java.nio.ByteBuffer... 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)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactoryImpl.create(java.lang.String name, long baseSeq, Hash baseHash)
          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)
           
 

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

Classes in org.mpisws.p2p.transport.peerreview.history.stub that implement Hash
 class NullHash
           
 

Methods in org.mpisws.p2p.transport.peerreview.history.stub that return Hash
 Hash NullHashProvider.build(byte[] hashBytes, int start, int length)
           
 Hash NullHashProvider.build(InputBuffer buf)
           
 Hash NullHashProvider.getEmpty()
           
 Hash NullHashProvider.hash(java.nio.ByteBuffer... hashMe)
           
 Hash NullHashProvider.hash(long seq, short type, Hash nodeHash, Hash contentHash)
           
 

Methods in org.mpisws.p2p.transport.peerreview.history.stub with parameters of type Hash
 Hash NullHashProvider.hash(long seq, short type, Hash nodeHash, Hash contentHash)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection