Uses of Class
dimawo.middleware.sharedMap.dht.chord.ChordTableEntry

Packages that use ChordTableEntry
dimawo.middleware.sharedMap.dht.chord Provides an implementation of shared-map agent based on Chord DHT (see ChordAgent class). 
dimawo.middleware.sharedMap.dht.chord.callstates Contains call states of Chord shared-map Agent. 
dimawo.middleware.sharedMap.dht.chord.messages Contains the messages handled by Chord shared-map agent. 
 

Uses of ChordTableEntry in dimawo.middleware.sharedMap.dht.chord
 

Methods in dimawo.middleware.sharedMap.dht.chord that return ChordTableEntry
 ChordTableEntry ChordRoutingTable.getNextHop(ChordId key)
           
 ChordTableEntry ChordRoutingTable.getPrecEntry()
           
 ChordTableEntry ChordRoutingTable.getSuccEntry()
           
 ChordTableEntry ChordAgent.getThisChordTableEntry()
           
 

Methods in dimawo.middleware.sharedMap.dht.chord that return types with arguments of type ChordTableEntry
 LinkedList<ChordTableEntry> ChordRoutingTable.getSuccessors()
           
 Collection<ChordTableEntry> ChordRoutingTable.updateSuccessors(LinkedList<ChordTableEntry> newSucc)
           
 

Methods in dimawo.middleware.sharedMap.dht.chord with parameters of type ChordTableEntry
 int ChordTableEntry.compareTo(ChordTableEntry o)
           
 void ChordAgent.initRoutingTable(ChordTableEntry succ)
           
 void ChordRoutingTable.setPredecessor(ChordTableEntry e)
           
 void ChordRoutingTable.setSuccessor(ChordTableEntry en)
           
 void ChordAgent.signalDestination(ChordTableEntry en)
           
 void ChordAgent.updateSuccessor(ChordTableEntry succPrec)
           
 

Method parameters in dimawo.middleware.sharedMap.dht.chord with type arguments of type ChordTableEntry
 Collection<ChordTableEntry> ChordRoutingTable.updateSuccessors(LinkedList<ChordTableEntry> newSucc)
           
 

Constructors in dimawo.middleware.sharedMap.dht.chord with parameters of type ChordTableEntry
ChordRoutingTable(ChordTableEntry thisEn, int maxSucc)
           
 

Uses of ChordTableEntry in dimawo.middleware.sharedMap.dht.chord.callstates
 

Methods in dimawo.middleware.sharedMap.dht.chord.callstates with parameters of type ChordTableEntry
 void UpdateCallState.setDestination(ChordTableEntry en)
           
abstract  void CallState.setDestination(ChordTableEntry en)
           
 void RemoveCallState.setDestination(ChordTableEntry en)
           
 void GetCallState.setDestination(ChordTableEntry en)
           
 void JoinCallState.setDestination(ChordTableEntry en)
           
 void PutCallState.setDestination(ChordTableEntry en)
           
 

Uses of ChordTableEntry in dimawo.middleware.sharedMap.dht.chord.messages
 

Methods in dimawo.middleware.sharedMap.dht.chord.messages that return ChordTableEntry
 ChordTableEntry ChordJoinResultMessage.getNextHopOrSucc()
           
 ChordTableEntry RoutingResultMessage.getNextOrDest()
           
 ChordTableEntry GetPredecessorResultMessage.getPredecessor()
           
 

Methods in dimawo.middleware.sharedMap.dht.chord.messages that return types with arguments of type ChordTableEntry
 LinkedList<ChordTableEntry> SetSuccessorsMessage.getSuccessors()
           
 

Constructors in dimawo.middleware.sharedMap.dht.chord.messages with parameters of type ChordTableEntry
ChordJoinMessage(DAId to, ChordTableEntry thisEntry)
           
ChordJoinResultMessage(DAId to, ChordId chordFrom, ChordId chordTo, ChordTableEntry nextHop, boolean isSuccessor)
           
GetPredecessorResultMessage(DAId to, ChordId chordFrom, ChordId chordTo, ChordTableEntry prec)
           
RoutingResultMessage(DAId to, ChordId chordFrom, ChordId chordTo, ChordId key, boolean isDest, ChordTableEntry nextOrDest)
           
 

Constructor parameters in dimawo.middleware.sharedMap.dht.chord.messages with type arguments of type ChordTableEntry
SetSuccessorsMessage(DAId to, ChordId chordFrom, ChordId chordTo, LinkedList<ChordTableEntry> succs)
           
 



Copyright © 2011 DiMaWo Team. All Rights Reserved.