A B C D E F G H I J K L M N O P Q R S T U V W

B

BROADCAST - Static variable in class planet.chord.ChordNode
Type value: The message with this type identifies a broadcast message.
BROADCAST - Static variable in class planet.symphony.SymphonyNode
Type value: The message with this type identifies a broadcast message.
BadChordNode - class planet.badchord.BadChordNode.
A Chord node is single entity in the chord network.
BadChordNode(Id) - Constructor for class planet.badchord.BadChordNode
Constructor, create a new BadChordNode instance with this node Id
BroadcastMessage - class planet.chord.message.BroadcastMessage.
Chord uses this message to send a special message to broadcasting.
BroadcastMessage(Message, NodeHandle) - Constructor for class planet.chord.message.BroadcastMessage
Shows the info to be send on the broadcast, and the limit up to permits to resend this message.
BroadcastTest - class planet.test.broadcast.BroadcastTest.
This test make a broadcast message over all network nodes.
BroadcastTest() - Constructor for class planet.test.broadcast.BroadcastTest
Constructor: inicialitza un node Chord
between(Id, Id) - Method in class planet.chord.ChordId
 
between(Id, Id) - Method in class planet.commonapi.Id
Checks if this Id is between two given ids ccw (inclusive) and cw (exclusive) on the circle
between(Id, Id) - Method in class planet.symphony.SymphonyId
 
betweenE(Id, Id) - Method in class planet.commonapi.Id
Checks if this Id is in interval (init,end]
bitsKey - Static variable in class planet.chord.ChordId
Sets the number of bits used in last building of MAX.
bitsKey - Variable in class planet.generic.commonapi.factory.NetworkFactoryImpl
Number of bits for the Ids of Nodes.
bitsKey - Static variable in class planet.util.Properties
Number of bits for Id.
blit(byte[]) - Method in class planet.chord.ChordId
 
broadcast(String, NodeHandle, NodeHandle, Message) - Method in class planet.chord.ChordNode
Initiating a Broadcast Message
broadcast(Id, Message) - Method in interface planet.commonapi.EndPoint
Sends a broadcast message to all nodes in the network.
broadcast(String, NodeHandle, NodeHandle, Message) - Method in interface planet.commonapi.Node
Initiating a Broadcast Message
broadcast(Id, Message) - Method in class planet.generic.commonapi.EndPointImpl
Sends a broadcast message to the network.
broadcast(String, NodeHandle, NodeHandle, Message) - Method in class planet.symphony.SymphonyNode
 
build() - Method in interface planet.commonapi.factory.ApplicationFactory
Generates a new instance of the actual Application class.
build(String) - Method in interface planet.commonapi.factory.ApplicationFactory
Generates a new instance of the Application class app.
build() - Method in class planet.generic.commonapi.factory.ApplicationFactoryImpl
Builds a new instance of the actual Application's class with the default name.
build(String) - Method in class planet.generic.commonapi.factory.ApplicationFactoryImpl
Builds a new instance of the specified Application's class app with the default name.
build() - Static method in class planet.generic.commonapi.factory.GenericFactory
 
