Package com.db4o.cs.internal
Class SingleMessagePrefetchingStrategy
- java.lang.Object
-
- com.db4o.cs.internal.SingleMessagePrefetchingStrategy
-
- All Implemented Interfaces:
PrefetchingStrategy
public class SingleMessagePrefetchingStrategy extends java.lang.Object implements PrefetchingStrategy
Prefetchs multiples objects at once (in a single message).
-
-
Field Summary
Fields Modifier and Type Field Description static PrefetchingStrategy
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
-
-
-
Field Detail
-
INSTANCE
public static final PrefetchingStrategy INSTANCE
-
-
Method Detail
-
prefetchObjects
public int prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
- Specified by:
prefetchObjects
in interfacePrefetchingStrategy
-
-