Uses of Class
com.orientechnologies.orient.server.config.OServerParameterConfiguration
Packages that use OServerParameterConfiguration
Package
Description
-
Uses of OServerParameterConfiguration in com.orientechnologies.agent
Methods in com.orientechnologies.agent with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOEnterpriseAgent.config(OServer oServer, OServerParameterConfiguration[] iParams) voidOEnterpriseAgent.onAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOEnterpriseAgent.onBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) -
Uses of OServerParameterConfiguration in com.orientechnologies.enterprise.server
Methods in com.orientechnologies.enterprise.server with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOEnterpriseServerImpl.config(OServer oServer, OServerParameterConfiguration[] oServerParameterConfigurations) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.etl
Methods in com.orientechnologies.orient.etl with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOETLPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.config
Fields in com.orientechnologies.orient.server.config declared as OServerParameterConfigurationModifier and TypeFieldDescriptionOServerHandlerConfiguration.parametersOServerHookConfiguration.parametersOServerNetworkListenerConfiguration.parametersOServerSocketFactoryConfiguration.parameters -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidODistributedPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.distributed.impl.proxy
Methods in com.orientechnologies.orient.server.distributed.impl.proxy with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOProxyServer.config(OServer server, OServerParameterConfiguration[] params) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.handler
Methods in com.orientechnologies.orient.server.handler with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOAutomaticBackup.config(OServer iServer, OServerParameterConfiguration[] iParams) voidOCustomSQLFunctionPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) voidOJMXPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) voidOServerSideScriptInterpreter.config(OServer iServer, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.hazelcast
Methods in com.orientechnologies.orient.server.hazelcast with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOHazelcastClusterMetadataManager.configHazelcastPlugin(OServer server, OServerParameterConfiguration[] params, String nodeName) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.network
Methods in com.orientechnologies.orient.server.network with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOServerSocketFactory.config(String name, OServerParameterConfiguration[] iParameters) voidOServerSSLSocketFactory.config(String name, OServerParameterConfiguration[] iParameters) Constructors in com.orientechnologies.orient.server.network with parameters of type OServerParameterConfigurationModifierConstructorDescriptionOServerNetworkListener(OServer iServer, OServerSocketFactory iSocketFactory, String iHostName, String iHostPortRange, String iProtocolName, Class<? extends ONetworkProtocol> iProtocol, OServerParameterConfiguration[] iParameters, OServerCommandConfiguration[] iCommands) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.plugin
Methods in com.orientechnologies.orient.server.plugin with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOServerPluginManager.callListenerAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOServerPluginManager.callListenerBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOServerPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) Configures the handler.voidOServerPluginAbstract.config(OServer oServer, OServerParameterConfiguration[] iParams) voidOPluginLifecycleListener.onAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOPluginLifecycleListener.onBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) protected OServerPluginOServerPluginManager.startPluginClass(String iClassName, URLClassLoader pluginClassLoader, OServerParameterConfiguration[] params) -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.plugin.livequery
Methods in com.orientechnologies.orient.server.plugin.livequery with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOLiveQueryPlugin.config(OServer iServer, OServerParameterConfiguration[] iParams) Deprecated. -
Uses of OServerParameterConfiguration in com.orientechnologies.orient.server.plugin.mail
Methods in com.orientechnologies.orient.server.plugin.mail with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOMailPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.security
Methods in com.orientechnologies.security with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOSecurityPlugin.config(OServer server, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.security.syslog
Methods in com.orientechnologies.security.syslog with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidODefaultSyslog.config(OServer oServer, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.tinkerpop.handler
Methods in com.orientechnologies.tinkerpop.handler with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOGraphServerHandler.config(OServer server, OServerParameterConfiguration[] iParams) -
Uses of OServerParameterConfiguration in com.orientechnologies.tinkerpop.server
Methods in com.orientechnologies.tinkerpop.server with parameters of type OServerParameterConfigurationModifier and TypeMethodDescriptionvoidOGremlinServerPlugin.config(OServer oServer, OServerParameterConfiguration[] iParams)