Uses of Class
org.apache.ignite.internal.processors.cache.CacheInvokeResult
-
Packages that use CacheInvokeResult Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheInvokeResult in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheInvokeResult Modifier and Type Method Description static <T> CacheInvokeResult<T>CacheInvokeResult. fromError(Exception err)Static constructor.static <T> CacheInvokeResult<T>CacheInvokeResult. fromResult(T res)Static constructor.
-