Uses of Class
org.apache.flink.streaming.api.TimeCharacteristic
-
Packages that use TimeCharacteristic Package Description org.apache.flink.streaming.api org.apache.flink.streaming.api.environment org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.operators -
-
Uses of TimeCharacteristic in org.apache.flink.streaming.api
Methods in org.apache.flink.streaming.api that return TimeCharacteristic Modifier and Type Method Description static TimeCharacteristicTimeCharacteristic. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static TimeCharacteristic[]TimeCharacteristic. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeCharacteristic in org.apache.flink.streaming.api.environment
Fields in org.apache.flink.streaming.api.environment with type parameters of type TimeCharacteristic Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<TimeCharacteristic>StreamPipelineOptions. TIME_CHARACTERISTICMethods in org.apache.flink.streaming.api.environment that return TimeCharacteristic Modifier and Type Method Description TimeCharacteristicStreamExecutionEnvironment. getStreamTimeCharacteristic()Deprecated.SeeStreamExecutionEnvironment.setStreamTimeCharacteristic(TimeCharacteristic)for deprecation notice.Methods in org.apache.flink.streaming.api.environment with parameters of type TimeCharacteristic Modifier and Type Method Description voidStreamExecutionEnvironment. setStreamTimeCharacteristic(TimeCharacteristic characteristic)Deprecated.In Flink 1.12 the default stream time characteristic has been changed toEventTime, thus you don't need to call this method for enabling event-time support anymore. -
Uses of TimeCharacteristic in org.apache.flink.streaming.api.graph
Fields in org.apache.flink.streaming.api.graph declared as TimeCharacteristic Modifier and Type Field Description static TimeCharacteristicStreamGraphGenerator. DEFAULT_TIME_CHARACTERISTICMethods in org.apache.flink.streaming.api.graph that return TimeCharacteristic Modifier and Type Method Description TimeCharacteristicStreamConfig. getTimeCharacteristic()TimeCharacteristicStreamGraph. getTimeCharacteristic()Methods in org.apache.flink.streaming.api.graph with parameters of type TimeCharacteristic Modifier and Type Method Description voidStreamConfig. setTimeCharacteristic(TimeCharacteristic characteristic)voidStreamGraph. setTimeCharacteristic(TimeCharacteristic timeCharacteristic)StreamGraphGeneratorStreamGraphGenerator. setTimeCharacteristic(TimeCharacteristic timeCharacteristic) -
Uses of TimeCharacteristic in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type TimeCharacteristic Modifier and Type Method Description static <OUT> SourceFunction.SourceContext<OUT>StreamSourceContexts. getSourceContext(TimeCharacteristic timeCharacteristic, ProcessingTimeService processingTimeService, Object checkpointLock, Output<StreamRecord<OUT>> output, long watermarkInterval, long idleTimeout, boolean emitProgressiveWatermarks)Deprecated.Depending on theTimeCharacteristic, this method will return the adequateSourceFunction.SourceContext.
-