Uses of Class
org.apache.storm.streams.tuple.Tuple4
-
Packages that use Tuple4 Package Description org.apache.storm.streams.operations.mappers -
-
Uses of Tuple4 in org.apache.storm.streams.operations.mappers
Methods in org.apache.storm.streams.operations.mappers that return types with arguments of type Tuple4 Modifier and Type Method Description static <T1,T2,T3,T4>
TupleValueMapper<Tuple4<T1,T2,T3,T4>>TupleValueMappers. of(int index1, int index2, int index3, int index4)
-