MCPcopy
hub / github.com/OpenTSDB/opentsdb / shutdown

Method shutdown

src/auth/Authorization.java:53–53  ·  view source on GitHub ↗

Called to gracefully shutdown the plugin. Implementations should close any IO they have open @return A deferred object that indicates the completion of the request. The Object has not special meaning and can be null (think of it as Deferred ).

()

Source from the content-addressed store, hash-verified

51 * (think of it as {@code Deferred<Void>}).
52 */
53 public abstract Deferred<Object> shutdown();
54
55 /**
56 * Should return the version of this plugin in the format:

Callers 15

shutdownMethod · 0.65
shutdownMethod · 0.65
afterMethod · 0.65
shutdownMethod · 0.65
afterMethod · 0.65
shutdownMethod · 0.65
shutdownMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65

Implementers 1

AllowAllAuthenticatingAuthorizersrc/auth/AllowAllAuthenticatingAuthori

Calls

no outgoing calls

Tested by 7

shutdownMethod · 0.52
shutdownMethod · 0.52
afterMethod · 0.52
shutdownMethod · 0.52
afterMethod · 0.52
shutdownMethod · 0.52
shutdownMethod · 0.52