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

Method setInitialized

src/org/apache/pig/impl/io/FileLocalizer.java:449–453  ·  view source on GitHub ↗

This method is only used by test code to reset state. @param initialized

(boolean initialized)

Source from the content-addressed store, hash-verified

447 * @param initialized
448 */
449 public static void setInitialized(boolean initialized) {
450 if (!initialized) {
451 relativeRoot.set(null);
452 }
453 }
454
455 /**
456 * Accessor method to get the root ContainerDescriptor used for temporary

Callers 15

resetFileLocalizerMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
testPigServerStoreMethod · 0.95
testPigTempDirMethod · 0.95
testUniquePigTempDirMethod · 0.95
setUpMethod · 0.95
testPartialExecutionMethod · 0.95
testPigServerStoreMethod · 0.95
setUpMethod · 0.95

Calls 1

setMethod · 0.65

Tested by 13

resetFileLocalizerMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
testPigServerStoreMethod · 0.76
testPigTempDirMethod · 0.76
testUniquePigTempDirMethod · 0.76
setUpMethod · 0.76
testPartialExecutionMethod · 0.76
testPigServerStoreMethod · 0.76
setUpMethod · 0.76