public class QueryOptionManager extends InMemoryOptionManager
OptionManager that holds options within QueryContext.optionsfallback| Constructor and Description |
|---|
QueryOptionManager(OptionManager sessionOptions) |
| Modifier and Type | Method and Description |
|---|---|
OptionValue |
getDefault(String optionName)
Gets the default value for the specified option.
|
OptionList |
getOptionList()
Gets the list of options managed this manager.
|
OptionManager |
getOptionManager(OptionValue.OptionScope scope) |
protected OptionValue.OptionScope |
getScope() |
SessionOptionManager |
getSessionOptionManager() |
deleteAllLocalOptions, deleteLocalOption, setLocalOptionHelpergetOption, getOptionDefinition, iteratorgetBoolean, getDouble, getInt, getInternalOptionList, getLong, getOption, getOption, getOption, getOption, getPublicOptionList, getString, setLocalOption, setLocalOption, setLocalOption, setLocalOption, setLocalOption, setLocalOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic QueryOptionManager(OptionManager sessionOptions)
public OptionList getOptionList()
OptionManagergetOptionList in interface OptionManagergetOptionList in class FallbackOptionManagerpublic OptionValue getDefault(String optionName)
OptionSetoptionName - The option to retrieve the default value for.public SessionOptionManager getSessionOptionManager()
public OptionManager getOptionManager(OptionValue.OptionScope scope)
protected OptionValue.OptionScope getScope()
getScope in class BaseOptionManagerCopyright © 2022 The Apache Software Foundation. All rights reserved.