Uses of Class
org.apache.ignite.internal.metric.IoStatisticsType
-
Packages that use IoStatisticsType Package Description org.apache.ignite.internal.metric -
-
Uses of IoStatisticsType in org.apache.ignite.internal.metric
Methods in org.apache.ignite.internal.metric that return IoStatisticsType Modifier and Type Method Description static IoStatisticsTypeIoStatisticsType. valueOf(String name)Returns the enum constant of this type with the specified name.static IoStatisticsType[]IoStatisticsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.metric with parameters of type IoStatisticsType Constructor Description IoStatisticsHolderIndex(IoStatisticsType type, String grpName, String idxName, GridMetricManager mmgr)
-