|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entry | |
---|---|
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 Entry in de.uniba.wiai.lspi.chord.com |
---|
Methods in de.uniba.wiai.lspi.chord.com that return types with arguments of type Entry | |
---|---|
java.util.Set<Entry> |
RefsAndEntries.getEntries()
|
abstract java.util.Set<Entry> |
Node.retrieveEntries(Floor floor,
ID id)
Returns all entries stored under the given ID. |
Methods in de.uniba.wiai.lspi.chord.com with parameters of type Entry | |
---|---|
abstract void |
Node.insertEntry(Floor floor,
Entry entryToInsert)
Stores the given object under the given ID at given floor. |
abstract void |
Node.removeEntry(Floor floor,
Entry entryToRemove)
Removes the given object from the list stored under the given ID at given floor. |
Method parameters in de.uniba.wiai.lspi.chord.com with type arguments of type Entry | |
---|---|
abstract void |
Node.insertReplicas(Floor floor,
java.util.Set<Entry> entries)
Inserts replicates of the given entries for given floor. |
abstract void |
Node.removeReplicas(Floor floor,
ID sendingNode,
java.util.Set<Entry> replicasToRemove)
Removes replicates of the given entries for given floor. |
Constructor parameters in de.uniba.wiai.lspi.chord.com with type arguments of type Entry | |
---|---|
RefsAndEntries(java.util.List<Node> refs1,
java.util.Set<Entry> entries1)
|
Uses of Entry in de.uniba.wiai.lspi.chord.com.local |
---|
Methods in de.uniba.wiai.lspi.chord.com.local that return types with arguments of type Entry | |
---|---|
java.util.Set<Entry> |
ThreadProxy.retrieveEntries(Floor floor,
ID id)
|
java.util.Set<Entry> |
ThreadEndpoint.retrieveEntries(Floor floor,
ID id)
|
Methods in de.uniba.wiai.lspi.chord.com.local with parameters of type Entry | |
---|---|
void |
ThreadProxy.insertEntry(Floor floor,
Entry entry)
|
void |
ThreadEndpoint.insertEntry(Floor floor,
Entry entry)
|
void |
ThreadProxy.removeEntry(Floor floor,
Entry entry)
|
void |
ThreadEndpoint.removeEntry(Floor floor,
Entry entry)
|
Method parameters in de.uniba.wiai.lspi.chord.com.local with type arguments of type Entry | |
---|---|
void |
ThreadProxy.insertReplicas(Floor floor,
java.util.Set<Entry> entries)
|
void |
ThreadEndpoint.insertReplicas(Floor floor,
java.util.Set<Entry> entries)
|
void |
ThreadProxy.removeReplicas(Floor floor,
ID sendingNodeID,
java.util.Set<Entry> entriesToRemove)
|
void |
ThreadEndpoint.removeReplicas(Floor floor,
ID sendingNodeID,
java.util.Set<Entry> entriesToRemove)
|
Uses of Entry in de.uniba.wiai.lspi.chord.com.socket |
---|
Methods in de.uniba.wiai.lspi.chord.com.socket that return types with arguments of type Entry | |
---|---|
java.util.Set<Entry> |
SocketProxy.retrieveEntries(Floor floor,
ID id)
|
Methods in de.uniba.wiai.lspi.chord.com.socket with parameters of type Entry | |
---|---|
void |
SocketProxy.insertEntry(Floor floor,
Entry entry)
|
void |
SocketProxy.removeEntry(Floor floor,
Entry entry)
|
Method parameters in de.uniba.wiai.lspi.chord.com.socket with type arguments of type Entry | |
---|---|
void |
SocketProxy.insertReplicas(Floor floor,
java.util.Set<Entry> replicas)
|
void |
SocketProxy.removeReplicas(Floor floor,
ID sendingNodeID,
java.util.Set<Entry> replicas)
|
Uses of Entry in de.uniba.wiai.lspi.chord.service.impl |
---|
Methods in de.uniba.wiai.lspi.chord.service.impl that return types with arguments of type Entry | |
---|---|
java.util.Set<Entry> |
NodeImpl.retrieveEntries(Floor floor,
ID id)
Returns all entries stored under the given ID. |
Methods in de.uniba.wiai.lspi.chord.service.impl with parameters of type Entry | |
---|---|
void |
NodeImpl.insertEntry(Floor floor,
Entry toInsert)
Stores the given object under the given ID at given floor. |
void |
NodeImpl.removeEntry(Floor floor,
Entry entryToRemove)
Removes the given object from the list stored under the given ID at given floor. |
Method parameters in de.uniba.wiai.lspi.chord.service.impl with type arguments of type Entry | |
---|---|
void |
NodeImpl.insertReplicas(Floor floor,
java.util.Set<Entry> replicatesToInsert)
Inserts replicates of the given entries for given floor. |
void |
NodeImpl.removeReplicas(Floor floor,
ID sendingNodeID,
java.util.Set<Entry> replicasToRemove)
Removes replicates of the given entries for given floor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |