Package | Description |
---|---|
org.apache.pig.backend.datastorage | |
org.apache.pig.backend.hadoop.datastorage |
Modifier and Type | Method and Description |
---|---|
static SeekableInputStream.FLAGS |
SeekableInputStream.FLAGS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeekableInputStream.FLAGS[] |
SeekableInputStream.FLAGS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SeekableInputStream.seek(long offset,
SeekableInputStream.FLAGS whence)
Seeks to a given offset as specified by whence flags.
|
Modifier and Type | Method and Description |
---|---|
void |
HSeekableInputStream.seek(long offset,
SeekableInputStream.FLAGS whence) |
Copyright © 2007-2017 The Apache Software Foundation