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

C

CanHandleProxyLocator(IChannelLocator.LocatorType) - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelProxy
Checks if this proxy can handle the specific type of locator
CanHandleProxyLocator(IChannelLocator.LocatorType) - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelProxy
 
CanHandleProxyLocator(IChannelLocator.LocatorType) - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerChannelProxy
 
ChannelInlet - Class in gr.uoa.di.madgik.commons.channel.nozzle
This class represents one of the channel's nozzles.
ChannelInlet(INozzleConfig) - Constructor for class gr.uoa.di.madgik.commons.channel.nozzle.ChannelInlet
Instantiates a new channel inlet.
ChannelLocatorFactory - Class in gr.uoa.di.madgik.commons.channel.proxy
A factory for creating ChannelLocator objects.
ChannelLocatorFactory() - Constructor for class gr.uoa.di.madgik.commons.channel.proxy.ChannelLocatorFactory
 
ChannelOutlet - Class in gr.uoa.di.madgik.commons.channel.nozzle
This class represents one of the channel's nozzles.
ChannelOutlet(IChannelLocator) - Constructor for class gr.uoa.di.madgik.commons.channel.nozzle.ChannelOutlet
Instantiates a new channel outlet.
ChannelPayloadStateEvent - Class in gr.uoa.di.madgik.commons.channel.events
Specialization of the ChannelStateEvent abstract class to mark events that contain payload additional to the control fields
ChannelPayloadStateEvent() - Constructor for class gr.uoa.di.madgik.commons.channel.events.ChannelPayloadStateEvent
 
ChannelRegistry - Class in gr.uoa.di.madgik.commons.channel.registry
ChannelRegistry is a utility class that acts as a container for channels.
ChannelRegistry() - Constructor for class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistry
 
ChannelRegistryCleanUp - Class in gr.uoa.di.madgik.commons.channel.registry
Utility class that manages the cleanup of the ChannelRegistry.
ChannelRegistryCleanUp() - Constructor for class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryCleanUp
 
ChannelRegistryEntry - Class in gr.uoa.di.madgik.commons.channel.registry
This class is the one kept by the registry connecting an ChannelState that is registered with a specific ChannelRegistryKey for which this entry is stored, along with the INozzleConfig that the ChannelInlet of the channel connected its channel with.
ChannelRegistryEntry(ChannelRegistryKey, ChannelState, INozzleConfig, String) - Constructor for class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Instantiates a new channel registry entry.
ChannelRegistryKey - Class in gr.uoa.di.madgik.commons.channel.registry
This class is the one kept by the registry identifying a ChannelRegistryEntry
ChannelRegistryKey(String) - Constructor for class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryKey
Creates a new instance of the class
ChannelState - Class in gr.uoa.di.madgik.commons.channel.events
The ChannelState acts as a container for Events regarding a specific channel with which it is associated.
ChannelState() - Constructor for class gr.uoa.di.madgik.commons.channel.events.ChannelState
Creates a new instance of the ChannelState and initializes the StateItems that will be used for Observers to come and register for notifications on their status
ChannelState.EventName - Enum in gr.uoa.di.madgik.commons.channel.events
The Events that can be registered for, exposed and send.
ChannelStateEvent - Class in gr.uoa.di.madgik.commons.channel.events
Base class for every object that can be used to be registered by an Observer or send as Event.
ChannelStateEvent() - Constructor for class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
 
ChannelTCPConnManagerEntry - Class in gr.uoa.di.madgik.commons.channel.proxy.tcp
This class follows the singleton pattern to initialize a single TCP server capable of servicing outlet requests outside the boundaries of a VM.
ChannelTCPConnManagerEntry() - Constructor for class gr.uoa.di.madgik.commons.channel.proxy.tcp.ChannelTCPConnManagerEntry
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanPrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ByteClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoubleClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoublePrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatPrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerPrimitiveParameter
 
Check() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter
Sets that the parameter has been evaluated during the DependencyGraph.ResolveDependencies() process
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongPrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortClassParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortPrimitiveParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.StringParameter
 
Check() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.XMLParameter
 
