Uses of Class
org.apache.ignite.internal.management.cache.CacheListCommand.OutputFormat
-
Packages that use CacheListCommand.OutputFormat Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheListCommand.OutputFormat in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return CacheListCommand.OutputFormat Modifier and Type Method Description static CacheListCommand.OutputFormatCacheListCommand.OutputFormat. fromConsoleName(String text)Converts format name in console to enumerated value.static CacheListCommand.OutputFormatCacheListCommand.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheListCommand.OutputFormat[]CacheListCommand.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-