Uses of Class
org.apache.ignite.internal.processors.datastructures.GridCacheSetImpl
-
Packages that use GridCacheSetImpl Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheSetImpl in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures that return GridCacheSetImpl Modifier and Type Method Description GridCacheSetImplGridCacheSetProxy. delegate()Constructors in org.apache.ignite.internal.processors.datastructures with parameters of type GridCacheSetImpl Constructor Description GridCacheSetProxy(GridCacheContext cctx, GridCacheSetImpl<T> delegate)
-