| Package | Description |
|---|---|
| org.apache.uima.ducc.common.persistence.rm |
| Modifier and Type | Method and Description |
|---|---|
void |
IRmPersistence.addAssignment(String id,
DuccId jobid,
IDbShare share,
int quantum,
String jobtype)
Assign a share to this machine.
|
void |
NullRmStatePersistence.addAssignment(String id,
DuccId jobid,
IDbShare shareid,
int quantum,
String type) |
void |
IRmPersistence.removeAssignment(String id,
DuccId jobid,
IDbShare share)
Remove a share from the machine.
|
void |
NullRmStatePersistence.removeAssignment(String id,
DuccId jobid,
IDbShare shareid) |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.