Interface QueryLimits
-
public interface QueryLimits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleangetFailTraversal()booleangetFullTextComparisonWithoutIndex()longgetLimitInMemory()longgetLimitReads()default StringgetStrictPathRestriction()
-
-
-
Method Detail
-
getLimitInMemory
long getLimitInMemory()
-
getLimitReads
long getLimitReads()
-
getFullTextComparisonWithoutIndex
boolean getFullTextComparisonWithoutIndex()
-
getFailTraversal
boolean getFailTraversal()
-
getStrictPathRestriction
default String getStrictPathRestriction()
-
-