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

Method listStatus

test/org/apache/pig/pigunit/Cluster.java:91–94  ·  view source on GitHub ↗
(Path path)

Source from the content-addressed store, hash-verified

89 }
90
91 public FileStatus[] listStatus(Path path) throws IOException {
92 FileSystem fs = path.getFileSystem(configuration);
93 return fs.listStatus(path);
94 }
95
96 public boolean delete(Path path) throws IOException {
97 FileSystem fs = path.getFileSystem(configuration);

Callers 15

assertEmptyOutputFileMethod · 0.45
storeSchemaMethod · 0.45
readOutputMethod · 0.45
getFirstPartFileMethod · 0.45
testBzipInPigMethod · 0.45
testBzipInPig2Method · 0.45
testEmptyBzipInPigMethod · 0.45
testCountMethod · 0.45

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected