Package | Description |
---|---|
org.apache.pig.backend.datastorage | |
org.apache.pig.backend.hadoop.datastorage | |
org.apache.pig.impl.io |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
ElementDescriptor.sopen() |
SeekableInputStream |
ElementDescriptor.sopen(java.util.Properties configuration)
Open an element in the Data Storage with support for random access
(seek operations).
|
Modifier and Type | Class and Description |
---|---|
class |
HSeekableInputStream |
Modifier and Type | Method and Description |
---|---|
abstract SeekableInputStream |
HPath.sopen() |
SeekableInputStream |
HFile.sopen() |
SeekableInputStream |
HDirectory.sopen() |
SeekableInputStream |
HFile.sopen(java.util.Properties configuration) |
SeekableInputStream |
HDirectory.sopen(java.util.Properties configuration) |
Modifier and Type | Method and Description |
---|---|
static SeekableInputStream |
FileLocalizer.open(java.lang.String fileSpec,
long offset,
PigContext pigContext) |
Copyright © 2007-2012 The Apache Software Foundation