Toggle navigation
Home
org.apache.flink.api.common.state.State<T> to java.lang.String
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
computationState
to
newComputationState.getPreviousState()
computationState
to
newComputationState.getPreviousState()
newComputationState.getState()
to
computationState.getState().getName()
newComputationState.getState()
to
computationState.getState().getName()
computationState.getState()
to
computationState.getPreviousState().getName()
newState
to
consumingState.getName()
newState
to
consumingState.getName()
previousState
to
previousEventState.getName()
previousTimestamp
to
computationState.getTimestamp()
newState
to
consumingState.getName()
computationState.getState()
to
computationState.getPreviousState().getName()
computationState.getState()
to
computationState.getPreviousState().getName()
computationState.getState()
to
computationState.getPreviousState().getName()
Cascading Type Change (Different)
Collection<LinkedHashMultimap<State<T>,T>>
to
Collection<LinkedHashMultimap<String,T>>