public interface IgniteCacheSerializationManager<K,V> extends GridCacheManager<K,V>
| 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.
|
onKernalStart, onKernalStop, printMemoryStats, start, stopboolean portableEnabled()
boolean keepPortableInStore()
True if portable format should be preserved when passing values to cache store.Collection<Object> unwrapPortablesIfNeeded(Collection<Object> col, boolean keepPortable)
col - Collection to unwrap.keepPortable - Keep portable flag.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015