|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - The element typepublic interface LazyCollection<E>
Class which uses an ObjectStore to perform lazy fetching of data
| Method Summary | |
|---|---|
java.util.List<E> |
asList()
Return this Collection as a List. |
ResultsInfo |
getInfo()
Returns Returns the current best estimate of the characteristics of the LazyCollection |
Query |
getQuery()
Returns the Query used by this LazyCollection |
void |
setBatchSize(int size)
Sets the number of rows requested from the ObjectStore whenever an execute call is made |
void |
setNoExplain()
Sets this LazyCollection to bypass the explain check in ObjectStore.execute(). |
void |
setNoOptimise()
Sets this LazyCollection to bypass the optimiser |
| Methods inherited from interface org.intermine.objectstore.proxy.Lazy |
|---|
getObjectStore |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
void setNoOptimise()
void setNoExplain()
Query getQuery()
java.util.List<E> asList()
ResultsInfo getInfo()
throws ObjectStoreException
ObjectStoreException - if an error occurs in the underlying ObjectStorevoid setBatchSize(int size)
size - the number of rows
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||