Uses of Interface
orca.shirako.api.IInitialize

Packages that use IInitialize
orca.cod.control   
orca.cod.net   
orca.cod.plugins   
orca.cod.plugins.config   
orca.cod.plugins.db   
orca.controllers.jaws   
orca.controllers.sge   
orca.manage.container.api   
orca.manage.container.db   
orca.manage.extensions.standard.container.db   
orca.policy.core   
orca.sharp.plugins   
orca.sharp.plugins.db   
orca.sharp.plugins.keys   
orca.shirako.api   
orca.shirako.container.api   
orca.shirako.container.db   
orca.shirako.core   
orca.shirako.kernel   
orca.shirako.plugins   
orca.shirako.plugins.config   
orca.shirako.plugins.db   
orca.shirako.registry   
orca.tests.core   
 

Uses of IInitialize in orca.cod.control
 

Classes in orca.cod.control that implement IInitialize
 class BestFitIdControlChange
           
 class IdControlChange
          Site authority assignment policy, which follows strictly broker allocation.
 class XenControl
          XenControl handles virtual machine reservations (e.g., Xen) for an authority-side mapper (CodMapper).
 class XenResizeControl
           
 

Uses of IInitialize in orca.cod.net
 

Classes in orca.cod.net that implement IInitialize
 class IPList
          Simple allocator that stores a table of free and used IP addresses This may be used when IP address space is scarce and an entire SubnetBlock cannot be carved.
 

Uses of IInitialize in orca.cod.plugins
 

Classes in orca.cod.plugins that implement IInitialize
 class CodBasePlugin
           
 class ConfigurationPropertiesMapper
           
 class DnsConfiguration
           
 class NetworkConfiguration
           
 class NetworkConfigurationManager
           
 class PoolManager
          Manages inventory pools.
 class ServiceManagerCodPlugin
           
 class Site
          Attributes and global state for a COD site.
 

Uses of IInitialize in orca.cod.plugins.config
 

Classes in orca.cod.plugins.config that implement IInitialize
 class CodAntConfig
           
 

Uses of IInitialize in orca.cod.plugins.db
 

Subinterfaces of IInitialize in orca.cod.plugins.db
 interface AuthorityCodDatabase
          Database interface for a COD site.
 interface CodDatabase
          Base database interface for COD service managers and sites.
 

Classes in orca.cod.plugins.db that implement IInitialize
 class LdapAuthorityCodDatabase
          Implementation of AuthorityCodDatabase for LDAP.
 class LdapCodDatabase
          Implementation of CodDatabase for LDAP.
 class MySqlAuthorityCodDatabase
           
 class MySqlCodDatabase
           
 

Uses of IInitialize in orca.controllers.jaws
 

Classes in orca.controllers.jaws that implement IInitialize
 class JawsController
           
 

Uses of IInitialize in orca.controllers.sge
 

Classes in orca.controllers.sge that implement IInitialize
 class SgeController
           
 

Uses of IInitialize in orca.manage.container.api
 

Subinterfaces of IInitialize in orca.manage.container.api
 interface IContainerManagementDatabase
           
 

Uses of IInitialize in orca.manage.container.db
 

Classes in orca.manage.container.db that implement IInitialize
 class MySqlContainerManagementDatabase
          An implementation of CodManagementDatabase and PackageDatabase for MySql
 

Uses of IInitialize in orca.manage.extensions.standard.container.db
 

Subinterfaces of IInitialize in orca.manage.extensions.standard.container.db
 interface ICodManagerObjectDatabase
           
 interface IManagerObjectDatabase
           
 

Classes in orca.manage.extensions.standard.container.db that implement IInitialize
 class MySqlCodContainerManagerObjectDatabase
          An implementation of CodManagementDatabase and PackageDatabase for MySql
 class MySqlContainerManagerObjectDatabase
          An implementation of CodManagementDatabase and PackageDatabase for MySql
 

Uses of IInitialize in orca.policy.core
 

Subinterfaces of IInitialize in orca.policy.core
 interface IResourceControl
           
 

Classes in orca.policy.core that implement IInitialize
 class AgentQueuedBestFitPolicyPlugin
          The AgentQueuedWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends AgentWorstFitPolicyPlugin to use a queue, so if a reservation cannot be allocated "now" and is elasticTime, then it is placed on the queue and the system tries to allocate it in the next allocation cycle.
 class AuthorityBasePolicyPlugin
          The base for authority policy implementations
 class BaseServiceManagerCalendarPolicy
          SMBasePolicyPlugin specifies and implements some of the service manager's base resource allocation and upstream bidding policy.
 class BrokerBasePolicyPlugin
          BrokerBasePolicyPlugin specifies and implements some of the broker's base resource allocation and upstream bidding policy.
 class BrokerBestFitPolicyPlugin
          The AgentBestFitPolicyPlugin performs a best fit allocation algorithm over an inventory of machines.
 class BrokerPriorityPolicyPlugin
          AgentPriorityPolicyPlugin is an extension of the simple implementation of an agent's plugin interface.
 class BrokerQueuedWorstFitPolicyPlugin
          The AgentQueuedWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends AgentWorstFitPolicyPlugin to use a queue, so if a reservation cannot be allocated "now" and is elasticTime, then it is placed on the queue and the system tries to allocate it in the next allocation cycle.
 class BrokerSimplePolicyPlugin
          AgentSimplePolicyPlugin is a simple implementation of an agent's plugin interface.
 class BrokerWorstFitMultiplePoolsPolicyPlugin
          The AgentWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
 class BrokerWorstFitPolicyPlugin
          The AgentWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
 class ServiceManagerSimplePolicyPlugin
          A simple implementation of a Service Manager bidding policy.
 

