Uses of Interface
org.apache.ignite.internal.processors.cache.GridCacheMapEntryFactory
-
Packages that use GridCacheMapEntryFactory Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridCacheMapEntryFactory in org.apache.ignite.internal.processors.cache
Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridCacheMapEntryFactory Constructor Description GridCacheConcurrentMapImpl(GridCacheMapEntryFactory factory)Creates a new, empty map with the specified initial capacity.GridCacheLocalConcurrentMap(GridCacheContext cctx, GridCacheMapEntryFactory factory, int initCap)
-