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

Method get

src/org/apache/pig/tools/pigstats/ScriptState.java:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public static ScriptState get() {
192 return tss.get();
193 }
194
195 public static ScriptState start(ScriptState state) {
196 tss.set(state);

Callers 15

validateFailureMethod · 0.95
getAliasMethod · 0.95
PigServerMethod · 0.95
iteratorMethod · 0.95
getHadoopVersionMethod · 0.95
getPigVersionMethod · 0.95
getScriptMethod · 0.95
getScriptIdMethod · 0.95
getFileNameMethod · 0.95
getFeaturesMethod · 0.95
SparkPigStatsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 2

validateFailureMethod · 0.76
getAliasMethod · 0.76