|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.bnl.star.offline.scheduler.dataset.datasetManipulators.SplitByMinMaxEntries
public class SplitByMinMaxEntries
Add markers to the dataset that show where it should be split.
| Constructor Summary | |
|---|---|
SplitByMinMaxEntries(int min,
int max)
Creates a new instance of SplitByMinMaxEntries |
|
| Method Summary | |
|---|---|
void |
modify(Dataset dataset,
Request request)
Used to pass the dataset to the dataset manipulator |
boolean |
requirementsSatisfied()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitByMinMaxEntries(int min,
int max)
min - The minimum size of any one block of entriesmax - The maximum size of any one block of entries| Method Detail |
|---|
public void modify(Dataset dataset,
Request request)
modify in interface DatasetManipulatordataset - The dataset to be modifyedrequest - The request object of the current request for with will use the datasetpublic boolean requirementsSatisfied()
requirementsSatisfied in interface DatasetManipulator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||