ClassWrapper - Class in gr.uoa.di.madgik.commons.configuration.utils
Utility class that can instantiate and call methods of some class through reflection
ClassWrapper(Map<String, IParameter>) - Constructor for class gr.uoa.di.madgik.commons.configuration.utils.ClassWrapper
Creates a new instance
CleanUp(File) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
Clone() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.ICloneable
Clones the implementing instnace
Clone() - Method in class gr.uoa.di.madgik.commons.state.store.StateStoreInfo
 
CollocationPolicy - Interface in gr.uoa.di.madgik.commons.infra.collocationpolicy
 
CollocationPolicy.Type - Enum in gr.uoa.di.madgik.commons.infra.collocationpolicy
 
CollocationRegistry - Class in gr.uoa.di.madgik.commons.infra.collocationpolicy
 
CollocationRegistry() - Constructor for class gr.uoa.di.madgik.commons.infra.collocationpolicy.CollocationRegistry
 
Compact() - Static method in class gr.uoa.di.madgik.commons.state.StateManager
In case of deletes and updates in the registry and data file, there will be data kept in the files that are no longer needed but simply remain increrasing the size of the repository files.
compare(Object, Object) - Method in class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostComparator
 
compare(Object, Object) - Method in class gr.uoa.di.madgik.commons.infra.nodeselection.lru.TimestampComparator
 
compareTo(Argument) - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Argument
 
compareTo(Method) - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Method
 
ConfigurationManager - Class in gr.uoa.di.madgik.commons.configuration
This class is the main entry point to the Configuration Utility.
ConfigurationManager() - Constructor for class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
 
ConnectionManager - Class in gr.uoa.di.madgik.commons.server
 
ConnectionManager() - Constructor for class gr.uoa.di.madgik.commons.server.ConnectionManager
 
ConnectionManagerConfig - Class in gr.uoa.di.madgik.commons.server
 
ConnectionManagerConfig() - Constructor for class gr.uoa.di.madgik.commons.server.ConnectionManagerConfig
 
ConnectionManagerConfig(List<PortRange>) - Constructor for class gr.uoa.di.madgik.commons.server.ConnectionManagerConfig
 
ConnectionManagerConfig(String, List<PortRange>, boolean) - Constructor for class gr.uoa.di.madgik.commons.server.ConnectionManagerConfig
 
ConstructGraph() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.graph.DependencyGraph
Creates the graph based on the provided parameters
Constructor - Class in gr.uoa.di.madgik.commons.configuration.parameter.elements
This class is a member of the ObjectParameter description.
Constructor() - Constructor for class gr.uoa.di.madgik.commons.configuration.parameter.elements.Constructor
Creates a new instnace
Contains(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Checks if the provided key is contained in the State Store Repository.
Contains(String) - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistry
Checks is the provided key is contained in the in memory structure regardless of whether or not it is active or not
ContainsType(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
If the provided key is associated in the State Store as the StateManager.Contains(java.lang.String) dictates, this method returns the type of data the entry stores
Copy(File, OutputStream) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
Copy(InputStream, File) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
Copy(File, File) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
Copy(File, RandomAccessFile, boolean) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
Copy(RandomAccessFile, File, boolean) - Static method in class gr.uoa.di.madgik.commons.utils.FileUtils
 
CostBasedNodeSelector - Class in gr.uoa.di.madgik.commons.infra.nodeselection.cost
 
CostBasedNodeSelector(CostFunction) - Constructor for class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostBasedNodeSelector
 
CostComparator - Class in gr.uoa.di.madgik.commons.infra.nodeselection.cost
 
CostComparator(Map<HostingNode, Float>) - Constructor for class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostComparator
 
costFactors - Variable in class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostFunction
 
CostFunction - Class in gr.uoa.di.madgik.commons.infra.nodeselection.cost
 
CostFunction() - Constructor for class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostFunction
 
CostFunction.CostFactor - Class in gr.uoa.di.madgik.commons.infra.nodeselection.cost
 
CostFunction.CostFactor(String, float, boolean) - Constructor for class gr.uoa.di.madgik.commons.infra.nodeselection.cost.CostFunction.CostFactor
 

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