MCPcopy Create free account
hub / github.com/apache/calcite / removeThread

Method removeThread

core/src/main/java/org/apache/calcite/runtime/Hook.java:183–186  ·  view source on GitHub ↗

Removes a thread handler from this Hook.

(Consumer handler)

Source from the content-addressed store, hash-verified

181
182 /** Removes a thread handler from this Hook. */
183 @SuppressWarnings({"rawtypes", "UnusedReturnValue"})
184 private boolean removeThread(Consumer handler) {
185 return threadHandlers.get().remove(handler);
186 }
187
188 // CHECKSTYLE: IGNORE 1
189 /** @deprecated Use {@link #propertyJ}. */

Callers 1

addThreadMethod · 0.95

Calls 2

removeMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected