|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlReduceFunction(originalReduceFunction ReduceFunction<T>, config StateTtlConfig, timeProvider TtlTimeProvider) in class org.apache.flink.runtime.state.ttl.TtlReduceFunction |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlMapState(original InternalMapState<K,N,UK,TtlValue<UV>>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<Map<UK,UV>>) in class org.apache.flink.runtime.state.ttl.TtlMapState |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlFoldFunction(original FoldFunction<T,ACC>, config StateTtlConfig, timeProvider TtlTimeProvider, defaultAccumulator ACC) in class org.apache.flink.runtime.state.ttl.TtlFoldFunction |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlFoldingState(originalState InternalFoldingState<K,N,T,TtlValue<ACC>>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<ACC>) in class org.apache.flink.runtime.state.ttl.TtlFoldingState |
From |
To |
|
Change Parameter Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in method public createState(context FunctionInitializationContext, ttlConfig StateTtlConfig) : State in class org.apache.flink.streaming.tests.verify.AbstractTtlStateVerifier |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package AbstractTtlDecorator(original T, config StateTtlConfig, timeProvider TtlTimeProvider) in class org.apache.flink.runtime.state.ttl.AbstractTtlDecorator |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlAggregateFunction(aggFunction AggregateFunction<IN,ACC,OUT>, config StateTtlConfig, timeProvider TtlTimeProvider) in class org.apache.flink.runtime.state.ttl.TtlAggregateFunction |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlListState(originalState InternalListState<K,N,TtlValue<T>>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<List<T>>) in class org.apache.flink.runtime.state.ttl.TtlListState |
From |
To |
|
Change Parameter Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in method public enableTimeToLive(ttlConfig StateTtlConfig) : void in class org.apache.flink.api.common.state.StateDescriptor |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlReducingState(originalState InternalReducingState<K,N,TtlValue<T>>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<T>) in class org.apache.flink.runtime.state.ttl.TtlReducingState |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlAggregatingState(originalState InternalAggregatingState<K,N,IN,TtlValue<ACC>,OUT>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<ACC>, aggregateFunction TtlAggregateFunction<IN,ACC,OUT>) in class org.apache.flink.runtime.state.ttl.TtlAggregatingState |
From |
To |
|
Change Parameter Type ttlUpdateType : TtlUpdateType to updateType : UpdateType in method private StateTtlConfig(updateType UpdateType, stateVisibility StateVisibility, timeCharacteristic TimeCharacteristic, ttl Time, cleanupStrategies CleanupStrategies) in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Parameter Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in method package TtlVerifyUpdateFunction(ttlConfig StateTtlConfig, reportStatAfterUpdatesNum long) in class org.apache.flink.streaming.tests.TtlVerifyUpdateFunction |
From |
To |
|
Change Parameter Type timeCharacteristic : TtlTimeCharacteristic to timeCharacteristic : TimeCharacteristic in method public setTimeCharacteristic(timeCharacteristic TimeCharacteristic) : Builder in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |
|
Change Parameter Type timeCharacteristic : TtlTimeCharacteristic to timeCharacteristic : TimeCharacteristic in method private StateTtlConfig(updateType UpdateType, stateVisibility StateVisibility, timeCharacteristic TimeCharacteristic, ttl Time, cleanupStrategies CleanupStrategies) in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Parameter Type stateVisibility : TtlStateVisibility to stateVisibility : StateVisibility in method private StateTtlConfig(updateType UpdateType, stateVisibility StateVisibility, timeCharacteristic TimeCharacteristic, ttl Time, cleanupStrategies CleanupStrategies) in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Parameter Type stateVisibility : TtlStateVisibility to stateVisibility : StateVisibility in method public setStateVisibility(stateVisibility StateVisibility) : Builder in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |
|
Change Parameter Type updateType : StateTtlConfiguration.TtlUpdateType to updateType : StateTtlConfig.UpdateType in method private initTest(updateType StateTtlConfig.UpdateType, visibility StateTtlConfig.StateVisibility) : void in class org.apache.flink.runtime.state.ttl.TtlStateTestBase |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package TtlValueState(originalState InternalValueState<K,N,TtlValue<T>>, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<T>) in class org.apache.flink.runtime.state.ttl.TtlValueState |
From |
To |
|
Change Parameter Type ttlUpdateType : TtlUpdateType to updateType : UpdateType in method public setUpdateType(updateType UpdateType) : Builder in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |
|
Change Parameter Type visibility : StateTtlConfiguration.TtlStateVisibility to visibility : StateTtlConfig.StateVisibility in method private initTest(updateType StateTtlConfig.UpdateType, visibility StateTtlConfig.StateVisibility) : void in class org.apache.flink.runtime.state.ttl.TtlStateTestBase |
From |
To |
|
Change Parameter Type config : StateTtlConfiguration to config : StateTtlConfig in method package AbstractTtlState(original S, config StateTtlConfig, timeProvider TtlTimeProvider, valueSerializer TypeSerializer<SV>) in class org.apache.flink.runtime.state.ttl.AbstractTtlState |
From |
To |
|
Change Parameter Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in method public createState(context FunctionInitializationContext, ttlConfig StateTtlConfig) : State in class org.apache.flink.streaming.tests.verify.TtlStateVerifier |
From |
To |
|
Change Attribute Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in class org.apache.flink.api.common.state.StateDescriptor |
From |
To |
|
Change Attribute Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in class org.apache.flink.runtime.state.ttl.TtlStateFactory |
From |
To |
|
Change Attribute Type stateFactories : Map<Class<? extends StateDescriptor>,KeyedStateFactory> to stateFactories : Map<Class<? extends StateDescriptor>,SupplierWithException<IS,Exception>> in class org.apache.flink.runtime.state.ttl.TtlStateFactory |
From |
To |
|
Change Attribute Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in class org.apache.flink.runtime.state.ttl.TtlStateTestBase |
From |
To |
|
Change Attribute Type DISABLED : StateTtlConfiguration to DISABLED : StateTtlConfig in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Attribute Type timeCharacteristic : TtlTimeCharacteristic to timeCharacteristic : TimeCharacteristic in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Attribute Type timeCharacteristic : TtlTimeCharacteristic to timeCharacteristic : TimeCharacteristic in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |
|
Change Attribute Type ttlConfig : StateTtlConfiguration to ttlConfig : StateTtlConfig in class org.apache.flink.streaming.tests.TtlVerifyUpdateFunction |
From |
To |
|
Change Attribute Type copiedColumnFamilyHandles : List<ColumnFamilyHandle> to copiedMeta : List<Tuple2<ColumnFamilyHandle,RegisteredStateMetaInfoBase>> in class org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend.RocksDBFullSnapshotOperation |
From |
To |
|
Change Attribute Type config : StateTtlConfiguration to config : StateTtlConfig in class org.apache.flink.runtime.state.ttl.AbstractTtlDecorator |
From |
To |
|
Change Attribute Type ttlUpdateType : TtlUpdateType to updateType : UpdateType in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Attribute Type stateVisibility : TtlStateVisibility to stateVisibility : StateVisibility in class org.apache.flink.api.common.state.StateTtlConfig |
From |
To |
|
Change Attribute Type STATE_FACTORIES : Map<Class<? extends StateDescriptor>,KeyedStateFactory> to STATE_FACTORIES : Map<Class<? extends StateDescriptor>,StateFactory> in class org.apache.flink.runtime.state.ttl.mock.MockKeyedStateBackend |
From |
To |
|
Change Attribute Type stateVisibility : TtlStateVisibility to stateVisibility : StateVisibility in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |
|
Change Attribute Type ttlUpdateType : TtlUpdateType to updateType : UpdateType in class org.apache.flink.api.common.state.StateTtlConfig.Builder |
From |
To |