| Modifier and Type | Method and Description |
|---|---|
OServer |
OServer.activate() |
static OServer |
OServerMain.create() |
static OServer |
OServerMain.create(boolean shutdownEngineOnExit) |
static OServer |
OServer.getInstance(java.lang.String iServerId) |
static OServer |
OServer.getInstanceByPath(java.lang.String iPath) |
OServer |
OServer.registerLifecycleListener(OServerLifecycleListener iListener) |
static OServer |
OServerMain.server() |
OServer |
OServer.setVariable(java.lang.String iName,
java.lang.Object iValue) |
static OServer |
OServer.startFromClasspathConfig(java.lang.String config) |
static OServer |
OServer.startFromFileConfig(java.lang.String config) |
static OServer |
OServer.startFromStreamConfig(java.io.InputStream config) |
OServer |
OServer.startup() |
OServer |
OServer.startup(java.io.File iConfigurationFile) |
OServer |
OServer.startup(java.io.InputStream iInputStream) |
OServer |
OServer.startup(OServerConfiguration iConfiguration) |
OServer |
OServer.startup(java.lang.String iConfiguration) |
OServer |
OServer.startupFromConfiguration() |
OServer |
OServer.unregisterLifecycleListener(OServerLifecycleListener iListener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OServerInfo.getConnections(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json,
java.lang.String databaseName) |
static void |
OServerInfo.getDatabases(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static void |
OServerInfo.getGlobalProperties(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static void |
OServerInfo.getProperties(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static java.lang.String |
OServerInfo.getServerInfo(OServer server) |
static void |
OServerInfo.getStorages(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
void |
OClientConnection.init(OServer server) |
void |
OServerAware.init(OServer server) |
static void |
OServer.registerServerInstance(java.lang.String iServerId,
OServer iServer) |
| Constructor and Description |
|---|
OClientConnectionManager(OServer server) |
OConnectionBinaryExecutor(OClientConnection connection,
OServer server) |
OConnectionBinaryExecutor(OClientConnection connection,
OServer server,
HandshakeInfo handshakeInfo) |
OServerSecurityConfig(OServer server,
OServerConfigurationManager serverCfg) |
OServerShutdownHook(OServer server) |
| Modifier and Type | Method and Description |
|---|---|
OServer |
ODistributedServerManager.getServerInstance() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
NodeOperationTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
NodeOperationResponse |
NodeOperation.execute(OServer iServer,
ODistributedServerManager iManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ORemoteTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAutomaticBackup.config(OServer iServer,
OServerParameterConfiguration[] iParams) |
void |
OCustomSQLFunctionPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
void |
OJMXPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
void |
OServerSideScriptInterpreter.config(OServer iServer,
OServerParameterConfiguration[] iParams) |
| Modifier and Type | Method and Description |
|---|---|
static OServerCommand |
OServerNetworkListener.createCommand(OServer server,
OServerCommandConfiguration iCommand) |
| Constructor and Description |
|---|
OServerNetworkListener(OServer iServer,
OServerSocketFactory iSocketFactory,
java.lang.String iHostName,
java.lang.String iHostPortRange,
java.lang.String iProtocolName,
java.lang.Class<? extends ONetworkProtocol> iProtocol,
OServerParameterConfiguration[] iParameters,
OServerCommandConfiguration[] iCommands) |
| Modifier and Type | Field and Description |
|---|---|
protected OServer |
ONetworkProtocol.server |
| Modifier and Type | Method and Description |
|---|---|
OServer |
ONetworkProtocol.getServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ONetworkProtocol.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolBinary.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfig) |
void |
ONetworkProtocolBinary.initVariables(OServer server,
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary channel)
Internal varialbe injection useful for testing.
|
| Constructor and Description |
|---|
OLiveCommandResultListener(OServer server,
OClientConnection connection,
com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener) |
ONetworkProtocolBinary(OServer server) |
ONetworkProtocolBinary(OServer server,
java.lang.String iThreadName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolHttpDb.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
void |
ONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
static void |
ONetworkProtocolHttpAbstract.registerHandlers(java.lang.Object caller,
OServer server,
OServerNetworkListener iListener,
OHttpNetworkCommandManager cmdManager) |
| Constructor and Description |
|---|
OHttpNetworkCommandManager(OServer iServer,
OHttpNetworkCommandManager iParent) |
OHttpSessionManager(OServer server) |
ONetworkProtocolHttpAbstract(OServer server) |
ONetworkProtocolHttpDb(OServer server) |
| Modifier and Type | Field and Description |
|---|---|
protected OServer |
OServerCommandAbstract.server |
| Modifier and Type | Method and Description |
|---|---|
OServer |
OServerCommandAbstract.getServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
OServerCommandAbstract.configure(OServer server) |
void |
OServerCommand.configure(OServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
OServerCommandGetDatabase.configure(OServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
OServerPluginManager.config(OServer iServer) |
void |
OServerPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams)
Configures the handler.
|
void |
OServerPluginAbstract.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnAfterClientRequest(OServer iServer,
OClientConnection connection,
byte iRequestType) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnBeforeClientRequest(OServer iServer,
OClientConnection connection,
byte iRequestType) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnClientConnection(OServer iServer,
OClientConnection connection) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnClientDisconnection(OServer iServer,
OClientConnection connection) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnClientError(OServer iServer,
OClientConnection connection,
java.lang.Throwable iThrowable) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnSocketAccepted(OServer iServer,
ONetworkProtocol networkProtocol) |
static void |
OServerPluginHelper.invokeHandlerCallbackOnSocketDestroyed(OServer iServer,
ONetworkProtocol networkProtocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLiveQueryPlugin.config(OServer iServer,
OServerParameterConfiguration[] iParams)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMailPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
Copyright © 2009–2022 OrientDB. All rights reserved.