|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.transport.PastryNodeHandleFactory
public class PastryNodeHandleFactory
Constructor Summary | |
---|---|
PastryNodeHandleFactory(TLPastryNode pn)
|
Method Summary | |
---|---|
NodeHandle |
coalesce(NodeHandle h)
Needed for legacy java deserialization of NodeHanlde because we aren't given any other way to do this properly such as a protected constructor. |
TLNodeHandle |
getNodeHandle(MultiInetSocketAddress i,
long epoch,
Id id)
This is kind of weird, may need to rethink this. |
NodeHandleFactory<MultiInetSocketAddress> |
getTLInterface()
|
NodeHandle |
readNodeHandle(InputBuffer buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PastryNodeHandleFactory(TLPastryNode pn)
Method Detail |
---|
public TLNodeHandle getNodeHandle(MultiInetSocketAddress i, long epoch, Id id)
i
- id
-
public NodeHandle readNodeHandle(InputBuffer buf) throws java.io.IOException
readNodeHandle
in interface NodeHandleFactory
java.io.IOException
public NodeHandleFactory<MultiInetSocketAddress> getTLInterface()
public NodeHandle coalesce(NodeHandle h)
NodeHandleFactory
coalesce
in interface NodeHandleFactory
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |