Class MVCCShellEntryPacket

java.lang.Object
com.gigaspaces.internal.transport.mvcc.MVCCShellEntryPacket
All Implemented Interfaces:
RawEntry, ISwapExternalizable, IEntryPacket, ITransportPacket, SmartExternalizable, Externalizable, Serializable, Cloneable

public class MVCCShellEntryPacket extends Object implements IEntryPacket
MVCC shell entry packet, built from MVCCShellEntryCacheInfo, is intended for space recovery with enabled mvcc. EntryPackets list has same ascending order as in the shell. Each entryPacket in the list is built from corresponded eHolder in the shell and has to be instanceof IMVCCEntryPacket (keep mvcc entry metadata)
Since:
16.4.0
Author:
Davyd Savitskyi
See Also: