Class IndexLayerSubmitWindow
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction,org.apache.flink.streaming.api.functions.windowing.WindowFunction<com.here.platform.data.client.scaladsl.CommitPartition,String, Object, org.apache.flink.streaming.api.windowing.windows.TimeWindow>
public class IndexLayerSubmitWindow
extends org.apache.flink.streaming.api.functions.windowing.RichWindowFunction<com.here.platform.data.client.scaladsl.CommitPartition,String,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexLayerSubmitWindow(HRN hrn, String layerId, scala.Option<com.here.platform.data.client.scaladsl.PublishApi> publishApi) -
Method Summary
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.functions.windowing.WindowFunction
apply
-
Constructor Details
-
IndexLayerSubmitWindow
-
-
Method Details
-
apply
-
close
public void close()- Specified by:
closein interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
closein classorg.apache.flink.api.common.functions.AbstractRichFunction
-