Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8442

How to use ignite cache for cross-platform(Java, C++)

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 2.4
    • None
    • binary, cache, platforms
    • None

    Description

      I want to use ignite, but our system contains C++ and Java applications.

      C++ write/read a cache, and java read the cache;

      Java write/read a cache, and C++ read the cache;

       

      The cache main entity is User, which contains List, Map, Contact entity, for example:

       

      User

      {    Long id; String userName; String password;   Map<String,Object> extAttributes;   List<Contact> phoneNums; ... ... }

       

      Contact

      { Long id; String contactType; String contactNum; }

       

      Could you tell me an example how to implement it?

       

      https://apacheignite-cpp.readme.io/docs/cross-platform-interoperability#defining-cross-platform-type

      Attachments

        Activity

          People

            Unassigned Unassigned
            ljywit Liu Jingyuan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: