public interface QueryLimits
Modifier and Type | Method and Description |
---|---|
boolean |
getFailTraversal() |
boolean |
getFullTextComparisonWithoutIndex() |
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
|
long |
getLimitInMemory() |
long |
getLimitReads() |
default java.lang.String |
getStrictPathRestriction() |
long getLimitInMemory()
long getLimitReads()
boolean getFullTextComparisonWithoutIndex()
boolean getFailTraversal()
default java.lang.String getStrictPathRestriction()
@NotNull default @NotNull java.lang.String[] getIgnoredClassNamesInCallTrace()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.