Uses of Interface
org.apache.hadoop.record.Index

Packages that use Index
org.apache.hadoop.record (DEPRECATED) Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. 
 

Uses of Index in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record that return Index
 Index RecordInput.startMap(String tag)
          Deprecated. Check the mark for start of the serialized map.
 Index CsvRecordInput.startMap(String tag)
          Deprecated.  
 Index BinaryRecordInput.startMap(String tag)
          Deprecated.  
 Index XmlRecordInput.startMap(String tag)
          Deprecated.  
 Index RecordInput.startVector(String tag)
          Deprecated. Check the mark for start of the serialized vector.
 Index CsvRecordInput.startVector(String tag)
          Deprecated.  
 Index BinaryRecordInput.startVector(String tag)
          Deprecated.  
 Index XmlRecordInput.startVector(String tag)
          Deprecated.  
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.