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

Method getId

src/org/apache/pig/impl/plan/OperatorKey.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public long getId() {
65 return id;
66 }
67
68 public int compareTo(OperatorKey o) {
69 int scCmp = scope.compareTo(o.scope);

Callers 13

createOutputStreamMethod · 0.45
makeMockTempFileMethod · 0.45
initMethod · 0.45
visitMROpMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
initializeMethod · 0.45
writeErrorToHDFSMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by 1

makeMockTempFileMethod · 0.36