|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefsAndEntries | |
---|---|
de.uniba.wiai.lspi.chord.com | Provides classes and interfaces for communication tasks on behalf of the service layer, but without depending on the service layer. |
de.uniba.wiai.lspi.chord.com.local | Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally. |
de.uniba.wiai.lspi.chord.com.socket | Implements the communication tasks by (insecure) Socket communication. |
de.uniba.wiai.lspi.chord.service.impl | Implements the Chord protocol. |
Uses of RefsAndEntries in de.uniba.wiai.lspi.chord.com |
---|
Methods in de.uniba.wiai.lspi.chord.com that return RefsAndEntries | |
---|---|
abstract RefsAndEntries |
Node.notifyAndCopyEntries(Floor floor,
Node potentialPredecessor)
Requests this node's predecessor, successor list and entries at given floor. |
Uses of RefsAndEntries in de.uniba.wiai.lspi.chord.com.local |
---|
Methods in de.uniba.wiai.lspi.chord.com.local that return RefsAndEntries | |
---|---|
RefsAndEntries |
ThreadProxy.notifyAndCopyEntries(Floor floor,
Node potentialPredecessor)
|
RefsAndEntries |
ThreadEndpoint.notifyAndCopyEntries(Floor floor,
Node potentialPredecessor)
|
Uses of RefsAndEntries in de.uniba.wiai.lspi.chord.com.socket |
---|
Methods in de.uniba.wiai.lspi.chord.com.socket that return RefsAndEntries | |
---|---|
RefsAndEntries |
SocketProxy.notifyAndCopyEntries(Floor floor,
Node potentialPredecessor)
|
Uses of RefsAndEntries in de.uniba.wiai.lspi.chord.service.impl |
---|
Methods in de.uniba.wiai.lspi.chord.service.impl that return RefsAndEntries | |
---|---|
RefsAndEntries |
NodeImpl.notifyAndCopyEntries(Floor floor,
Node potentialPredecessor)
Requests this node's predecessor, successor list and entries at given floor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |