You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2021/09/10 19:46:00 UTC

[jira] [Created] (GEODE-9594) Implement integer types for put/get in .net core

Blake Bender created GEODE-9594:
-----------------------------------

             Summary: Implement integer types for put/get in .net core
                 Key: GEODE-9594
                 URL: https://issues.apache.org/jira/browse/GEODE-9594
             Project: Geode
          Issue Type: New Feature
          Components: native client
            Reporter: Blake Bender


There are several numeric types under the "cacheable built-ins" umbrella in the CLI code - Int16, Int32, Int64, double, and float, perhaps others.  We can add put/get support for these types to the Region object, giving us a lot more flexibility and a blueprint for adding the remaining Geode-supported types.

Feel free to implement these one at a time, if it makes for more reasonable PRs.  Like add a CacheableInt32 class, implement toData/fromData/Equals/HashCode/whatever else is required to match features in the current .net API, then implement put/get for this type.  Be sure to include appropriate unit & integration tests.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)