[
https://issues.apache.org/jira/browse/GEODE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253823#comment-16253823
]
ASF subversion and git services commented on GEODE-3392:
--------------------------------------------------------
Commit 8aa2c413c05e360ae0e97601ef05762359d7ea8a in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=8aa2c41 ]
GEODE-3392: Converts CacheStatistics to std::chrono. (#150)
- Convert .NET CacheStatistics to DateTime.
> Migrate CacheStatistics to use std::chrono
> ------------------------------------------
>
> Key: GEODE-3392
> URL: https://issues.apache.org/jira/browse/GEODE-3392
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Ernest Burghardt
>
> virtual std::chrono::time_point getLastModifiedTime() const;
> /**
> * For an entry, returns the last time it was accessed via
> * @see Region::get
> * @see getLastModifiedTime
> */
> virtual std::chrono::time_point getLastAccessedTime() const;
> private:
> virtual void setLastAccessedTime(std::chrono::time_point lat);
> virtual void setLastModifiedTime(std::chrono::time_point lmt);
> std::atomic<std::chrono::time_point> m_lastAccessTime;
> std::atomic<std::chrono::time_point> m_lastModifiedTime;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)