Uses of Interface
org.apache.ignite.lang.IgniteInClosure
-
Packages that use IgniteInClosure Package Description org.apache.ignite.testframework -
-
Uses of IgniteInClosure in org.apache.ignite.testframework
Methods in org.apache.ignite.testframework with parameters of type IgniteInClosure Modifier and Type Method Description static <P> Throwable
GridTestUtils. assertThrowsWithCause(IgniteInClosure<P> call, P p, Class<? extends Throwable> cls)
Checks whether closure throws exception, which is itself of a specified class, or has a cause of the specified class.static long
GridTestUtils. runMultiThreaded(IgniteInClosure<Integer> call, int threadNum, String threadName)
-