|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LazyReferenceCollection
A collection that is lazy loaded from the search engine.
| Method Summary | |
|---|---|
void |
addLazyEntry(LazyReferenceEntry entry)
Internally used to initialize the lazy collection. |
boolean |
isFullyLoaded()
Returns true if the collection is fully loaded from the index. |
void |
loadFully()
Loads all the referneced objects into memory from the search engine. |
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
void loadFully()
boolean isFullyLoaded()
true if the collection is fully loaded from the index.
void addLazyEntry(LazyReferenceEntry entry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||