|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mpisws.p2p.transport.peerreview.history.SecureHistoryFactoryImpl
public class SecureHistoryFactoryImpl
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SecureHistoryFactoryImpl(HashProvider hashProv,
Environment env)
|
|
| Method Summary | |
|---|---|
IndexEntry |
build(InputBuffer buf)
|
SecureHistory |
create(java.lang.String name,
long baseSeq,
byte[] baseHash)
Creates a new history (aka log). |
int |
getSerializedSize()
|
SecureHistory |
open(java.lang.String name,
java.lang.String mode)
Opens an existing history (aka log). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureHistoryFactoryImpl(HashProvider hashProv,
Environment env)
| Method Detail |
|---|
public SecureHistory create(java.lang.String name,
long baseSeq,
byte[] baseHash)
throws java.io.IOException
create in interface SecureHistoryFactoryjava.io.IOException
public SecureHistory open(java.lang.String name,
java.lang.String mode)
throws java.io.IOException
open in interface SecureHistoryFactoryjava.io.IOException
public IndexEntry build(InputBuffer buf)
throws java.io.IOException
build in interface IndexEntryFactoryjava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface IndexEntryFactory
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||