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

Method asContainer

src/org/apache/pig/backend/datastorage/DataStorage.java:117–117  ·  view source on GitHub ↗

Created an entity handle for a container. @param name of the container @return a container descriptor @throws DataStorageException if name does not conform to naming convention enforced by the Data Storage.

(String name)

Source from the content-addressed store, hash-verified

115 * convention enforced by the Data Storage.
116 */
117 public ContainerDescriptor asContainer(String name)
118 throws DataStorageException;
119
120 public ContainerDescriptor asContainer(ContainerDescriptor container)

Callers 10

checkStorePathMethod · 0.95
checkLoadPathMethod · 0.95
mkdirsMethod · 0.65
listPathsMethod · 0.65
processCDMethod · 0.65
processMkdirMethod · 0.65
isTempPathMethod · 0.65
copyMethod · 0.65
iteratorMethod · 0.65
getTempContainerMethod · 0.65

Implementers 1

HDataStoragesrc/org/apache/pig/backend/hadoop/data

Calls

no outgoing calls

Tested by 2

checkStorePathMethod · 0.76
checkLoadPathMethod · 0.76