Package io.trino.plugin.hive.rubix
Class RubixEnabledConfig
- java.lang.Object
-
- io.trino.plugin.hive.rubix.RubixEnabledConfig
-
public class RubixEnabledConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description RubixEnabledConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCacheEnabled()RubixEnabledConfigsetCacheEnabled(boolean value)
-
-
-
Method Detail
-
isCacheEnabled
public boolean isCacheEnabled()
-
setCacheEnabled
@Config("hive.cache.enabled") public RubixEnabledConfig setCacheEnabled(boolean value)
-
-