se.wollan:time time
Group | se.wollan |
描述 | <text># Time To be able to timestamp events in a distributed system, we use a [hybrid logical clock](https://cse.buffalo.edu/tech-reports/2014-04.pdf). For our purposes, with relatively few events and the assumption that the physical clock will progress faster than the logical in the long run, the naive HLC impl will suffice and the timestamp value will in pratice be bounded. ## Install ``` kotlin implementation("se.wollan:time:<version>") ``` [Stable versions](https://central.sonatype.com/artifact/se.wollan/time/). [Snapshot versions](https://oss.sonatype.org/content/repositories/snapshots/se/wollan/time/). ``` kotlin repositories { mavenCentral() maven("https://oss.sonatype.org/content/repositories/snapshots/") } ``` ## Usage ``` kotlin // 1. Bootstrap application val tim |
Packaging | |
Size | |
文件 | pom jar |
网址 | https://bitbucket.org/wollan/time |
发布时间 | 2024-02-12 01:36 |
dependencies
developers
wollan | wollan |
licenses
CC BY-NC-ND 4.0 | https://creativecommons.org/licenses/by-nc-nd/4.0/ |
索引仓库
仓库 | 个数 |
Central | 592045 |