Toggle navigation
Home
java.util.HashMap<java.lang.Integer, java.lang.Object> to org.apache.flink.python.api.util.SetCache
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Method invocation
clear
to
reset
put
to
add
put
to
add
put
to
add
get
to
getDataSet
get
to
getDataSet
get
to
getDataSet
get
to
getDataSet
get
to
getDataSet
get
to
getDataSet
put
to
add
get
to
getDataSet
put
to
add
put
to
add
put
to
add
Cascading Type Change (Different)
DataSet
to
DataSet<byte[]>
DataSet
to
DataSet<byte[]>
DataSet
to
DataSet<byte[]>
UdfOperator
to
UdfOperator<?>
DataSet
to
DataSet<?>
DataSet
to
DataSet<?>
Add or Remove Method invocation
((UnsortedGrouping)op1).sortGroup(info.field,info.order)
to
sets.getUnsortedGrouping(info.parentID).sortGroup(info.field,info.order)
((SortedGrouping)op1).sortGroup(info.field,info.order)
to
sets.getSortedGrouping(info.parentID).sortGroup(info.field,info.order)