Uses of Class
orca.shirako.kernel.AuthorityReservation

Packages that use AuthorityReservation
orca.cod.control   
orca.policy.core   
orca.shirako.api   
orca.shirako.core   
orca.shirako.kernel   
orca.shirako.proxies.soap.services   
orca.shirako.time.calendar   
orca.tests.unit.main   
 

Uses of AuthorityReservation in orca.cod.control
 

Methods in orca.cod.control that return AuthorityReservation
protected  AuthorityReservation IdControlChange.getReservation(Node node)
           
 

Methods in orca.cod.control with parameters of type AuthorityReservation
protected  NodeGroup IdControlChange.allocateNodes(java.util.Vector<ID> ids, long[] shares, AuthorityReservation reservation)
          Allocates new nodes
protected  NodeGroup BestFitIdControlChange.allocateNodes(java.util.Vector<ID> ids, long[] shares, AuthorityReservation reservation)
           
 ResourceSet XenControl.assign(AuthorityReservation r)
          Allocates virtual machines to fill a request that has been approved by the mapper.
 ResourceSet IdControlChange.assign(AuthorityReservation r)
           
protected  ResourceSet XenResizeControl.assign(AuthorityReservation r, ResourceType type, int needed)
           
protected  ResourceSet XenControl.assign(AuthorityReservation r, ResourceType type, int needed)
           
 ResourceSet XenControl.correctDeficit(AuthorityReservation r)
           
 ResourceSet IdControlChange.correctDeficit(AuthorityReservation r)
           
protected  boolean IdControlChange.handleChangedIds(NodeSet nodes, java.util.Vector<ID> ids, AuthorityReservation reservation)
          Schedules migrations (saves) for the nodes that have changed their identifiers.
protected  boolean BestFitIdControlChange.handleChangedIds(NodeSet nodes, java.util.Vector<ID> ids, long[] currentShares, AuthorityReservation reservation)
           
protected  boolean IdControlChange.inProgress(AuthorityReservation r)
          Determines if there are nodes in this reservation that have pending modify/close operation
protected  boolean IdControlChange.isExpired(AuthorityReservation r, long now)
          Checks if the specified reservation has expired
protected  void BestFitIdControlChange.migrateMachines(NodeSet nset, AuthorityReservation r)
           
protected  NodeGroup IdControlChange.modify(AuthorityReservation r, NodeSet inList, long[] capacity)
          Modify all nodes u
protected  NodeGroup BestFitIdControlChange.modify(AuthorityReservation r, NodeSet nset, long[] capacity, long[] currentCapacity)
           
protected  boolean IdControlChange.pendingRestore(AuthorityReservation r)
          Checks if nodes in this reservation need to be restored
protected  boolean BestFitIdControlChange.pendingRestore(AuthorityReservation r)
          Checks if nodes in this reservation need to be restored
protected  IConcreteSet XenControl.shrink(AuthorityReservation r, int toRemove)
           
 

Uses of AuthorityReservation in orca.policy.core
 

Methods in orca.policy.core with parameters of type AuthorityReservation
 ResourceSet IResourceControl.assign(AuthorityReservation reservation)
           
protected  ResourceSet AuthorityBasePolicyPlugin.assign(AuthorityReservation reservation)
          Assign resources for the given reservation
 boolean AuthorityBasePolicyPlugin.bind(AuthorityReservation r)
           
 ResourceSet IResourceControl.correctDeficit(AuthorityReservation reservation)
           
 void AuthorityBasePolicyPlugin.correctDeficit(AuthorityReservation reservation)
           
 boolean AuthorityBasePolicyPlugin.extend(AuthorityReservation reservation)
           
protected  void AuthorityBasePolicyPlugin.map(AuthorityReservation r)
          Maps a reservation.
protected  void AuthorityBasePolicyPlugin.registerAndRevisit(AuthorityReservation r)
          Registers the reservation in the calendar and performs revisit with the control.
protected  void AuthorityBasePolicyPlugin.reschedule(AuthorityReservation r)
          Reschedule a reservation into the calendar
protected  void AuthorityBasePolicyPlugin.revisitAuthority(AuthorityReservation r)
           
 

Uses of AuthorityReservation in orca.shirako.api
 

Methods in orca.shirako.api with parameters of type AuthorityReservation
 boolean IAuthorityPolicy.bind(AuthorityReservation reservation)
          Handles a requests to allocate resources for a ticketed reservation.
 void IAuthorityPolicy.correctDeficit(AuthorityReservation reservation)
           
 boolean IAuthorityPolicy.extend(AuthorityReservation reservation)
          Handles a requests to extend the allocation of previously allocated resources.
 void IAuthority.extendLease(AuthorityReservation reservation)
          Processes an extend lease request for the reservation.
 void IKernelWrapper.extendLeaseRequest(AuthorityReservation reservation, AuthToken caller, boolean compareSequenceNumbers)
          Processes an incoming request for a lease extension.
 void IAuthority.redeem(AuthorityReservation reservation)
          Processes a redeem request for the reservation.
 void IKernelWrapper.redeemRequest(AuthorityReservation reservation, AuthToken caller, IServiceManagerCallbackProxy callback, boolean compareSequenceNumbers)
          Processes an incoming request for a new lease.
 

Uses of AuthorityReservation in orca.shirako.core
 

Methods in orca.shirako.core with parameters of type AuthorityReservation
 boolean AuthorityPolicy.bind(AuthorityReservation reservation)
           
 void AuthorityPolicy.correctDeficit(AuthorityReservation reservation)
           
 boolean AuthorityPolicy.extend(AuthorityReservation reservation)
           
 void Authority.extendLease(AuthorityReservation reservation)
           
protected  void AuthorityPolicy.finishCorrectDeficit(ResourceSet rset, AuthorityReservation reservation)
           
 void Authority.redeem(AuthorityReservation reservation)
           
 

Uses of AuthorityReservation in orca.shirako.kernel
 

Methods in orca.shirako.kernel with parameters of type AuthorityReservation
 void KernelWrapper.extendLeaseRequest(AuthorityReservation reservation, AuthToken caller, boolean compareSequenceNumbers)
           
 void KernelWrapper.redeemRequest(AuthorityReservation reservation, AuthToken caller, IServiceManagerCallbackProxy callback, boolean compareSequenceNumbers)
           
protected  void AuthorityPolicyRecoverer.restartActions(AuthorityReservation r)
           
protected  void AuthorityPolicyRecoverer.revisitActive(AuthorityReservation r)
           
protected  void AuthorityPolicyRecoverer.revisitAuthority(AuthorityReservation r)
           
protected  void AuthorityPolicyRecoverer.revisitTicketed(AuthorityReservation r)
           
 

Uses of AuthorityReservation in orca.shirako.proxies.soap.services
 

Methods in orca.shirako.proxies.soap.services that return AuthorityReservation
protected  AuthorityReservation AuthorityServiceImpl.passAuthority(Reservation beanReservation)
          Converts a soap.beans.Reservation to a slices.Reservation
 

Uses of AuthorityReservation in orca.shirako.time.calendar
 

Methods in orca.shirako.time.calendar with parameters of type AuthorityReservation
 void AuthorityCalendar.removeOutlay(AuthorityReservation reservation)
           
 

Uses of AuthorityReservation in orca.tests.unit.main
 

Fields in orca.tests.unit.main declared as AuthorityReservation
protected  AuthorityReservation ReservationTestTool.currentReservationSite
          The site reservation.
 



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