Toggle navigation
Home
java.lang.String to org.apache.ignite.internal.processors.query.h2.H2TypeKey
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
typeToTbl.putIfAbsent(tbl.typeName(),tbl)
to
typeToTbl.putIfAbsent(new H2TypeKey(tbl.cache().name(),tbl.typeName()),tbl)