MCPcopy Create free account
hub / github.com/apache/pig / getClassLoader

Method getClassLoader

src/org/apache/pig/impl/PigContext.java:910–912  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

908 }
909
910 public static ClassLoader getClassLoader() {
911 return classloader;
912 }
913 public static void setClassLoader(ClassLoader cl) {
914 if (cl instanceof ContextClassLoader) {
915 classloader = (ContextClassLoader) cl;

Callers 15

launchPigMethod · 0.95
runMethod · 0.95
fetchResourceMethod · 0.95
createPigScriptUDFJarMethod · 0.95
findContainingJarMethod · 0.95
log4jConfAsPropertiesMethod · 0.80
PigCompletorMethod · 0.80
findContainingJarMethod · 0.80
jarFinderGetJarMethod · 0.80
getExecConfMethod · 0.80
getInstanceMethod · 0.80

Calls

no outgoing calls

Tested by 1