Changed Methods |
void close()
|
Changed from non-abstract to abstract.
|
A method called by the Pig runtime to give an opportunity for implementations to perform cleanup actions like closing the underlying input stream. |
void initialize(Configuration )
|
Changed from non-abstract to abstract.
|
This method is called by Pig run time to allow the IndexableLoadFunc to perform any initialization actions |
void seekNear(Tuple )
|
Changed from non-abstract to abstract.
|
This method is called by the Pig runtime to indicate to the LoadFunc to position its underlying input stream near the keys supplied as the argument. |