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

I

IEvent - interface planet.simulate.IEvent.
 
IEventGenerator - interface planet.simulate.IEventGenerator.
 
INSERT - Static variable in class planet.test.dht.ChordDHTMessage
Insert message type to be used at constructor.
IScheduler - interface planet.simulate.IScheduler.
 
ISimulator - interface planet.simulate.ISimulator.
 
Id - class planet.commonapi.Id.
This interface is an abstraction of an Id (or key) from the CommonAPI paper.
Id() - Constructor for class planet.commonapi.Id
 
IdFactory - interface planet.commonapi.factory.IdFactory.
 
IdFactoryDoubleImpl - class planet.generic.commonapi.factory.IdFactoryDoubleImpl.
This Factory generate uniques Id from a material.
IdFactoryDoubleImpl(String) - Constructor for class planet.generic.commonapi.factory.IdFactoryDoubleImpl
This constructor reads the properties' file and initializes the IdFactory and Class for new Nodes.
IdFactoryDoubleImpl(Class, String, int) - Constructor for class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Constructor that builds an instance with these parameters
IdFactoryImpl - class planet.generic.commonapi.factory.IdFactoryImpl.
This Factory generate uniques Id from a material.
IdFactoryImpl(String) - Constructor for class planet.generic.commonapi.factory.IdFactoryImpl
This constructor reads the properties' file and initializes the IdFactory and Class for new Nodes.
IdFactoryImpl(Class, String, int) - Constructor for class planet.generic.commonapi.factory.IdFactoryImpl
Constructor that builds an instance with these parameters
IdMessage - class planet.chord.message.IdMessage.
Chord uses this message to inform to another one any Id that it is required.
IdMessage(Id) - Constructor for class planet.chord.message.IdMessage
Shows the Id to send with this message.
IdTest - class planet.test.IdTest.
Make different tests to build Ids with 32, 64, 96, 128 and 160 bits.
IdTest(String) - Constructor for class planet.test.IdTest
 
InitializationException - exception planet.commonapi.exception.InitializationException.
This Exception is thrown by cannot read completely a properties file of any Factory, and some factory cannot initialize any parameter on its setter methods.
InitializationException() - Constructor for class planet.commonapi.exception.InitializationException
Generates new instance with default message.
InitializationException(String) - Constructor for class planet.commonapi.exception.InitializationException
Generates nes instance with the specified message
InitializationException(String, Throwable) - Constructor for class planet.commonapi.exception.InitializationException
Inicialization of the new instance.
InitializationException(Throwable) - Constructor for class planet.commonapi.exception.InitializationException
Initialization of the new instance.
IsRootListener - interface planet.scribe.IsRootListener.
Interface for isRoot call response events
IsStabilized() - Method in class planet.symphony.SymphonyNode
 
id - Variable in class planet.generic.commonapi.NetworkNodeImpl
 
id - Variable in class planet.generic.commonapi.NodeImpl
 
id - Variable in class planet.scribe.Topic
The Id to which this topic is mapped
id - Variable in class planet.scribe.messaging.AbstractSubscribeMessage
The id of this subscribe message
id - Variable in class planet.scribe.messaging.SubscribeMessage
The id of this message
id - Variable in class planet.test.scribe.ScribeApplication
 
id - Variable in class planet.test.scribe.ScribeClientTest
 
idClass - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Actual instance of Class for new Ids.
idClass - Static variable in class planet.util.Properties
Id class.
idClassConstructorBigInteger - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: a BigInteger.
idClassConstructorByteArray - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: a byte array.
idClassConstructorDouble - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: a double.
idClassConstructorInt - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: an int.
idClassConstructorIntArray - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: an int array.
idClassConstructorString - Variable in class planet.generic.commonapi.factory.IdFactoryImpl
Constructor of actual idClass with only one parameter: a String.
idFactory - Static variable in class planet.util.Properties
IdFactory implementation class.
incStabRate() - Static method in class planet.simulate.Results
 
incTraffic() - Static method in class planet.simulate.Results
 
init(String) - Method in class planet.chord.ChordProperties
Initialize all configuration properties of the Chord overlay.
init() - Static method in class planet.generic.commonapi.factory.GenericFactory
Initialize the GenericFactory to load the default properties file.
init(Class, String, int) - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Initialize the new instance with correct values to generate new Ids.
init() - Static method in class planet.simulate.MessagePool
 
init(String) - Method in class planet.symphony.SymphonyProperties
Initialize all configuration properties of the Symphony overlay.
init(String) - Method in interface planet.util.OverlayProperties
Initialize correctly the overlay configuration properties.
init(String, String, String) - Static method in class planet.util.Properties
Load all properties for factories, simulator and chord, from the specified files, respectively.
init() - Static method in class planet.util.timer.ControlTimer
Initialize the ControlTimer to permit adding Timers.
initDistributedAttr() - Method in class planet.generic.commonapi.factory.IdFactoryDoubleImpl
Initializes the protected attributes to permits the uniform distribution of Ids.
initDistributedAttr() - Method in class planet.generic.commonapi.factory.IdFactoryImpl
Initializes the protected attributes to permits the uniform distribution of Ids.
initFactories(String) - Static method in class planet.util.Properties
Initializa all attributes for factories.
initSimulator(String) - Static method in class planet.util.Properties
Load all properties for the simulator.
insert(OrderedList) - Method in class planet.util.OrderedList
 
inverse() - Method in class planet.generic.commonapi.RouteMessageImpl
Reverse path.
isActivated() - Method in class planet.test.scribe.ScribeClientTest
 
isAlive() - Method in class planet.chord.ChordNode
 
isAlive() - Method in interface planet.commonapi.Node
Informs if this node is alive.
isAlive() - Method in class planet.commonapi.NodeHandle
Returns whether or not this node is currently alive
isAlive() - Method in class planet.generic.commonapi.NodeHandleImpl
Inform if the related node is alive.
isAlive() - Method in class planet.symphony.SymphonyNode
 
isEmpty() - Method in class planet.util.Queue
Determine if the queue is empty.
isFinished() - Method in class planet.util.timer.ThreadTimerTask
Inform if this TimerTask has been cancelled.
isFinished() - Method in interface planet.util.timer.TimerTask
Inform that this TimerTask is just cancelled.
isFinished() - Method in class planet.util.timer.TimerTaskImpl
Inform if this TimerTask has been cancelled.
isFull() - Method in class planet.util.Queue
Determines if the queue is not able to accept any new values.
isRequest() - Method in class planet.scribe.messaging.ReplicaSetMessage
 
isRoot(Topic) - Method in interface planet.scribe.Scribe
Returns whether or not this Scribe is the root for the given topic
isRoot(Topic) - Method in class planet.scribe.ScribeImpl
Returns whether or not this Scribe is the root for the given topic
isValid(String) - Static method in class planet.generic.commonapi.factory.Topology
Identify if the topology specified is valid or not.
isValidForNew(String) - Static method in class planet.generic.commonapi.factory.Topology
Inform when the specified topology is valid to build new instances with sentence new.
iterator() - Method in interface planet.commonapi.Network
Gets an Iterator to get all nodes.
iterator() - Method in class planet.generic.commonapi.NetworkImpl
Builds an Iterator to iterate over all nodes of the network.

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