Class DeferredObjectExchangeStrategy
- java.lang.Object
-
- com.db4o.cs.internal.objectexchange.DeferredObjectExchangeStrategy
-
- All Implemented Interfaces:
ObjectExchangeStrategy
public class DeferredObjectExchangeStrategy extends java.lang.Object implements ObjectExchangeStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectExchangeStrategy
INSTANCE
-
Constructor Summary
Constructors Constructor Description DeferredObjectExchangeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayBuffer
marshall(LocalTransaction transaction, IntIterator4 ids, int count)
FixedSizeIntIterator4
unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
-
-
-
Field Detail
-
INSTANCE
public static final ObjectExchangeStrategy INSTANCE
-
-
Method Detail
-
marshall
public ByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int count)
- Specified by:
marshall
in interfaceObjectExchangeStrategy
-
unmarshall
public FixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
- Specified by:
unmarshall
in interfaceObjectExchangeStrategy
-
-