Uses of Interface
org.apache.flink.streaming.api.functions.windowing.delta.extractor.Extractor
Packages that use Extractor
Package
Description
-
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 ExtractorModifierConstructorDescriptionCosineDistance(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 ExtractorModifier and TypeClassDescriptionclassConverts 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.classExtracts 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 ExtractorConstructors in org.apache.flink.streaming.api.functions.windowing.delta.extractor with parameters of type Extractor