edu.sdsc.grid.io.local
Class LocalMetaDataRecordList

java.lang.Object
  extended by edu.sdsc.grid.io.MetaDataRecordList
      extended by edu.sdsc.grid.io.local.LocalMetaDataRecordList

public class LocalMetaDataRecordList
extends MetaDataRecordList

LocalMetaDataRecordList does nothing. It exists for compatability.


Field Summary
 
Fields inherited from class edu.sdsc.grid.io.MetaDataRecordList
fields, records
 
Constructor Summary
LocalMetaDataRecordList()
          Does nothing
 
Method Summary
 MetaDataRecordList[] getAllResults()
           
 MetaDataRecordList[] getMoreResults()
          By default a query will only return the first so many values which match the query to make querying faster.
 MetaDataRecordList[] getMoreResults(int numOfResults)
          Same as getMoreResults(), but returns numOfResults instead of the default amount.
 boolean isQueryComplete()
          Tests if the query has more values to be retrieved.
 
Methods inherited from class edu.sdsc.grid.io.MetaDataRecordList
addRecord, addRecord, addRecord, addRecord, addRecord, equals, finalize, getAllResults, getField, getFieldCount, getFieldIndex, getFieldName, getFields, getFieldType, getFloatValue, getIntValue, getRecordCount, getStringValue, getTableValue, getValue, getValue, getValue, removeRecord, removeRecord, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalMetaDataRecordList

public LocalMetaDataRecordList()
Does nothing

Method Detail

isQueryComplete

public boolean isQueryComplete()
Description copied from class: MetaDataRecordList
Tests if the query has more values to be retrieved.

Specified by:
isQueryComplete in class MetaDataRecordList
Throws:
java.lang.UnsupportedOperationException

getMoreResults

public MetaDataRecordList[] getMoreResults()
Description copied from class: MetaDataRecordList
By default a query will only return the first so many values which match the query to make querying faster. If this query has more results those results will be appended to this object.

Specified by:
getMoreResults in class MetaDataRecordList
Throws:
java.lang.UnsupportedOperationException

getMoreResults

public MetaDataRecordList[] getMoreResults(int numOfResults)
Description copied from class: MetaDataRecordList
Same as getMoreResults(), but returns numOfResults instead of the default amount.

Specified by:
getMoreResults in class MetaDataRecordList
Throws:
java.lang.UnsupportedOperationException

getAllResults

public MetaDataRecordList[] getAllResults()
Throws:
java.lang.UnsupportedOperationException