MCPcopy Create free account
hub / github.com/cmu-db/benchbase / getClass

Method getClass

src/main/java/com/oltpbenchmark/util/ClassUtil.java:186–188  ·  view source on GitHub ↗

@param class_name @return

(String class_name)

Source from the content-addressed store, hash-verified

184 * @return
185 */
186 public static Class<?> getClass(String class_name) {
187 return getClass(Thread.currentThread().getContextClassLoader(), class_name);
188 }
189
190 /**
191 * @param loader

Callers 15

initTransactionTypeMethod · 0.95
newInstanceMethod · 0.95
fromJSONMethod · 0.95
getClassForFieldMethod · 0.95
getPrimitiveValueMethod · 0.95
testGetSQLDialectPathMethod · 0.80
testSetSQLDialectMethod · 0.80
testGetProcedureMethod · 0.80
AbstractTestCaseClass · 0.80
testGetDataDirMethod · 0.80
testPopMethod · 0.80

Calls

no outgoing calls

Tested by 8

testGetSQLDialectPathMethod · 0.64
testSetSQLDialectMethod · 0.64
testGetProcedureMethod · 0.64
testGetDataDirMethod · 0.64
testPopMethod · 0.64
equalsMethod · 0.64
testInitMethod · 0.64