public interface Parser<K,V>
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getFieldNames()
Deprecated.  
 | 
Map<K,V> | 
parseToMap(String input)
Parse a String into a Map. 
 | 
void | 
setFieldNames(Iterable<String> fieldNames)
Deprecated.  
 | 
default void | 
startFileFromBeginning()
This method may or may not get called at the start of reading of every file depending on the type of IndexTasks. 
 | 
default void startFileFromBeginning()
@Nullable Map<K,V> parseToMap(String input)
ParseException - if the String cannot be parsed@Deprecated void setFieldNames(Iterable<String> fieldNames)
@Deprecated List<String> getFieldNames()
Copyright © 2011–2018. All rights reserved.