org.apache.hadoop.record
Interface Index


Deprecated. Replaced by Avro.

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public interface Index

Interface that acts as an iterator for deserializing maps. The deserializer returns an instance that the record uses to read vectors and maps. An example of usage is as follows: Index idx = startVector(...); while (!idx.done()) { .... // read element of a vector idx.incr(); }


Method Summary
 boolean done()
          Deprecated.  
 void incr()
          Deprecated.  
 

Method Detail

done

boolean done()
Deprecated. 

incr

void incr()
Deprecated. 


Copyright © 2014 Apache Software Foundation. All Rights Reserved.