|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.bnl.star.offline.scheduler.catalog.FileCatalog
gov.bnl.star.offline.scheduler.catalog.StarCatalog
public class StarCatalog
| Constructor Summary | |
|---|---|
StarCatalog()
Deprecated. |
|
| Method Summary | |
|---|---|
java.util.Iterator |
executeQuery(java.lang.String query)
Deprecated. Executes the query and returns all the results. |
java.util.Iterator |
executeQuery(java.lang.String query,
int nExpectedResults)
Deprecated. Executes the query with an estimate on the number of results. |
java.util.Iterator |
executeQuery(java.lang.String query,
int start,
int limit)
Deprecated. Executes the query with the star/limit syntax. |
protected static java.util.List |
parseOutput(java.io.Reader in,
java.util.List attributeNames)
Deprecated. Parses the output of a get_file_list.pl command. |
| Methods inherited from class gov.bnl.star.offline.scheduler.catalog.FileCatalog |
|---|
getCatalog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StarCatalog()
| Method Detail |
|---|
protected static java.util.List parseOutput(java.io.Reader in,
java.util.List attributeNames)
in - the input reader with the command output
public java.util.Iterator executeQuery(java.lang.String query)
FileCatalog
executeQuery in class FileCatalogquery - the query to be executed
public java.util.Iterator executeQuery(java.lang.String query,
int nExpectedResults)
FileCatalog
executeQuery in class FileCatalogquery - the query to be executednExpectedResults - an estimate of input files that are required
public java.util.Iterator executeQuery(java.lang.String query,
int start,
int limit)
FileCatalog
executeQuery in class FileCatalogquery - the query to be executedstart - the offset from which start to readlimit - the number of records returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||