Uses of Class
org.apache.ignite.internal.management.cache.CacheMetricsOperation
-
Packages that use CacheMetricsOperation Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheMetricsOperation in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return CacheMetricsOperation Modifier and Type Method Description static @Nullable CacheMetricsOperationCacheMetricsOperation. of(String strRep)CacheMetricsOperationCacheMetricsCommandArg. operation()static CacheMetricsOperationCacheMetricsOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMetricsOperation[]CacheMetricsOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management.cache with parameters of type CacheMetricsOperation Modifier and Type Method Description voidCacheMetricsCommandArg. operation(CacheMetricsOperation op)
-