Serializable
, Comparable<ExplainVerbosity>
, java.lang.constant.Constable
An enumeration of the verbosity levels available for explaining query execution.
Enum Constants
Runs the query optimizer and chooses the winning plan, but then runs all generated plans to completion.
Runs the query optimizer, and then runs the winning plan to completion.
Runs the query planner and chooses the winning plan, but does not actually execute it.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in the order they are declared.
Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Runs the query planner and chooses the winning plan, but does not actually execute it. The use case for this verbosity level is "Which plan will MongoDB choose to run my query."
Runs the query optimizer, and then runs the winning plan to completion. In addition to the planner information, this makes execution stats available. The use case for this verbosity level is "Is my query performing well."
Runs the query optimizer and chooses the winning plan, but then runs all generated plans to completion. This makes execution stats available for all of the query plans. The use case for this verbosity level is "I have a problem with this query, and I want as much information as possible in order to diagnose why it might be slow."
Returns an array containing the constants of this enum class, in the order they are declared.
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4