|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview |
---|
Fields in org.mpisws.p2p.transport.peerreview declared as SecureHistory | |
---|---|
protected SecureHistory |
Verifier.history
|
Constructors in org.mpisws.p2p.transport.peerreview with parameters of type SecureHistory | |
---|---|
Verifier(IdentifierSerializer<Identifier> serializer,
HashProvider hashProv,
SecureHistory history,
Identifier localHandle,
short signatureSizeBytes,
short hashSizeBytes,
int firstEntryToReplay,
long initialTime,
Logger logger)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.history |
---|
Classes in org.mpisws.p2p.transport.peerreview.history that implement SecureHistory | |
---|---|
class |
SecureHistoryImpl
The following class implements PeerReview's log. |
Methods in org.mpisws.p2p.transport.peerreview.history that return SecureHistory | |
---|---|
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). |
SecureHistory |
SecureHistoryFactory.open(java.lang.String name,
java.lang.String mode)
|
SecureHistory |
SecureHistoryFactoryImpl.open(java.lang.String name,
java.lang.String mode)
Opens an existing history (aka log). |
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.history.reader |
---|
Methods in org.mpisws.p2p.transport.peerreview.history.reader with parameters of type SecureHistory | |
---|---|
java.lang.String |
EntryDeserializer.read(IndexEntry ie,
SecureHistory history)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.replay |
---|
Methods in org.mpisws.p2p.transport.peerreview.replay with parameters of type SecureHistory | |
---|---|
java.lang.String |
BasicEntryDeserializer.read(IndexEntry ie,
SecureHistory history)
|
Constructors in org.mpisws.p2p.transport.peerreview.replay with parameters of type SecureHistory | |
---|---|
RecordSocket(Identifier identifier,
P2PSocket<Identifier> socket,
Logger logger,
java.util.Map<java.lang.String,java.lang.Integer> options,
int socketId,
java.nio.ByteBuffer sib,
SecureHistory history)
|
|
ReplayLayer(IdentifierSerializer<Identifier> serializer,
HashProvider hashProv,
SecureHistory history,
Identifier localHandle,
long initialTime,
DirectTimeSource ts,
Environment environment)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |