Package com.db4o.cs.internal
Interface PrefetchingStrategy
-
- All Known Implementing Classes:
SingleMessagePrefetchingStrategy
public interface PrefetchingStrategy
Defines a strategy on how to prefetch objects from the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
-
-
-
Method Detail
-
prefetchObjects
int prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
-
-