Package org.apache.ignite.internal.util
Interface ClassCache
-
public interface ClassCacheClass cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getFromCache(String clsName)Get class for the given name.
-
-
-
Method Detail
-
getFromCache
Class<?> getFromCache(String clsName) throws ClassNotFoundException
Get class for the given name.- Parameters:
clsName- Class name.- Returns:
- Class.
- Throws:
ClassNotFoundException- If not found.
-
-