|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.AbstractService | +--org.isam.exehda.services.tips.TipsNodeScheduler
Nested Class Summary |
Field Summary | |
(package private) static java.lang.String |
PROP_SCHEDULER_URI
|
Fields inherited from interface org.isam.exehda.services.Scheduler |
SERVICE_NAME |
Constructor Summary | |
TipsNodeScheduler()
|
Method Summary | |
HostId |
chooseCreationHost(ResourceBroker.ResourceConstraint c)
Describe chooseCreationHost method here. |
HostId |
chooseMigrationHost(ResourceBroker.ResourceConstraint c)
Describe chooseMigrationHost method here. |
void |
reschedule(ObjectId o,
ResourceBroker.ResourceConstraint c,
boolean auto)
Describe reschedule method here. |
void |
start()
|
void |
stop()
|
Methods inherited from class org.isam.exehda.services.AbstractService |
log, log, log, log, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final java.lang.String PROP_SCHEDULER_URI
Constructor Detail |
public TipsNodeScheduler()
Method Detail |
public HostId chooseCreationHost(ResourceBroker.ResourceConstraint c)
chooseCreationHost
method here.
chooseCreationHost
in interface Scheduler
c
- a ResourceConstraints
value
HostId
valuepublic HostId chooseMigrationHost(ResourceBroker.ResourceConstraint c)
chooseMigrationHost
method here.
chooseMigrationHost
in interface Scheduler
c
- a ResourceConstraints
value
HostId
valuepublic void reschedule(ObjectId o, ResourceBroker.ResourceConstraint c, boolean auto)
reschedule
method here.
reschedule
in interface Scheduler
o
- an ObjectHandle
valuec
- a ResourceConstraints
valueauto
- a boolean
valuepublic void stop()
stop
in interface Service
public void start() throws java.lang.Exception
start
in interface Service
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |