Uses of Interface
org.apache.flink.streaming.api.functions.windowing.delta.extractor.Extractor
-
Packages that use Extractor Package Description org.apache.flink.streaming.api.functions.windowing.delta org.apache.flink.streaming.api.functions.windowing.delta.extractor -
-
Uses of Extractor in org.apache.flink.streaming.api.functions.windowing.delta
Constructors in org.apache.flink.streaming.api.functions.windowing.delta with parameters of type Extractor Constructor Description CosineDistance(Extractor<DATA,double[]> converter)EuclideanDistance(Extractor<DATA,double[]> converter)ExtractionAwareDeltaFunction(Extractor<DATA,TO> converter) -
Uses of Extractor in org.apache.flink.streaming.api.functions.windowing.delta.extractor
Classes in org.apache.flink.streaming.api.functions.windowing.delta.extractor that implement Extractor Modifier and Type Class Description classArrayFromTupleConverts a Tuple to an Object-Array.classConcatenatedExtract<FROM,OVER,TO>Combines two extractors which will be executed one after each other.classFieldFromArray<OUT>Extracts a single field out of an array.classFieldFromTuple<OUT>Extracts a single field out of a tuple.classFieldsFromArray<OUT>Extracts multiple fields from an array and puts them into a new array of the specified type.classFieldsFromTupleExtracts one or more fields of the type Double from a tuple and puts them into a new double[].Methods in org.apache.flink.streaming.api.functions.windowing.delta.extractor with parameters of type Extractor Modifier and Type Method Description <OUT> ConcatenatedExtract<FROM,TO,OUT>ConcatenatedExtract. add(Extractor<TO,OUT> e3)Constructors in org.apache.flink.streaming.api.functions.windowing.delta.extractor with parameters of type Extractor Constructor Description ConcatenatedExtract(Extractor<FROM,OVER> e1, Extractor<OVER,TO> e2)Combines two extractors which will be executed one after each other.
-