Package com.arangodb.entity
Class QueryOptimizerRule.Flags
- java.lang.Object
-
- com.arangodb.entity.QueryOptimizerRule.Flags
-
- Enclosing class:
- QueryOptimizerRule
public static class QueryOptimizerRule.Flags extends Object
-
-
Constructor Summary
Constructors Constructor Description Flags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCanBeDisabled()
Boolean
getCanCreateAdditionalPlans()
Boolean
getClusterOnly()
Boolean
getDisabledByDefault()
Boolean
getEnterpriseOnly()
Boolean
getHidden()
-
-
-
Method Detail
-
getHidden
public Boolean getHidden()
-
getClusterOnly
public Boolean getClusterOnly()
-
getCanBeDisabled
public Boolean getCanBeDisabled()
-
getCanCreateAdditionalPlans
public Boolean getCanCreateAdditionalPlans()
-
getDisabledByDefault
public Boolean getDisabledByDefault()
-
getEnterpriseOnly
public Boolean getEnterpriseOnly()
-
-