You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/08 07:02:08 UTC

[GitHub] [ignite] ivandasch commented on a change in pull request #9805: IGNITE-16491 CPP: Added EventType field to CacheEntryEvent

ivandasch commented on a change in pull request #9805:
URL: https://github.com/apache/ignite/pull/9805#discussion_r801317851



##########
File path: modules/platforms/cpp/core/include/ignite/cache/event/cache_entry_event.h
##########
@@ -30,6 +30,45 @@ namespace ignite
 {
     namespace cache
     {
+        /**
+         * Cache entry event type.
+         */
+        struct CacheEntryEventType

Review comment:
       May be better create enum CacheEntryEventType and move FromInt8 to namespace?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org