[
https://issues.apache.org/jira/browse/GEODE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253731#comment-16253731
]
ASF GitHub Bot commented on GEODE-3392:
---------------------------------------
pivotal-jbarrett commented on issue #150: GEODE-3392: Converts CacheStatistics
to std::chrono.
URL: https://github.com/apache/geode-native/pull/150#issuecomment-344646193
@dgkimura Please have another look.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)