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

Packages that use Index
org.apache.hadoop.record 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 XmlRecordInput.startMap(String tag)
           
 Index CsvRecordInput.startMap(String tag)
           
 Index BinaryRecordInput.startMap(String tag)
           
 Index RecordInput.startMap(String tag)
          Check the mark for start of the serialized map.
 Index XmlRecordInput.startVector(String tag)
           
 Index CsvRecordInput.startVector(String tag)
           
 Index BinaryRecordInput.startVector(String tag)
           
 Index RecordInput.startVector(String tag)
          Check the mark for start of the serialized vector.
 



Copyright © 2008 The Apache Software Foundation