Interface QueryLimits
-
public interface QueryLimits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleangetFailTraversal()booleangetFullTextComparisonWithoutIndex()default @NotNull java.lang.String[]getIgnoredClassNamesInCallTrace()Retrieve the java package names / full qualified class names which should be ignored when finding the class starting a querylonggetLimitInMemory()longgetLimitReads()default java.lang.StringgetStrictPathRestriction()
-
-
-
Method Detail
-
getLimitInMemory
long getLimitInMemory()
-
getLimitReads
long getLimitReads()
-
getFullTextComparisonWithoutIndex
boolean getFullTextComparisonWithoutIndex()
-
getFailTraversal
boolean getFailTraversal()
-
getStrictPathRestriction
default java.lang.String getStrictPathRestriction()
-
getIgnoredClassNamesInCallTrace
@NotNull default @NotNull java.lang.String[] getIgnoredClassNamesInCallTrace()
Retrieve the java package names / full qualified class names which should be ignored when finding the class starting a query- Returns:
- the name of the packages / full qualified class names
-
-