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

Method execute

storm-client/src/py/storm/DistributedRPC.py:41–48  ·  view source on GitHub ↗

Parameters: - functionName - funcArgs

(self, functionName, funcArgs)

Source from the content-addressed store, hash-verified

39
40class Iface(object):
41 def execute(self, functionName, funcArgs):
42 """
43 Parameters:
44 - functionName
45 - funcArgs
46
47 """
48 pass
49
50
51class Client(Iface):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected