Toggle navigation
Home
QueryTypeMetadata to org.apache.ignite.cache.CacheTypeMetadata
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
ctx.portable().typeId(meta.getType())
to
ctx.portable().typeId(meta.getValueType())
meta.getType()
to
meta.getValueType()
ctx.portable().typeId(meta.getType())
to
ctx.portable().typeId(meta.getValueType())
meta.getType()
to
meta.getValueType()