|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.batch.item.PassThroughLineDataMapper
public class PassThroughLineDataMapper
Simple LineDataMapper implementation which just passes data as it is.
| Constructor Summary | |
|---|---|
PassThroughLineDataMapper()
|
|
| Method Summary | |
|---|---|
java.lang.String |
mapLine(java.lang.String line)
Implementations must implement this method to map the provided line to the parameter type T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PassThroughLineDataMapper()
| Method Detail |
|---|
public java.lang.String mapLine(java.lang.String line)
throws java.lang.Exception
LineDataMapper
mapLine in interface LineDataMapper<java.lang.String>line - to be mapped
java.lang.Exception - if error occured while parsing.
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||