Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deltaSecsConvertsToSecondsTest
Method · 0.95
deltaSecsTruncatesFractionalSecondsTest
Method · 0.95
UptimeComputer
Method · 0.95
deltaSecs
Method · 0.95
metricsTick
Method · 0.95
ReportError
Method · 0.95
report
Method · 0.95
doHeartBeat
Method · 0.95
mkZkWorkerHb
Method · 0.95
reportError
Method · 0.95
test_getTopologyBoltAggStatsMap_includesLastError
Method · 0.95
test_getTopologySpoutAggStatsMap_includesLastError
Method · 0.95
Calls
1
currentTimeMillis
Method · 0.95
Tested by
15
deltaSecsConvertsToSecondsTest
Method · 0.76
deltaSecsTruncatesFractionalSecondsTest
Method · 0.76
test_getTopologyBoltAggStatsMap_includesLastError
Method · 0.76
test_getTopologySpoutAggStatsMap_includesLastError
Method · 0.76
execute
Method · 0.76
testResourcePoolUtilization
Method · 0.76
createTopoDetailsArray
Method · 0.76
testFIFOEvictionStrategy
Method · 0.76
testLaunchContainerFromEmpty
Method · 0.76
testErrorHandlingWhenLocalizationFails
Method · 0.76
testRelaunch
Method · 0.76
testReschedule
Method · 0.76