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(String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.fileExists(String, PigContext) instead |
static String |
FileLocalizer.fullPath(String fileName,
DataStorage storage)
Deprecated.
Use
FileLocalizer.fullPath(String, PigContext) instead |
static boolean |
FileLocalizer.isDirectory(String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.isDirectory(String, PigContext) instead. |
static boolean |
FileLocalizer.isFile(String filename,
DataStorage store)
Deprecated.
Use
FileLocalizer.isFile(String, PigContext) instead |
static InputStream |
FileLocalizer.open(String fileName,
ExecType execType,
DataStorage storage)
Deprecated.
Use
FileLocalizer.open(String, PigContext) instead |
Copyright © 2007-2017 The Apache Software Foundation