Uses of Class
org.apache.ignite.internal.processors.cache.CacheJoinNodeDiscoveryData.CacheInfo
-
Packages that use CacheJoinNodeDiscoveryData.CacheInfo Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheJoinNodeDiscoveryData.CacheInfo in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type CacheJoinNodeDiscoveryData.CacheInfo Modifier and Type Method Description Map<String,CacheJoinNodeDiscoveryData.CacheInfo>CacheJoinNodeDiscoveryData. caches()Map<String,CacheJoinNodeDiscoveryData.CacheInfo>CacheJoinNodeDiscoveryData. templates()Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheJoinNodeDiscoveryData.CacheInfo Constructor Description CacheJoinNodeDiscoveryData(IgniteUuid cacheDeploymentId, Map<String,CacheJoinNodeDiscoveryData.CacheInfo> caches, Map<String,CacheJoinNodeDiscoveryData.CacheInfo> templates, boolean startCaches)
-