|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Id in planet.badchord |
---|
Constructors in planet.badchord with parameters of type Id | |
---|---|
BadChordNode(Id id)
Constructor, create a new BadChordNode instance with this node Id |
Uses of Id in planet.chord |
---|
Subclasses of Id in planet.chord | |
---|---|
class |
ChordId
Spedific Chord Id implementation. |
Fields in planet.chord declared as Id | |
---|---|
Id |
ChordNode.deux
|
protected static Id |
ChordId.MAX
Maximum value for the ChordId implementation. |
protected Id |
ChordNode.MAX
|
Id[] |
ChordNode.start
|
Methods in planet.chord that return Id | |
---|---|
Id |
ChordId.add(Id offset)
Returns an Id corresponding to this Id plus a given offset |
static Id |
ChordId.divide(long numberOfNodes)
Divides the maximum domain of the node Id in numberOfNodes, to offers the offset between two consecutive nodes. |
Id |
ChordId.divideOn(long divisor)
This method returns the arithmetical result of this division: thisId/divisor |
static Id |
ChordId.getMaximum()
This method returns the maximum value for a ChordId that is possible to build, according the number of bits for key actually in use. |
Id |
ChordId.shift(int cnt,
int fill)
Shift operator. shift(-1,0) multiplies value of this by two, shift(1,0) divides by 2 |
Id |
ChordId.shift(int cnt,
int fill,
boolean roundUp)
Shift operator. shift(-1,0) multiplies value of this by two, shift(1,0) divides by 2 |
Id |
ChordId.subtract(Id offset)
|
Id |
ChordId.subtractWithCarry(Id offset)
|
Methods in planet.chord with parameters of type Id | |
---|---|
Id |
ChordId.add(Id offset)
Returns an Id corresponding to this Id plus a given offset |
boolean |
ChordId.between(Id ccw,
Id cw)
|
boolean |
ChordId.clockwise(Id nid)
Checks to see if the Id nid is clockwise or counterclockwise from this, on the ring. |
protected NodeHandle |
ChordNode.closest_preceding_finger(Id id)
Finds the closest preceding finger of a node |
int |
ChordNode.firstLocalLookup(Id key)
Detects de first position that key is in range of some position of finger table. |
NodeHandle |
ChordNode.getClosestNodeHandle(Id id)
Returns the NodeHandle closest to id. |
boolean |
GMLConstraintZmod.isACompliantNode(Id id)
|
void |
ChordNode.join(Id bootstrap)
The node joins in the network |
java.util.Vector |
ChordNode.localLookup(Id key,
int max,
boolean safe)
Returns a list of nodes that can be used as next hops on a route towards key. |
void |
ChordNode.lookup(Id id)
Given a key, it generates the message and listener to obtain the owner of this one. |
boolean |
ChordNode.range(NodeHandle node,
Id rank,
Id leftKey,
Id rightKey)
|
java.util.Vector |
ChordNode.replicaSet(Id key,
int maxRank)
|
Id |
ChordId.subtract(Id offset)
|
Id |
ChordId.subtractWithCarry(Id offset)
|
Constructors in planet.chord with parameters of type Id | |
---|---|
ChordNode.LookupListener(ChordNode node,
Id key)
|
|
ChordNode(Id id)
Constructor, create a new BadChordNode instance with this node Id |
Uses of Id in planet.chord.message |
---|
Methods in planet.chord.message that return Id | |
---|---|
Id |
IdMessage.getNode()
|
Methods in planet.chord.message with parameters of type Id | |
---|---|
void |
IdMessage.setNode(Id id)
|
Constructors in planet.chord.message with parameters of type Id | |
---|---|
IdMessage(Id id)
Shows the Id to send with this message. |
Uses of Id in planet.commonapi |
---|
Methods in planet.commonapi that return Id | |
---|---|
abstract Id |
Id.add(Id offset)
Returns an Id corresponding to this Id plus a given distance |
static Id |
Id.divide(long numberOfNodes)
Divides the maximum domain of the node Id in numberOfNodes, to offers the offset between two consecutive nodes. |
abstract Id |
Id.divideOn(long divisor)
This method returns the arithmetical result of this division: thisId/divisor |
Id |
EndPoint.getId()
Returns this node's id, which is its identifier in the namespace. |
Id |
Node.getId()
Returns the Id of this node |
abstract Id |
NodeHandle.getId()
Returns this node's id. |
static Id |
Id.getMaximum()
This method returns the maximum value for an Id that is possible to build. |
abstract Id |
Id.shift(int cnt,
int fill)
Shift operator. shift(-1,0) multiplies value of this by two, shift(1,0) divides by 2 |
abstract Id |
Id.subtract(Id offset)
Returns an Id corresponding to this Id minus a given distance |
Methods in planet.commonapi with parameters of type Id | |
---|---|
abstract Id |
Id.add(Id offset)
Returns an Id corresponding to this Id plus a given distance |
abstract boolean |
Id.between(Id ccw,
Id cw)
Checks if this Id is between two given ids ccw (inclusive) and cw (exclusive) on the circle |
boolean |
Id.betweenE(Id init,
Id end)
Checks if this Id is in interval (init,end] |
void |
EndPoint.broadcast(Id id,
Message message)
Sends a broadcast message to all nodes in the network. |
abstract boolean |
Id.clockwise(Id nid)
Checks to see if the Id nid is clockwise or counterclockwise from this, on the ring. |
void |
Application.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
boolean |
Id.Ebetween(Id init,
Id end)
Checks if this Id is in interval [init,end) |
boolean |
Network.existNodeWithId(Id id)
Inform if exist on the network one node with Id id. |
void |
Network.failNodes(Id[] nodes)
nodes shows all nodes Id that have failed. |
NodeHandle |
Node.getClosestNodeHandle(Id id)
Returns the NodeHandle closest to id. |
int |
Network.getProximity(Id nodeA,
Id nodeB)
Evaluates the proximity between the two nodes. |
void |
Node.join(Id nodeId)
This Node joins another node identified by nodeId. |
void |
Network.joinNode(Node node,
Id bootstrap)
Network joins a node with specified bootstrap. |
int |
Network.joinNodes(int size,
Id[] bootstrap)
Generates size new Nodes joins them by any of the bootstraps. |
void |
Network.leaveNodes(Id[] nodes)
Leave the ring the nodes which his Id appears in the array nodes. |
java.util.Vector |
EndPoint.localLookup(Id key,
int max,
boolean safe)
Returns a list of nodes that can be used as next hops on a route towards key. |
java.util.Vector |
Node.localLookup(Id key,
int max,
boolean safe)
Returns a list of nodes that can be used as next hops on a route towards key. |
boolean |
EndPoint.range(NodeHandle node,
Id rank,
Id leftKey,
Id rightkey)
This operation provides information about ranges of keys for which the node is currently a root. |
boolean |
Node.range(NodeHandle node,
Id rank,
Id leftKey,
Id rightKey)
This operation provides information about ranges of keys for which the node is currently a root. |
int |
Network.registerApplication(Id[] nodes)
Register to all Nodes whose Id appears in array Ids of nodes the Application specified at properties file. |
java.util.Vector |
EndPoint.replicaSet(Id key,
int maxRank)
Returns an ordered set of nodes on which replicas of the object with this key can be stored. |
java.util.Vector |
Node.replicaSet(Id key,
int maxRank)
Returns an ordered set of nodes on which replicas of the object with this key can be stored. |
void |
EndPoint.route(Id id,
Message message,
NodeHandle hint)
This method makes an attempt to route the message to the root of the given id. |
void |
Id.setValue(Id newValue)
Sets the new value with Id newValue. |
abstract Id |
Id.subtract(Id offset)
Returns an Id corresponding to this Id minus a given distance |
Uses of Id in planet.commonapi.factory |
---|
Methods in planet.commonapi.factory that return Id | |
---|---|
Id |
IdFactory.buildId()
Builds an Id with the actual configuration of network topology and size. |
Id |
IdFactory.buildId(java.math.BigInteger material)
Generate an Id from a BigInteger, that includes its internal value. |
Id |
IdFactory.buildId(byte[] material)
Builds a protocol-specific Id given the source data. |
Id |
IdFactory.buildId(double material)
Builds a protocol-specific Id given the source data. |
Id |
IdFactory.buildId(int material)
Builds a protocol-specific Id given the source data. |
Id |
IdFactory.buildId(int[] material)
Builds a protocol-specific Id given the source data as int[]. |
Id |
IdFactory.buildId(java.lang.String material)
Generate an Id from the String as its internal value. |
Id |
IdFactory.buildId(java.lang.String material,
java.lang.String algorithm)
Builds a new Id from an arbitray string applying a one-way hashing algorithm, such as SHA-1 or MD5. |
Id |
IdFactory.buildKey(java.lang.String materialToHash)
Builds a protocol-specific Id by using the given string as source data for a hash function (like SHA-1). |
Id |
IdFactory.buildRandomId()
Builds an uniformly distributed random Id. |
Methods in planet.commonapi.factory with parameters of type Id | |
---|---|
Node |
NodeFactory.buildNode(Id id)
Builds a Node using the Id that appears in parameter, using the default Class for him. |
NodeHandle |
NodeHandleFactory.buildNodeHandle(Id nodeId,
boolean alive)
Builds a NodeHandle using the default NodeHandle class. |
Uses of Id in planet.commonapi.GML |
---|
Methods in planet.commonapi.GML that return Id | |
---|---|
Id |
GMLEdge.getSource()
|
Id |
GMLEdge.getTarget()
|
Methods in planet.commonapi.GML with parameters of type Id | |
---|---|
GMLEdge |
GMLFactory.buildEdge(Id source,
Id target,
boolean directed)
Build a GML edge with the specified values. |
GMLEdge |
GMLFactory.buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
Build a GML edge with the specified values. |
boolean |
GMLConstraint.isACompliantNode(Id id)
This method returns true if a Node is compliant according to this GMLConstraint. |
void |
GMLEdge.setSource(Id source)
|
void |
GMLEdge.setTarget(Id target)
|
Uses of Id in planet.generic.commonapi |
---|
Fields in planet.generic.commonapi declared as Id | |
---|---|
protected Id |
NetworkNodeImpl.id
|
protected Id |
NodeImpl.id
|
Methods in planet.generic.commonapi that return Id | |
---|---|
Id |
EndPointImpl.getId()
Returns the identification of the related Node |
Id |
NetworkNodeImpl.getId()
Returns the id of the node * |
Id |
NodeHandleImpl.getId()
Gets the Id of the related node |
Id |
NodeImpl.getId()
Returns the id of the node * |
Methods in planet.generic.commonapi with parameters of type Id | |
---|---|
void |
EndPointImpl.broadcast(Id key,
Message message)
Sends a broadcast message to the network. |
boolean |
NetworkImpl.existNodeWithId(Id id)
Inform if exist on the network one node with Id id. |
void |
NetworkImpl.failNodes(Id[] nodes)
Runs the stabilization process after each fail node. |
abstract NodeHandle |
NodeImpl.getClosestNodeHandle(Id id)
Returns the NodeHandle closest to id. |
int |
NetworkImpl.getProximity(Id nodeA,
Id nodeB)
Always returns 1 (one). |
abstract void |
NetworkNodeImpl.join(Id bootstrap)
The node joins in the network |
abstract void |
NodeImpl.join(Id bootstrap)
The node joins in the network |
void |
NetworkImpl.joinNode(Node node,
Id bootstrap)
Adds node to the network, using the node with Id bootstrap to enter it. |
int |
NetworkImpl.joinNodes(int size,
Id[] bootstrap)
Add size nodes to the actual network. |
void |
NetworkImpl.leaveNodes(Id[] nodes)
Leave theese nodes for the network. |
java.util.Vector |
EndPointImpl.localLookup(Id key,
int max,
boolean safe)
Returns a list of nodes that can be used as next hops on a route towards key. |
abstract void |
NetworkNodeImpl.lookup(Id key)
Lookup of a key |
abstract void |
NodeImpl.lookup(Id key)
Lookup of a key |
boolean |
EndPointImpl.range(NodeHandle node,
Id rank,
Id leftKey,
Id rightKey)
|
int |
NetworkImpl.registerApplication(Id[] nodes)
Register the Application specified at properties file to the specified nodes by theirs Ids. |
java.util.Vector |
EndPointImpl.replicaSet(Id key,
int maxRank)
|
void |
EndPointImpl.route(Id id,
Message message,
NodeHandle hint)
This method makes an attempt to route the message to the root of the given id. |
Constructors in planet.generic.commonapi with parameters of type Id | |
---|---|
NetworkNodeImpl(Id id)
Constructor, create a new Node instance with node Id |
|
NodeHandleImpl(Id nodeId,
boolean alive)
Builds a new NodeHandle for a Node, only identify its Id and sets its alive flag. |
|
NodeImpl(Id id)
Constructor, create a new Node instance with node Id |
Uses of Id in planet.generic.commonapi.factory |
---|
Fields in planet.generic.commonapi.factory declared as Id | |
---|---|
protected Id |
IdFactoryImpl.actualValue
Id just generated. |
protected Id |
IdFactoryImpl.chunkValue
Actual value to add to the actualValue to obtain the next Id. |
Methods in planet.generic.commonapi.factory that return Id | |
---|---|
static Id |
GenericFactory.buildId()
|
Id |
IdFactoryImpl.buildId()
Builds an Id with the actual configuration of network topology and size. |
static Id |
GenericFactory.buildId(java.math.BigInteger bigNumber)
|
Id |
IdFactoryImpl.buildId(java.math.BigInteger bigNumber)
Generate an Id from the BigInteger as its internal value. |
static Id |
GenericFactory.buildId(byte[] material)
|
Id |
IdFactoryImpl.buildId(byte[] material)
Generate an Id from material in byte[] format as its internal value. |
static Id |
GenericFactory.buildId(double material)
|
Id |
IdFactoryImpl.buildId(double material)
Builds an Id with the double parameter as its internal value. |
static Id |
GenericFactory.buildId(int material)
|
Id |
IdFactoryImpl.buildId(int material)
Builds an Id with the int parameter as its internal value. |
static Id |
GenericFactory.buildId(int[] material)
|
Id |
IdFactoryImpl.buildId(int[] material)
Generate an Id from material in int[] format, as its internal value. |
protected Id |
IdFactoryImpl.buildId(java.lang.Object[] params,
java.lang.reflect.Constructor cons)
Builds an Id with the arguments params, using the Constructor cons. |
static Id |
GenericFactory.buildId(java.lang.String string)
|
Id |
IdFactoryImpl.buildId(java.lang.String material)
Generate an Id from a String that contains its internal value. |
static Id |
GenericFactory.buildId(java.lang.String material,
java.lang.String algorithm)
|
Id |
IdFactoryImpl.buildId(java.lang.String material,
java.lang.String algorithm)
Builds a new Id from an arbitray string applying a one-way hashing algorithm, such as SHA-1 or MD5. |
static Id |
GenericFactory.buildKey(java.lang.String string)
|
Id |
IdFactoryImpl.buildKey(java.lang.String string)
Generate an Id from a String with SHA-1 hash function. |
static Id |
GenericFactory.buildRandomId()
|
Id |
IdFactoryImpl.buildRandomId()
Builds a random Id using the Random constructor of the target Id. |
Methods in planet.generic.commonapi.factory with parameters of type Id | |
---|---|
static GMLEdge |
GenericFactory.buildEdge(Id source,
Id target,
boolean directed)
|
static GMLEdge |
GenericFactory.buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
|
static Node |
GenericFactory.buildNode(Id id)
|
Node |
NodeFactoryImpl.buildNode(Id id)
Builds a node with the actual implementation class of NodeImpl and the specified id. |
static NodeHandle |
GenericFactory.buildNodeHandle(Id nodeId,
boolean alive)
Builds a new NodeHandle for specifieds Node Id and alive flag. |
NodeHandle |
NodeHandleFactoryImpl.buildNodeHandle(Id id,
boolean alive)
Builds a NodeHandle with the actual implementation class of NodeHandle and specifieds id and alive flag. |
Constructors in planet.generic.commonapi.factory with parameters of type Id | |
---|---|
IdFactoryImpl.DistributedIdIterator(long networkSize,
Id initialValue,
Id chunkValue)
Initialize this instance with the specified values. |
Uses of Id in planet.generic.commonapi.GML |
---|
Fields in planet.generic.commonapi.GML declared as Id | |
---|---|
protected Id |
GMLEdgeImpl.source
|
protected Id |
GMLEdgeImpl.target
|
Methods in planet.generic.commonapi.GML that return Id | |
---|---|
Id |
GMLEdgeImpl.getSource()
|
Id |
GMLEdgeImpl.getTarget()
|
Methods in planet.generic.commonapi.GML with parameters of type Id | |
---|---|
GMLEdge |
GMLFactoryImpl.buildEdge(Id source,
Id target,
boolean directed)
Build a GML edge with the specified values. |
GMLEdge |
GMLFactoryImpl.buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
Build a GML edge with the specified values. |
boolean |
IdleGMLConstraint.isACompliantNode(Id id)
Always return true. |
void |
GMLEdgeImpl.setSource(Id source)
|
void |
GMLEdgeImpl.setTarget(Id target)
|
Constructors in planet.generic.commonapi.GML with parameters of type Id | |
---|---|
GMLEdgeImpl(Id source,
Id target,
boolean isDirected)
|
|
GMLEdgeImpl(Id source,
Id target,
boolean isDirected,
java.lang.String fill)
|
Uses of Id in planet.generic.commonapi.message |
---|
Methods in planet.generic.commonapi.message that return Id | |
---|---|
Id |
DataMessage.getMessageKey()
|
Methods in planet.generic.commonapi.message with parameters of type Id | |
---|---|
void |
DataMessage.setMessageKey(Id messageKey)
|
Constructors in planet.generic.commonapi.message with parameters of type Id | |
---|---|
DataMessage(Id key,
Message msg)
|
Uses of Id in planet.results |
---|
Methods in planet.results that return Id | |
---|---|
Id |
NodeFlowStatus.getId()
|
Methods in planet.results with parameters of type Id | |
---|---|
static void |
LinkStateResults.updateDropped(Id node)
Stores the number of messages dropped by the node. |
static void |
LinkStateResults.updateIncoming(Id node)
Stores the number of incoming messages received by the node. |
static void |
LinkStateResults.updateOutcoming(Id node)
Stores the number of outcoming messages sent by the node. |
Constructors in planet.results with parameters of type Id | |
---|---|
NodeFlowStatus(Id node)
|
Uses of Id in planet.scribe |
---|
Fields in planet.scribe declared as Id | |
---|---|
protected Id |
Topic.id
The Id to which this topic is mapped |
protected Id[] |
ScribeImpl.TopicManager.pathToRoot
The current path to the root for this node |
Methods in planet.scribe that return Id | |
---|---|
Id |
Topic.getId()
Returns the Id to which this topic is mapped |
static Id |
Topic.getId(IdFactory factory,
java.lang.String name)
Returns the Id to which the string is mapped |
Id |
ScribeImpl.getNodeId()
Returns the Id of the local node |
Id[] |
ScribeImpl.TopicManager.getPathToRoot()
Gets the PathToRoot attribute of the TopicManager object |
Methods in planet.scribe with parameters of type Id | |
---|---|
void |
ScribeImpl.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
void |
ScribeImpl.TopicManager.setPathToRoot(Id[] pathToRoot)
Sets the PathToRoot attribute of the TopicManager object |
Constructors in planet.scribe with parameters of type Id | |
---|---|
Topic(Id id)
Constructor which takes an Id for this topic |
Uses of Id in planet.scribe.messaging |
---|
Fields in planet.scribe.messaging declared as Id | |
---|---|
protected Id[] |
SubscribeAckMessage.pathToRoot
The contained path to the root |
protected Id |
SubscribeMessage.previousParent
The previous parent |
Methods in planet.scribe.messaging that return Id | |
---|---|
Id |
ReplicaSetMessage.getMessageKey()
|
Id[] |
SubscribeAckMessage.getPathToRoot()
Returns the path to the root for the node receiving this message |
Id |
SubscribeMessage.getPreviousParent()
Returns the node who is trying to subscribe |
Methods in planet.scribe.messaging with parameters of type Id | |
---|---|
void |
ReplicaSetMessage.setMessageKey(Id messageKey)
|
Constructors in planet.scribe.messaging with parameters of type Id | |
---|---|
ReplicaSetMessage(Id sourceId,
int maxRank)
Builds the message to inform the maximum number of replica set that is required. |
|
ReplicaSetMessage(Id sourceId,
java.util.Vector replicaSet)
Builds the message to inform the required replica set. |
|
SubscribeAckMessage(NodeHandle source,
Topic topic,
Id[] pathToRoot,
int id)
|
|
SubscribeMessage(NodeHandle source,
Topic topic,
Id previousParent,
int id,
ScribeContent content)
Constructor which takes a unique integer Id |
Uses of Id in planet.simulate |
---|
Methods in planet.simulate that return Id | |
---|---|
Id |
Event.getFrom()
|
Id |
IEvent.getFrom()
|
static Id |
Results.getLookup(Id key)
|
Id |
Event.getTo()
|
Id |
IEvent.getTo()
|
Methods in planet.simulate with parameters of type Id | |
---|---|
static void |
Results.addLookup(Id key,
Id own)
|
void |
NetworkSimulator.addNode(Id id,
Id bootstrap)
Create and joins a new node to the simulated network. |
Node |
Simulator.addNode(Id id,
Id bootstrap)
Create and joins a new node to the simulated network. |
void |
NetworkSimulator.addNode(Node node,
Id bootstrap)
Joins a new node to the simulated network. |
void |
Simulator.addNode(Node node,
Id bootstrap)
Joins a new node to the simulated network. |
static Id |
Results.getLookup(Id key)
|
static void |
Logger.logReceive(Id id,
RouteMessage msg,
int lvl)
Logs a received RouteMessage |
static void |
Logger.logSend(Id id,
RouteMessage msg,
int lvl)
Logs a sent RouteMessage. |
static void |
Results.numMessagesTime(Id id,
int step,
int num,
java.lang.String type)
|
static void |
Results.updateHopsMsg(Id source,
java.lang.String key_msg)
|
Constructors in planet.simulate with parameters of type Id | |
---|---|
Event(Id from,
Id to,
int type,
int times)
|
|
Event(Id from,
Id to,
int type,
int times,
int time)
|
|
SampleGenerator(Id id,
Id target,
int type,
int times)
|
Uses of Id in planet.symphony |
---|
Subclasses of Id in planet.symphony | |
---|---|
class |
SymphonyId
This Id is backed up a double value. |
Fields in planet.symphony declared as Id | |
---|---|
protected static Id |
SymphonyId.MAX
Inform the maximum value for this SymphonyId (1.0). |
Methods in planet.symphony that return Id | |
---|---|
Id |
SymphonyId.add(Id offset)
|
static Id |
SymphonyId.divide(long num)
Overwrite the static method to return the required Id. |
Id |
SymphonyId.divideOn(long divisor)
This method returns the arithmetical result of this division: thisId/divisor |
static Id |
SymphonyId.getMaximum()
This method returns the maximum value for a SymphonyId that is possible to build. |
Id |
SymphonyId.shift(int cnt,
int fill)
|
Id |
SymphonyId.subtract(Id offset)
|
Methods in planet.symphony with parameters of type Id | |
---|---|
Id |
SymphonyId.add(Id offset)
|
boolean |
SymphonyId.between(Id ccw,
Id cw)
|
boolean |
SymphonyId.clockwise(Id nid)
|
NodeHandle |
SymphonyNode.getClosestNodeHandle(Id id)
Returns the NodeHandle closest to id. |
void |
SymphonyNode.join(Id bsId)
|
java.util.Vector |
SymphonyNode.localLookup(Id key,
int max,
boolean safe)
Returns a list of nodes that can be used as next hops on a route towards key. |
void |
SymphonyNode.lookup(Id key)
|
boolean |
SymphonyNode.range(NodeHandle node,
Id rank,
Id leftKey,
Id rightKey)
This methods ALWAYS return false. |
java.util.Vector |
SymphonyNode.replicaSet(Id key,
int maxRank)
Returns an ordered set of nodes on which replicas of the object with this key can be stored. |
Id |
SymphonyId.subtract(Id offset)
|
Constructors in planet.symphony with parameters of type Id | |
---|---|
SymphonyNode(Id id)
|
Uses of Id in planet.symphony.listeners |
---|
Constructors in planet.symphony.listeners with parameters of type Id | |
---|---|
LookupListener(Id nodeId,
Id key)
|
Uses of Id in planet.symphony.messages |
---|
Methods in planet.symphony.messages that return Id | |
---|---|
Id |
SetPredMessage.getPredId()
|
Id |
SetSuccMessage.getSuccId()
|
Methods in planet.symphony.messages with parameters of type Id | |
---|---|
void |
SetPredMessage.setPredId(Id predId)
|
void |
SetSuccMessage.setSuccId(Id succId)
|
Constructors in planet.symphony.messages with parameters of type Id | |
---|---|
SetPredMessage(Id predId)
|
|
SetSuccMessage(Id succId)
|
Uses of Id in planet.test.broadcast |
---|
Methods in planet.test.broadcast that return Id | |
---|---|
Id |
DHTPeerTestMessage.getSourceNodeId()
Gets Id of source Node, who sends this message. |
Methods in planet.test.broadcast with parameters of type Id | |
---|---|
void |
DHTApplication.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
void |
DHTPeerTestMessage.setSourceNodeId(Id id)
Sets a new Id of source Node, who sends (re-send) this message. |
Constructors in planet.test.broadcast with parameters of type Id | |
---|---|
DHTPeerTestMessage(Id sourceNodeId,
java.lang.String data)
Constructor for this Message. |
Uses of Id in planet.test.dht |
---|
Methods in planet.test.dht with parameters of type Id | |
---|---|
void |
DHTApplication.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
Uses of Id in planet.test.GML.GMLTopology |
---|
Methods in planet.test.GML.GMLTopology that return Id | |
---|---|
Id |
DHTMessage.getSource()
|
Methods in planet.test.GML.GMLTopology with parameters of type Id | |
---|---|
void |
DHTApplication.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
void |
DHTMessage.setSource(Id source)
|
Constructors in planet.test.GML.GMLTopology with parameters of type Id | |
---|---|
DHTMessage(Id source,
int type)
Builds a new Message with the specified source Node origNode and specified type type |
|
DHTMessage(Id source,
int type,
java.lang.String key,
java.lang.String value)
|
|
DHTMessage(Id source,
int type,
java.lang.String key,
java.lang.String value,
java.util.Vector MultiValue)
Builds a new Message with the specified source Node and type, key/value pairs. |
|
DHTMessage(Id source,
int type,
java.lang.String key,
java.util.Vector MultiValue)
|
Uses of Id in planet.test.helloworld |
---|
Methods in planet.test.helloworld with parameters of type Id | |
---|---|
void |
DHTApplication.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
Uses of Id in planet.test.symphonyDHT |
---|
Methods in planet.test.symphonyDHT that return Id | |
---|---|
Id |
SymphonyDHTMessage.getSource()
|
Methods in planet.test.symphonyDHT with parameters of type Id | |
---|---|
void |
SymphonyDHTApplication.deliver(Id id,
Message message)
This method is called on the application at the destination node for the given id. |
void |
SymphonyDHTMessage.setSource(Id source)
|
Constructors in planet.test.symphonyDHT with parameters of type Id | |
---|---|
SymphonyDHTMessage(Id source,
int type)
Builds a new Message with the specified source Node origNode and specified type type |
|
SymphonyDHTMessage(Id source,
int type,
java.lang.String key,
java.lang.String value)
|
|
SymphonyDHTMessage(Id source,
int type,
java.lang.String key,
java.lang.String value,
java.util.Vector MultiValue)
Builds a new Message with the specified source Node and type, key/value pairs. |
|
SymphonyDHTMessage(Id source,
int type,
java.lang.String key,
java.util.Vector MultiValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |