| Changed Methods | 
  
  
  void close()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Close this InputSplit to future operations. | 
  
  
  K createKey()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Create an object of the appropriate type to be used as a key. | 
  
  
  V createValue()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Create an object of the appropriate type to be used as a value. | 
  
  
  long getPos()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Returns the current position in the input. | 
  
  
  float getProgress()  
   | 
  
Changed from abstract to non-abstract.
   | 
  How much of the input has the RecordReader consumed i.e. | 
  
  
  boolean next(K, V)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Reads the next key/value pair from the input for processing. |