|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ExternalDataSource.
@Deprecated public interface BasicCacheLoader<K,V>
BasicCacheLoader extends the CacheLoader
and adds iterator functionality
| Method Summary | |
|---|---|
DataIterator<Map.Entry<K,V>> |
entries()
Deprecated.
Creates and returns an iterator over all the entries in data source. |
| Methods inherited from interface com.j_spaces.javax.cache.CacheLoader |
|---|
load, loadAll |
| Method Detail |
|---|
DataIterator<Map.Entry<K,V>> entries()
throws DataSourceException
Creates and returns an iterator over all the entries in data source.
Invoked on values() method
DataIterator or null if no data should be loaded into space
DataSourceException
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||