Toggle navigation
Home
org.apache.flink.cep.nfa.ComputationState<T> to org.apache.flink.cep.nfa.ComputationState
No. of Instances - 19
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
RuntimeException
to
FlinkRuntimeException
T
to
NodeId
RuntimeException
to
FlinkRuntimeException
RuntimeException
to
FlinkRuntimeException
Add or Remove Method invocation
state.getState()
to
state.getCurrentStateName()
getState(computationState.getPreviousState())
to
sharedBuffer
computationState.getEvent()
to
sharedBuffer
computationState.getCounter()
to
computationState.getPreviousBufferEntry()
computationState.getTimestamp()
to
sharedBuffer
computationState.getState()
to
computationState.getCurrentStateName()
computationState.getPreviousState()
to
computationState.getPreviousBufferEntry()
state.getState()
to
state.getCurrentStateName()
state.getState()
to
state.getCurrentStateName()
Update argument list (Method invocation)
addComputationState
to
addComputationState
Rename Method invocation
getEvent
to
getPreviousBufferEntry
Cascading Type Change (Similar)
ComputationState<T>
to
ComputationState