Uses of Class
org.apache.druid.client.cache.CacheExecutorFactory
-
Packages that use CacheExecutorFactory Package Description org.apache.druid.client.cache -
-
Uses of CacheExecutorFactory in org.apache.druid.client.cache
Methods in org.apache.druid.client.cache that return CacheExecutorFactory Modifier and Type Method Description static CacheExecutorFactoryCacheExecutorFactory. from(String str)static CacheExecutorFactoryCacheExecutorFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheExecutorFactory[]CacheExecutorFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-