Toggle navigation
Home
org.hibernate.cache.infinispan.util.CacheAdapter to org.infinispan.AdvancedCache
No. of Instances - 18
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
region.getCacheAdapter()
to
region.getCache()
collectionRegion.getCacheAdapter()
to
collectionRegion.getCache()
region.getCacheAdapter()
to
region.getCache()
queryRegion.getCacheAdapter()
to
queryRegion.getCache()
timestampsRegion.getCacheAdapter()
to
timestampsRegion.getCache()
collectionRegion.getCacheAdapter()
to
collectionRegion.getCache()
region.getCacheAdapter()
to
region.getCache()
queryRegion.getCacheAdapter()
to
queryRegion.getCache()
timestampsRegion.getCacheAdapter()
to
timestampsRegion.getCache()
collectionRegion.getCacheAdapter()
to
collectionRegion.getCache()
cacheAdapter.withFlags(FlagAdapter.ZERO_LOCK_ACQUISITION_TIMEOUT)
to
cache
cacheAdapter.isClusteredReplication()
to
cache.withFlags(Flag.CACHE_MODE_LOCAL,Flag.ZERO_LOCK_ACQUISITION_TIMEOUT)
Other
regionFactory.getCacheManager().getCache(InfinispanRegionFactory.DEF_ENTITY_RESOURCE).getAdvancedCache()
to
regionFactory.getCacheManager().getCache(InfinispanRegionFactory.DEF_ENTITY_RESOURCE).getAdvancedCache()
regionFactory.getCacheManager().getCache(InfinispanRegionFactory.DEF_ENTITY_RESOURCE).getAdvancedCache()
to
regionFactory.getCacheManager().getCache(InfinispanRegionFactory.DEF_ENTITY_RESOURCE).getAdvancedCache()
regionFactory.getCacheManager().getCache("local-query").getAdvancedCache()
to
regionFactory.getCacheManager().getCache("local-query").getAdvancedCache()
regionFactory.getCacheManager().getCache("timestamps").getAdvancedCache()
to
regionFactory.getCacheManager().getCache("timestamps").getAdvancedCache()
Rename Variable
cacheAdapter
to
cache
cacheAdapter
to
cache
cacheAdapter
to
cache
cacheAdapter
to
cache
cacheAdapter
to
cache
cacheAdapter
to
cache
cacheAdapter
to
cache