Package | Description |
---|---|
org.unict.ing.pds.dhtdb.replica.p2p | |
org.unict.ing.pds.dhtdb.utils.chord | |
org.unict.ing.pds.dhtdb.utils.common |
Modifier and Type | Class and Description |
---|---|
class |
NodeSessionBean
Responsible for the Chord primitives
|
Modifier and Type | Field and Description |
---|---|
private BaseNode |
RingSessionBean.predecessor |
private BaseNode |
RingSessionBean.successor |
Modifier and Type | Method and Description |
---|---|
private BaseNode |
NodeSessionBean.getPredecessor() |
BaseNode |
RingSessionBean.getPredecessor() |
private BaseNode |
NodeSessionBean.getReference(NodeReference nodeReference)
get a NodeReference (to himSelf or as a RemoteNodeProxy for another peer)
|
private BaseNode |
NodeSessionBean.getSuccessor() |
BaseNode |
RingSessionBean.getSuccessor() |
Modifier and Type | Method and Description |
---|---|
private boolean |
NodeSessionBean.isLocal(BaseNode obj)
if the BaseNode given is himself returns true
|
private void |
NodeSessionBean.setPredecessor(BaseNode predecessor) |
void |
RingSessionBean.setPredecessor(BaseNode predecessor) |
private void |
NodeSessionBean.setSuccessor(BaseNode successor) |
void |
RingSessionBean.setSuccessor(BaseNode successor) |
Modifier and Type | Method and Description |
---|---|
BaseNode |
RingSessionBeanLocal.getPredecessor() |
BaseNode |
RingSessionBeanLocal.getSuccessor() |
Modifier and Type | Method and Description |
---|---|
void |
RingSessionBeanLocal.setPredecessor(BaseNode predecessor) |
void |
RingSessionBeanLocal.setSuccessor(BaseNode successor) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteNodeProxy
A proxy to communicate with remote peers
|
Copyright © 2018. All rights reserved.