build(String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildEndPoint(Application, Node) - Method in interface planet.commonapi.factory.EndPointFactory
Builds a new EndPoint that relates the Application app with the underlying Node node.
buildEndPoint(Application, Node) - Method in class planet.generic.commonapi.factory.EndPointFactoryImpl
Builds a new instance of EndPoint, relating specified Application and Node.
buildEndPoint(Application, Node) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId() - Method in interface planet.commonapi.factory.IdFactory
Builds an Id with the actual configuration of network topology and size.
buildId(int) - Method in interface planet.commonapi.factory.IdFactory
Builds a protocol-specific Id given the source data.
buildId(double) - Method in interface planet.commonapi.factory.IdFactory
Builds a protocol-specific Id given the source data.
buildId(byte[]) - Method in interface planet.commonapi.factory.IdFactory
Builds a protocol-specific Id given the source data.
buildId(int[]) - Method in interface planet.commonapi.factory.IdFactory
Builds a protocol-specific Id given the source data as int[].
buildId(String) - Method in interface planet.commonapi.factory.IdFactory
Generate an Id from the String as its internal value.
buildId(BigInteger) - Method in interface planet.commonapi.factory.IdFactory
Generate an Id from a BigInteger, that includes its internal value.
buildId() - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(int) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(double) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(byte[]) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(int[]) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(BigInteger) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildId(double) - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Builds an Id with the double parameter as its internal value.
buildId(int) - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Builds an Id with the int parameter as its internal value.
buildId(byte[]) - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Generate an Id from material in byte[] format as its internal value.
buildId(int[]) - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Generate an Id from material in int[] format, as its internal value.
buildId(BigInteger) - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Generate an Id from the BigInteger as its internal value.
buildId() - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Builds an Id with the actual configuration of network topology and size.
buildId(double) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Builds an Id with the double parameter as its internal value.
buildId(int) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Builds an Id with the int parameter as its internal value.
buildId(byte[]) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Generate an Id from material in byte[] format as its internal value.
buildId(int[]) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Generate an Id from material in int[] format, as its internal value.
buildId(String) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Generate an Id from a String that contains its internal value.
buildId(BigInteger) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Generate an Id from the BigInteger as its internal value.
buildKey(String) - Method in interface planet.commonapi.factory.IdFactory
Builds a protocol-specific Id by using the given string as source data for a hash function (like SHA-1).
buildKey(String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildKey(String) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Generate an Id from a String with SHA-1 hash function.
buildNetwork() - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the actual size of the Network.
buildNetwork(int) - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the size of Nodes specified by parameter.
buildNetwork(int, NodeFactory) - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the size of Nodes specified by parameter.
buildNetwork(int, String) - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the size of Nodes specified by parameter.
buildNetwork(int, NodeFactory, String) - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the size of Nodes specified by parameter.
buildNetwork(int, NodeFactory, String, int) - Method in interface planet.commonapi.factory.NetworkFactory
Generates a new Network with the size of Nodes specified by parameter.
buildNetwork() - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork(int) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork(int, NodeFactory) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork(int, String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork(int, NodeFactory, String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork(int, NodeFactory, String, int) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNetwork() - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a network with the actual specified properties.
buildNetwork(int) - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a network with the actual specified properties, but overwriting the number of nodes to build within.
buildNetwork(int, String) - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a network with the specified size for the network, building it under this concrete topology.
buildNetwork(int, NodeFactory) - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a new network with the specified size and this concrete nodeFactory.
buildNetwork(int, NodeFactory, String) - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a new network with the specified size, this concrete nodeFactory and network topology.
buildNetwork(int, NodeFactory, String, int) - Method in class planet.generic.commonapi.factory.NetworkFactoryImpl
Builds a new network with the specified size, this concrete nodeFactory, network topology and k bits to construct new Ids for the Nodes.
buildNode() - Method in interface planet.commonapi.factory.NodeFactory
Builds a Node using the default IdFactory and the default Class for him.
buildNode(Id) - Method in interface planet.commonapi.factory.NodeFactory
Builds a Node using the Id that appears in parameter, using the default Class for him.
buildNode() - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNode(Id) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildNode() - Method in class planet.generic.commonapi.factory.NodeFactoryImpl
Builds a NodeImpl with the actual IdFactory and class for the nodes.
buildNode(Id) - Method in class planet.generic.commonapi.factory.NodeFactoryImpl
Builds a node with the actual implementation class of NodeImpl and the specified id.
buildNodeHandle(Id, boolean) - Method in interface planet.commonapi.factory.NodeHandleFactory
Builds a NodeHandle using the default NodeHandle class.
buildNodeHandle(Id, boolean) - Static method in class planet.generic.commonapi.factory.GenericFactory
Builds a new NodeHandle for specifieds Node Id and alive flag.
buildNodeHandle(Id, boolean) - Method in class planet.generic.commonapi.factory.NodeHandleFactoryImpl
Builds a NodeHandle with the actual implementation class of NodeHandle and specifieds id and alive flag.
buildRandomId() - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Builds a random Id using the double constructor of the target Id.
buildRandomId() - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Builds a random Id using the BigInteger constructor of the target Id.
buildWithName(String) - Method in interface planet.commonapi.factory.ApplicationFactory
Generates a new instance of the actual Application class.
buildWithName(String, String) - Method in interface planet.commonapi.factory.ApplicationFactory
Generates a new instance of the Application class app.
buildWithName(String) - Method in class planet.generic.commonapi.factory.ApplicationFactoryImpl
Generates a new instance of the actual class of Application.
buildWithName(String, String) - Method in class planet.generic.commonapi.factory.ApplicationFactoryImpl
Generates a new instance of the specified Application class app.
buildWithName(String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 
buildWithName(String, String) - Static method in class planet.generic.commonapi.factory.GenericFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W