Toggle navigation
Home
? to com.facebook.presto.execution.StageInfo
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: TypeVariable -> Internal
Mapping:
Cascading Type Change (Similar)
StateChangeListener<Boolean>
to
StateChangeListener<Optional<StageInfo>>
Add or Remove Method invocation
finalStatusListener.stateChanged(null)
to
finalStatusListener.stateChanged(finalStageInfo.get())
isReady
to
finalStageInfo.isPresent()