Vladislav Pyatkov created IGNITE-18978:
------------------------------------------
Summary: Method to comparison timestamps with clock skew
Key: IGNITE-18978
URL: https://issues.apache.org/jira/browse/IGNITE-18978
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
*Motivation*
In several modules, required comparing hybrid timestamps with clock skew. For
the reason, need to universalize this logic.
*Implementation notes*
It will be convenient to have a method:
{code:java}
public int compareWithClockSkew(HybridTimestamp ts1, HybridTimestamp ts1);
{code}
The method should return 0 if the both timestamps are differenced less than the
clock skew.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)