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

Method getTmpFileStorageClass

src/org/apache/pig/impl/util/Utils.java:379–381  ·  view source on GitHub ↗
(Properties properties)

Source from the content-addressed store, hash-verified

377 }
378
379 public static Class<? extends FileInputLoadFunc> getTmpFileStorageClass(Properties properties) {
380 return getTmpFileStorage(properties).getStorageClass();
381 }
382
383 private static TEMPFILE_STORAGE getTmpFileStorage(Properties properties) {
384 boolean tmpFileCompression = properties.getProperty(

Callers 2

visitStoreMethod · 0.95

Calls 2

getTmpFileStorageMethod · 0.95
getStorageClassMethod · 0.80

Tested by

no test coverage detected