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

Method getBoltLoad

storm-client/src/jvm/org/apache/storm/grouping/Load.java:48–50  ·  view source on GitHub ↗

Get bolt load. @return the load as reported by the bolt.

()

Source from the content-addressed store, hash-verified

46 * @return the load as reported by the bolt.
47 */
48 public double getBoltLoad() {
49 return boltLoad;
50 }
51
52 /**
53 * Get connection load.

Callers 1

doTestLoadMethod · 0.80

Calls

no outgoing calls

Tested by 1

doTestLoadMethod · 0.64