Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners.inprocess
Interface Clock
-
- All Known Implementing Classes:
- NanosOffsetClock
public interface Clock
Access to the current time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Instant
now()
Returns the current time as anInstant
.
-