Uses of Class
org.apache.ignite.internal.processors.cache.query.CacheQueryType
-
Packages that use CacheQueryType Package Description org.apache.ignite.internal.processors.cache.query -
-
Uses of CacheQueryType in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query that return CacheQueryType Modifier and Type Method Description static CacheQueryTypeCacheQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheQueryType[]CacheQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-