MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / newTimer

Method newTimer

src/utils/Threads.java:64–66  ·  view source on GitHub ↗

Returns a new HashedWheelTimer with a name and default ticks @param name The name to add to the thread name @return A timer

(final String name)

Source from the content-addressed store, hash-verified

62 * @return A timer
63 */
64 public static HashedWheelTimer newTimer(final String name) {
65 return newTimer(100, name);
66 }
67
68 /**
69 * Returns a new HashedWheelTimer with a name and default ticks

Callers 9

beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
beforeMethod · 0.95
TSDBMethod · 0.95

Calls

no outgoing calls

Tested by 8

beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76
beforeMethod · 0.76