public class OutputWithTimerRowHandler extends Object
| Constructor and Description |
|---|
OutputWithTimerRowHandler(org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.types.Row> keyedStateBackend,
org.apache.flink.streaming.api.operators.InternalTimerService internalTimerService,
org.apache.flink.streaming.api.operators.TimestampedCollector collector,
org.apache.flink.streaming.api.operators.KeyContext keyContext,
org.apache.flink.api.common.typeutils.TypeSerializer namespaceSerializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.apache.flink.types.Row runnerOutput,
long timestamp) |
static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> |
getRunnerOutputTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> outputType,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> keyType) |
public OutputWithTimerRowHandler(org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.types.Row> keyedStateBackend,
org.apache.flink.streaming.api.operators.InternalTimerService internalTimerService,
org.apache.flink.streaming.api.operators.TimestampedCollector collector,
org.apache.flink.streaming.api.operators.KeyContext keyContext,
org.apache.flink.api.common.typeutils.TypeSerializer namespaceSerializer)
public void accept(org.apache.flink.types.Row runnerOutput,
long timestamp)
throws IOException
IOExceptionpublic static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getRunnerOutputTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> outputType,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> keyType)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.