MCPcopy Create free account
hub / github.com/apache/storm / currentTimeSecs

Method currentTimeSecs

storm-client/src/jvm/org/apache/storm/utils/Time.java:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 public static int currentTimeSecs() {
154 return (int) (currentTimeMillis() / 1000);
155 }
156
157 public static int deltaSecs(int timeInSeconds) {
158 return Time.currentTimeSecs() - timeInSeconds;

Callers 15

UptimeComputerMethod · 0.95
deltaSecsMethod · 0.95
metricsTickMethod · 0.95
ReportErrorMethod · 0.95
reportMethod · 0.95
doHeartBeatMethod · 0.95
mkZkWorkerHbMethod · 0.95
reportErrorMethod · 0.95

Calls 1

currentTimeMillisMethod · 0.95