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

Method getInstance

src/org/apache/pig/backend/hadoop/PigATSClient.java:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 private TimelineClient timelineClient;
54
55 public static synchronized PigATSClient getInstance() {
56 if (instance==null) {
57 instance = new PigATSClient();
58 }
59 return instance;
60 }
61
62 private PigATSClient() {
63 if (executor == null) {

Callers 6

PigServerMethod · 0.95
execMethod · 0.45
execMethod · 0.45
consumeBagMethod · 0.45
execMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected