Class EagerObjectExchangeStrategy
- java.lang.Object
- 
- com.db4o.cs.internal.objectexchange.EagerObjectExchangeStrategy
 
- 
- All Implemented Interfaces:
- ObjectExchangeStrategy
 
 public class EagerObjectExchangeStrategy extends java.lang.Object implements ObjectExchangeStrategy 
- 
- 
Constructor SummaryConstructors Constructor Description EagerObjectExchangeStrategy(ObjectExchangeConfiguration config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayBuffermarshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)FixedSizeIntIterator4unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
 
- 
- 
- 
Constructor Detail- 
EagerObjectExchangeStrategypublic EagerObjectExchangeStrategy(ObjectExchangeConfiguration config) 
 
- 
 - 
Method Detail- 
marshallpublic ByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount) - Specified by:
- marshallin interface- ObjectExchangeStrategy
 
 - 
unmarshallpublic FixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader) - Specified by:
- unmarshallin interface- ObjectExchangeStrategy
 
 
- 
 
-