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

Method debug

storm-client/src/jvm/org/apache/storm/generated/Nimbus.java:206–206  ·  view source on GitHub ↗
(java.lang.String name, java.lang.String component, boolean enable, double samplingPercentage, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)

Source from the content-addressed store, hash-verified

204 public void getLogConfig(java.lang.String name, org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig> resultHandler) throws org.apache.storm.thrift.TException;
205
206 public void debug(java.lang.String name, java.lang.String component, boolean enable, double samplingPercentage, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException;
207
208 public void setWorkerProfiler(java.lang.String id, ProfileRequest profileRequest, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException;
209

Callers

nothing calls this directly

Implementers 4

AsyncClientstorm-client/src/jvm/org/apache/storm/
Clientstorm-client/src/jvm/org/apache/storm/
Ifacestorm-client/src/py/storm/DistributedR
Clientstorm-client/src/py/storm/DistributedR

Calls

no outgoing calls

Tested by

no test coverage detected