public class OffHeapEntryLayout extends Object implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static interface |
OffHeapEntryLayout.Serializer |
| Constructor and Description |
|---|
OffHeapEntryLayout() |
OffHeapEntryLayout(OffHeapEntryHolder eh,
boolean recoverable) |
| Modifier and Type | Method and Description |
|---|---|
byte |
buildEmbeddedSyncInfoFlags() |
OffHeapEntryHolder |
buildOffHeapEntryHolder(CacheManager cacheManager) |
short |
getOffHeapVersion() |
void |
readExternal(ObjectInput in) |
void |
readExternal(ObjectInput in,
CacheManager cacheManager,
boolean fromInitialLoad,
boolean onlyIndexedPart) |
void |
writeExternal(ObjectOutput out) |
void |
writeExternal(ObjectOutput out,
CacheManager cacheManager) |
public OffHeapEntryLayout(OffHeapEntryHolder eh, boolean recoverable)
public OffHeapEntryLayout()
public OffHeapEntryHolder buildOffHeapEntryHolder(CacheManager cacheManager)
public short getOffHeapVersion()
public void writeExternal(ObjectOutput out, CacheManager cacheManager) throws IOException
IOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in, CacheManager cacheManager, boolean fromInitialLoad, boolean onlyIndexedPart) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic byte buildEmbeddedSyncInfoFlags()
Copyright © GigaSpaces.