Uses of Class
org.apache.sysds.runtime.controlprogram.caching.CacheStatistics.Stat
-
Packages that use CacheStatistics.Stat Package Description org.apache.sysds.runtime.controlprogram.caching -
-
Uses of CacheStatistics.Stat in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return CacheStatistics.Stat Modifier and Type Method Description static CacheStatistics.Stat
CacheStatistics.Stat. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheStatistics.Stat[]
CacheStatistics.Stat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-