| Package | Description |
|---|---|
| org.apache.uima.ducc.common.persistence.rm |
| Modifier and Type | Method and Description |
|---|---|
void |
IRmPersistence.addJob(IDbJob j)
A new job arrives (or is recovered after restart).
|
void |
NullRmStatePersistence.addJob(IDbJob j) |
void |
IRmPersistence.deleteJob(IDbJob j)
A job has left the system forever.
|
void |
NullRmStatePersistence.deleteJob(IDbJob j) |
void |
IRmPersistence.updateDemand(IDbJob j)
How many shares to I want from the scheduler?
|
void |
NullRmStatePersistence.updateDemand(IDbJob j) |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.