Uses of Class
org.apache.ignite.internal.management.cache.ViewCacheCmd
-
Packages that use ViewCacheCmd Package Description org.apache.ignite.internal.management.cache -
-
Uses of ViewCacheCmd in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return ViewCacheCmd Modifier and Type Method Description static @Nullable ViewCacheCmdViewCacheCmd. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static ViewCacheCmdViewCacheCmd. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewCacheCmd[]ViewCacheCmd. 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 ViewCacheCmd Modifier and Type Method Description ObjectCacheInfo. name(ViewCacheCmd cmd)Gets name of info for multi line output depending on cache command.Map<String,Object>CacheInfo. toMap(ViewCacheCmd cmd)Constructors in org.apache.ignite.internal.management.cache with parameters of type ViewCacheCmd Constructor Description ViewCacheClosure(String regex, ViewCacheCmd cmd)
-