Uses of Class
org.apache.ignite.internal.util.lang.IgniteInClosure2X
-
Packages that use IgniteInClosure2X Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO.org.apache.ignite.internal.util.typedef Contains typedefs definitions for frequently used classes. -
-
Uses of IgniteInClosure2X in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteInClosure2X Modifier and Type Method Description booleanIgniteCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)booleanIgniteCacheOffheapManagerImpl. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount) -
Uses of IgniteInClosure2X in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IgniteInClosure2X Modifier and Type Method Description booleanGridCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)intGridCacheOffheapManager.GridCacheDataStore. purgeExpired(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, long throttlingTimeout, int amount)Try to remove expired entries from data store. -
Uses of IgniteInClosure2X in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type IgniteInClosure2X Modifier and Type Method Description voidGridCommunicationClient. doHandshake(IgniteInClosure2X<InputStream,OutputStream> handshakeC)Executes the given handshake closure on opened client passing underlying IO streams.voidGridTcpNioCommunicationClient. doHandshake(IgniteInClosure2X<InputStream,OutputStream> handshakeC)Executes the given handshake closure on opened client passing underlying IO streams. -
Uses of IgniteInClosure2X in org.apache.ignite.internal.util.typedef
Subclasses of IgniteInClosure2X in org.apache.ignite.internal.util.typedef Modifier and Type Class Description classCIX2<E1,E2>DefinesaliasforIgniteInClosure2Xby extending it.
-