Package org.apache.storm.streams.operations.mappers
package org.apache.storm.streams.operations.mappers
-
ClassDescriptionPairValueMapper<K,
V> Extracts a typed key-value pair from a tuple.A generic interface for mapping aTuple
to typed values.Factory for constructing typed tuples from aTuple
based on indicies.ValueMapper<T>Extracts a single typed value from a tuple.