Toggle navigation
Home
java.lang.String to org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
String
to
DynamicCacheDescriptor
Cascading Type Change (Different)
IgniteClosure<String,String>
to
IgniteClosure<DynamicCacheDescriptor,String>
Add or Remove Method invocation
registeredCaches.keySet()
to
registeredCaches.values()
unmaskNull(s)
to
desc.started()
cctx.cache().cacheNames()
to
cctx.cache().cacheDescriptors().values()
Update argument list (Method invocation)
viewReadOnly
to
viewReadOnly
Rename Variable
s
to
desc
name
to
cacheDesc