|
||||||||||
| 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
public abstract class FileCatalog
| Constructor Summary | |
|---|---|
FileCatalog()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract java.util.Iterator |
executeQuery(java.lang.String query)
Deprecated. Executes the query and returns all the results. |
abstract java.util.Iterator |
executeQuery(java.lang.String query,
int nExpectedResults)
Deprecated. Executes the query with an estimate on the number of results. |
abstract java.util.Iterator |
executeQuery(java.lang.String query,
int start,
int limit)
Deprecated. Executes the query with the star/limit syntax. |
static FileCatalog |
getCatalog()
Deprecated. Gets the default file catalog Class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileCatalog()
| Method Detail |
|---|
public static FileCatalog getCatalog()
public abstract java.util.Iterator executeQuery(java.lang.String query)
query - the query to be executed
public abstract java.util.Iterator executeQuery(java.lang.String query,
int nExpectedResults)
query - the query to be executednExpectedResults - an estimate of input files that are required
public abstract java.util.Iterator executeQuery(java.lang.String query,
int start,
int limit)
query - 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 | |||||||||