Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheUtilityKey
-
Packages that use GridCacheUtilityKey Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.binary Implementation of binary processor. -
-
Uses of GridCacheUtilityKey in org.apache.ignite.internal
Methods in org.apache.ignite.internal with type parameters of type GridCacheUtilityKey Modifier and Type Method Description <K extends GridCacheUtilityKey,V>
IgniteInternalCache<K,V>IgniteEx. utilityCache()Gets utility cache.<K extends GridCacheUtilityKey,V>
IgniteInternalCache<K,V>IgniteKernal. utilityCache()Gets utility cache. -
Uses of GridCacheUtilityKey in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache with type parameters of type GridCacheUtilityKey Modifier and Type Class Description classGridCacheUtilityKey<K extends GridCacheUtilityKey>Key for system utility cache. -
Uses of GridCacheUtilityKey in org.apache.ignite.internal.processors.cache.binary
Subclasses of GridCacheUtilityKey in org.apache.ignite.internal.processors.cache.binary Modifier and Type Class Description classBinaryMetadataKeyKey for binary metadata.
-