MCPcopy Create free account
hub / github.com/apple/foundationdb / shutdownWorkload

Method shutdownWorkload

bindings/java/JavaWorkload.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 void shutdownWorkload(jobject workload, const std::string& workloadName) {
431 auto clazz = getClass(workloadName.c_str());
432 env->CallVoidMethod(workload, getMethod(clazz, "shutdown", "()V"));
433 checkException();
434 }
435
436 std::string jtoStr(jstring str) {
437 jboolean isCopy;

Callers 1

~JavaWorkloadMethod · 0.80

Calls 2

getMethodFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected