Uses of Interface
orca.shirako.api.IRecover

Packages that use IRecover
orca.cod   
orca.cod.control   
orca.cod.plugins   
orca.cod.plugins.db   
orca.policy.core   
orca.sharp.plugins   
orca.sharp.plugins.db   
orca.sharp.plugins.keys   
orca.shirako.api   
orca.shirako.core   
orca.shirako.kernel   
orca.shirako.plugins   
orca.shirako.plugins.db   
 

Uses of IRecover in orca.cod
 

Classes in orca.cod that implement IRecover
 class CodBarrierReservation
           
 class CodPredecessorReservation
           
 class CodReservation
          COD reservation.
 class NodeGroup
          ConcreteSet resource set implementation for sets of nodes (e.g., for COD Authority or Service Manager/VCM).
 

Uses of IRecover in orca.cod.control
 

Classes in orca.cod.control that implement IRecover
 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 IRecover in orca.cod.plugins
 

Classes in orca.cod.plugins that implement IRecover
 class CodBasePlugin
           
 class ServiceManagerCodPlugin
           
 class Site
          Attributes and global state for a COD site.
 

Uses of IRecover in orca.cod.plugins.db
 

Subinterfaces of IRecover 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 IRecover
 class LdapAuthorityCodDatabase
          Implementation of AuthorityCodDatabase for LDAP.
 class LdapCodDatabase
          Implementation of CodDatabase for LDAP.
 class MySqlAuthorityCodDatabase
           
 class MySqlCodDatabase
           
 

Uses of IRecover in orca.policy.core
 

Subinterfaces of IRecover in orca.policy.core
 interface IResourceControl
           
 

Classes in orca.policy.core that implement IRecover
 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 IRecover in orca.sharp.plugins
 

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

Uses of IRecover in orca.sharp.plugins.db
 

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

Uses of IRecover in orca.sharp.plugins.keys
 

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

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

Uses of IRecover in orca.shirako.api
 

Subinterfaces of IRecover 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 IAuthorityReservation
          IAuthorityReservation defines the reservation interface for authorities processing requests for resources.
 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 IBrokerReservation
          IBrokerReservation defines the reservation interface for brokers processing requests for resources.
 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 IClientReservation
          IClientReservation defines the reservation interface for actors acting as clients of other actors.
 interface IConcreteSet
          IConcreteSet defines the interface for concrete set resources.
 interface IDatabase
          IDatabase is the base database layer interface.
 interface IPolicy
          IPolicy encapsulates all policy decisions an actor must make to perform its functions.
 interface IReservation
          IReservation defines the the core API for a Shirako reservation.
 interface IResourceReservation
          IResourceReservation extends IReservation with the notions of resource and term.
 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 IServerReservation
          IServerReservation defines the reservation interface for actors acting as servers for other actors.
 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 IServiceManagerReservation
           
 interface IShirakoPlugin
          IShirakoPlugin defines the interface for optional plugins (e.g., COD).
 

Uses of IRecover in orca.shirako.core
 

Classes in orca.shirako.core that implement IRecover
 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
           
 class Ticket
           
 

Uses of IRecover in orca.shirako.kernel
 

Classes in orca.shirako.kernel that implement IRecover
 class AuthorityReservation
          AuthorityReservation controls the state machine for a reservation on the authority side.
 class BrokerReservation
           
 class Reservation
          Reservation is the base for all reservation objects.
 class ReservationClient
          Reservation state machine for a client-side reservation.
 class ReservationServer
           
 class ResourceReservation
          A reservation object holds a resource set for a specified term.
 class ResourceSet
          ResourceSet is an abstract set of resources describing some number of resource units of a given type, e.g., to represent a resource request.
 

Uses of IRecover in orca.shirako.plugins
 

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

Uses of IRecover in orca.shirako.plugins.db
 

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



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