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

Method execute

storm-server/src/main/java/org/apache/storm/LocalDRPC.java:70–73  ·  view source on GitHub ↗
(String functionName, String funcArgs)

Source from the content-addressed store, hash-verified

68 }
69
70 @Override
71 public String execute(String functionName, String funcArgs) throws DRPCExecutionException, AuthorizationException, TException {
72 return drpc.executeBlocking(functionName, funcArgs);
73 }
74
75 @Override
76 public void failRequest(String id) throws AuthorizationException, TException {

Callers

nothing calls this directly

Calls 1

executeBlockingMethod · 0.80

Tested by

no test coverage detected