| Package | Description |
|---|---|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
| io.atomix.utils.time |
Provides classes and interfaces for representing and operating on both logical and physical representations of time.
|
| Modifier and Type | Method and Description |
|---|---|
WallClockTimestamp |
Commit.wallClockTime()
Returns the time at which the operation was committed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPrimitiveService.tick(WallClockTimestamp timestamp) |
void |
PrimitiveService.tick(WallClockTimestamp timestamp)
Increments the Raft service time to the given timestamp.
|
void |
ServiceExecutor.tick(WallClockTimestamp timestamp)
Increments the service clock.
|
| Modifier and Type | Method and Description |
|---|---|
static WallClockTimestamp |
WallClockTimestamp.from(long unixTimestamp)
Returns a new wall clock timestamp for the given unix timestamp.
|
WallClockTimestamp |
WallClock.getTime() |
Copyright © 2013–2018. All rights reserved.