Uses of Class
org.apache.storm.streams.tuple.Tuple10
-
Packages that use Tuple10 Package Description org.apache.storm.streams.operations.mappers -
-
Uses of Tuple10 in org.apache.storm.streams.operations.mappers
Methods in org.apache.storm.streams.operations.mappers that return types with arguments of type Tuple10 Modifier and Type Method Description static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
TupleValueMapper<Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>>TupleValueMappers. of(int index1, int index2, int index3, int index4, int index5, int index6, int index7, int index8, int index9, int index10)
-