Uses of IInitialize in orca.sharp.plugins
 

Classes in orca.sharp.plugins that implement IInitialize
 class ServerPlugin
           
 

Uses of IInitialize in orca.sharp.plugins.db
 

Classes in orca.sharp.plugins.db that implement IInitialize
 class LdapClientDatabase
          Implementation of ClientDatabase for LDAP
 class MemoryClientDatabase
           
 class MySqlClientDatabase
           
 

Uses of IInitialize in orca.sharp.plugins.keys
 

Subinterfaces of IInitialize in orca.sharp.plugins.keys
 interface KeyManager
           
 

Classes in orca.sharp.plugins.keys that implement IInitialize
 class SimpleKeyManager
           
 

Uses of IInitialize in orca.shirako.api
 

Subinterfaces of IInitialize in orca.shirako.api
 interface IActor
          IActor defines the common functionality of all actors.
 interface IAuthority
          IAuthority defines the interface for a Shirako actor acting in the authority role.
 interface IAuthorityPolicy
          IAuthorityPolicy defines the policy interface for an actor acting in the authority role.
 interface IBroker
          IBroker defines the interface for a Shirako actor acting in the broker role.
 interface IBrokerPolicy
          IBrokerPolicy defines the policy interface for an actor acting in the broker role.
 interface IClientActor
          IClientActor defines the common functionality for actors acting as clients of other actors (service managers and brokers).
 interface IClientPolicy
          IClientPolicy defines the policy interface for an actor acting as a client of another actor (broker or a service manager).
 interface IController
          IController is the main controller interface.
 interface IDatabase
          IDatabase is the base database layer interface.
 interface ILoadSource
          ILoadSource defines a simple interface to enable the interposition of additional logic in the work-flow of an actor.
 interface IPolicy
          IPolicy encapsulates all policy decisions an actor must make to perform its functions.
 interface IServerActor
          IServerActor defines the common functionality for actors acting as servers for other actors (brokers and site authorities).
 interface IServerPolicy
          IServerPolicy defines the policy interface for an actor acting as a server for another actor (broker or a site authority).
 interface IServiceManager
          IServiceManager defines the interface for a Shirako actor acting in the service manager role.
 interface IServiceManagerPolicy
          IServiceManagerPolicy defines the policy interface for an actor acting in the service manager role.
 interface IShirakoPlugin
          IShirakoPlugin defines the interface for optional plugins (e.g., COD).
 

Uses of IInitialize in orca.shirako.container.api
 

Subinterfaces of IInitialize in orca.shirako.container.api
 interface IShirakoContainerDatabase
          Interface for container-level databases.
 

Uses of IInitialize in orca.shirako.container.db
 

Classes in orca.shirako.container.db that implement IInitialize
 class LdapShirakoContainerDatabase
          Implementation of the Container Database interface for an LDAP database.
 class MySqlShirakoContainerDatabase
           
 

Uses of IInitialize in orca.shirako.core
 

Classes in orca.shirako.core that implement IInitialize
 class Actor
          Actor is the base class for all actor implementations.
 class Authority
          Authority is the base implementation for a site authority actor.
 class AuthorityPolicy
           
 class Broker
          Broker offers the base for all broker actors.
 class BrokerPolicy
           
 class Policy
          Base class to simplify policy development.
 class ServiceManager
          ServiceManager is the base implementation for a service manager actor.
 class ServiceManagerPolicy
           
 

Uses of IInitialize in orca.shirako.kernel
 

Classes in orca.shirako.kernel that implement IInitialize
 class ConcurrentTick
           
 

Uses of IInitialize in orca.shirako.plugins
 

Classes in orca.shirako.plugins that implement IInitialize
 class ShirakoPlugin
          The base implementation for actor-specific extensions.
 

Uses of IInitialize in orca.shirako.plugins.config
 

Classes in orca.shirako.plugins.config that implement IInitialize
 class AntConfig
           
 class Config
           
 

Uses of IInitialize in orca.shirako.plugins.db
 

Classes in orca.shirako.plugins.db that implement IInitialize
 class LdapDatabase
           
 class MemoryDatabase
           
 class MySqlDatabase
           
 

Uses of IInitialize in orca.shirako.registry
 

Classes in orca.shirako.registry that implement IInitialize
 class PeerRegistry
           
 

Uses of IInitialize in orca.tests.core
 

Classes in orca.tests.core that implement IInitialize
 class SimpleLoadSource
          Very simple demand.
 



Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.