Uses of Class
org.apache.ignite.internal.management.cache.CacheFilterEnum
-
Packages that use CacheFilterEnum Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheFilterEnum in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return CacheFilterEnum Modifier and Type Method Description CacheFilterEnumCacheIdleVerifyCommandArg. cacheFilter()static @Nullable CacheFilterEnumCacheFilterEnum. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static CacheFilterEnumCacheFilterEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheFilterEnum[]CacheFilterEnum. 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 CacheFilterEnum Modifier and Type Method Description voidCacheIdleVerifyCommandArg. cacheFilter(CacheFilterEnum cacheFilter)
-