public class IgniteCacheOsSerializationManager<K,V> extends GridCacheManagerAdapter<K,V> implements IgniteCacheSerializationManager<K,V>
cctx, log| Constructor and Description |
|---|
IgniteCacheOsSerializationManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
keepPortableInStore() |
boolean |
portableEnabled()
TODO this method should be removed from Ignite internals as a part of work on cache objects.
|
Object |
unwrapPortableIfNeeded(Object o,
boolean keepPortable) |
Collection<Object> |
unwrapPortablesIfNeeded(Collection<Object> col,
boolean keepPortable)
Unwraps collection.
|
context, kernalStartInfo, kernalStopInfo, log, onKernalStart, onKernalStart0, onKernalStop, onKernalStop0, printMemoryStats, start, start0, startInfo, stop, stop0, stopInfo, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonKernalStart, onKernalStop, printMemoryStats, start, stoppublic boolean portableEnabled()
portableEnabled in interface IgniteCacheSerializationManager<K,V>public boolean keepPortableInStore()
keepPortableInStore in interface IgniteCacheSerializationManager<K,V>True if portable format should be preserved when passing values to cache store.public Object unwrapPortableIfNeeded(Object o, boolean keepPortable)
unwrapPortableIfNeeded in interface IgniteCacheSerializationManager<K,V>public Collection<Object> unwrapPortablesIfNeeded(Collection<Object> col, boolean keepPortable)
unwrapPortablesIfNeeded in interface IgniteCacheSerializationManager<K,V>col - Collection to unwrap.keepPortable - Keep portable flag.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015