Uses of Interface
org.apache.ignite.internal.util.IgniteTree.InvokeClosure
-
Packages that use IgniteTree.InvokeClosure Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.tree org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of IgniteTree.InvokeClosure in org.apache.ignite.internal.processors.cache
Subinterfaces of IgniteTree.InvokeClosure in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description static interfaceIgniteCacheOffheapManager.OffheapInvokeClosure -
Uses of IgniteTree.InvokeClosure in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type IgniteTree.InvokeClosure Modifier and Type Method Description voidBPlusTree. invoke(L row, Object z, IgniteTree.InvokeClosure<T> c) -
Uses of IgniteTree.InvokeClosure in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type IgniteTree.InvokeClosure Modifier and Type Method Description voidIgniteTree. invoke(L key, Object x, IgniteTree.InvokeClosure<T> c)
-