Denis Magda created IGNITE-1486:
-----------------------------------
Summary: Revisit newly added Portable API
Key: IGNITE-1486
URL:
https://issues.apache.org/jira/browse/IGNITE-1486 Project: Ignite
Issue Type: Improvement
Affects Versions: ignite-1.4
Reporter: Denis Magda
Priority: Critical
Fix For: ignite-1.5
GridGain contributed this API to Apache Ignite project and the API became available for developers several merges ago.
However, it makes sense to revisit/rework this API removing design issues inherited from the time when it was a part of GridGain. That's why Portable API won't be a part of public API in upcoming 1.4 release.
Portable API is located in the following packages:
- org.apache.ignite.marshaller.portable package (contains PortableMarshaller only);
- org.apache.ignite.portable package (PortableObject, PortableBuilder, PortableMetadata, etc.);
New methods are added to some existed public interfaces:
- Ignite.portables();
- CacheConfiguration.keepPortableInStore();
- IgniteCache.withKeepPortable()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)