Rice Pastry API

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

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

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

Methods in org.mpisws.p2p.transport.peerreview.history with parameters of type HashProvider
 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).
 SecureHistory SecureHistoryFactory.open(java.lang.String name, java.lang.String mode, HashProvider hashProv)
           
 SecureHistory SecureHistoryFactoryImpl.open(java.lang.String name, java.lang.String mode, HashProvider hashProv)
          Opens an existing history (aka log).
 

Constructors in org.mpisws.p2p.transport.peerreview.history with parameters of type HashProvider
SecureHistoryImpl(RandomAccessFileIOBuffer indexFile, RandomAccessFileIOBuffer dataFile, boolean readOnly, HashProvider hashProv, IndexEntryFactory indexFactory, Logger logger)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.