Class ValuesMapper
java.lang.Object
org.apache.storm.streams.operations.mappers.ValuesMapper
- All Implemented Interfaces:
- Serializable,- Function<Tuple,,- Values> - TupleValueMapper<Values>,- Operation
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValuesMapper(int... indices) Constructs a newValuesMapperthat extracts value from aTupleat specified indices.
- 
Method Summary
- 
Constructor Details- 
ValuesMapperpublic ValuesMapper(int... indices) Constructs a newValuesMapperthat extracts value from aTupleat specified indices.- Parameters:
- indices- the indices
 
 
- 
- 
Method Details