Modifier and Type | Method and Description |
---|---|
DataStorage |
ElementDescriptor.getDataStorage() |
Modifier and Type | Method and Description |
---|---|
DataStorage |
ExecutionEngine.getDataStorage()
Returns the DataStorage the ExecutionEngine is using.
|
Modifier and Type | Class and Description |
---|---|
class |
HDataStorage |
Modifier and Type | Method and Description |
---|---|
DataStorage |
HPath.getDataStorage() |
Modifier and Type | Field and Description |
---|---|
protected DataStorage |
HExecutionEngine.ds |
Modifier and Type | Method and Description |
---|---|
DataStorage |
HExecutionEngine.getDataStorage() |
Modifier and Type | Method and Description |
---|---|
DataStorage |
PigContext.getDfs() |
DataStorage |
PigContext.getFs() |
DataStorage |
PigContext.getLfs() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileLocalizer.fileExists(java.lang.String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.fileExists(String, PigContext) instead |
static java.lang.String |
FileLocalizer.fullPath(java.lang.String fileName,
DataStorage storage)
Deprecated.
Use
FileLocalizer.fullPath(String, PigContext) instead |
static boolean |
FileLocalizer.isDirectory(java.lang.String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.isDirectory(String, PigContext) instead. |
static boolean |
FileLocalizer.isFile(java.lang.String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.isFile(String, PigContext) instead |
static java.io.InputStream |
FileLocalizer.open(java.lang.String fileName,
ExecType execType,
DataStorage storage)
Deprecated.
Use
FileLocalizer.open(String, PigContext) instead |
Copyright © 2007-2012 The Apache Software Foundation