Modifier and Type | Method and Description |
---|---|
void |
OrientDBDistributed.init(OServer server) |
Modifier and Type | Method and Description |
---|---|
void |
OETLPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
Modifier and Type | Method and Description |
---|---|
void |
OETLHandler.executeImport(ODocument cfg,
OServer server)
Executes import with configuration;
|
ODocument |
OETLHandler.listConfigurations(OServer server) |
void |
OETLHandler.saveConfiguration(ODocument args,
OServer server) |
Constructor and Description |
---|
OETLJob(ODocument cfg,
OServer currentServerInstance,
OETLListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
OGraphServerHandler.config(OServer server,
OServerParameterConfiguration[] iParams) |
Modifier and Type | Method and Description |
---|---|
static void |
OServerInfo.getConnections(OServer server,
OJSONWriter json,
String databaseName) |
static void |
OServerInfo.getDatabases(OServer server,
OJSONWriter json) |
static void |
OServerInfo.getGlobalProperties(OServer server,
OJSONWriter json) |
static void |
OServerInfo.getProperties(OServer server,
OJSONWriter json) |
static String |
OServerInfo.getServerInfo(OServer server) |
static void |
OServerInfo.getStorages(OServer server,
OJSONWriter json) |
void |
OClientConnection.init(OServer server) |
void |
OServerAware.init(OServer server) |
static void |
OServer.registerServerInstance(String iServerId,
OServer iServer) |
Constructor and Description |
---|
OClientConnectionManager(OServer server) |
OConnectionBinaryExecutor(OClientConnection connection,
OServer server) |
OConnectionBinaryExecutor(OClientConnection connection,
OServer server,
HandshakeInfo handshakeInfo) |
OServerShutdownHook(OServer server) |
Modifier and Type | Method and Description |
---|---|
OServer |
ODistributedServerManager.getServerInstance() |
Modifier and Type | Field and Description |
---|---|
protected OServer |
ODistributedAbstractPlugin.serverInstance |
Modifier and Type | Method and Description |
---|---|
OServer |
ODistributedStorage.getServer() |
OServer |
ODistributedAbstractPlugin.getServerInstance() |
Modifier and Type | Method and Description |
---|---|
void |
ODistributedAbstractPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
boolean |
OExecuteOnce.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Object |
OSynchronizedTaskWrapper.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Object |
OWaitPartitionsReadyTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
void |
ONewDeltaSyncImporter.importDelta(OServer serverInstance,
String databaseName,
InputStream in,
String targetNode) |
void |
OIncrementalServerSync.importDelta(OServer serverInstance,
String databaseName,
InputStream in,
String iNode)
Deleted records are written in output stream first, then created/updated records.
|
Constructor and Description |
---|
ODistributedDatabaseImpl(OHazelcastPlugin manager,
ODistributedMessageServiceImpl msgService,
String iDatabaseName,
ODistributedConfiguration cfg,
OServer server) |
ODistributedStorage(OServer iServer,
String dbName) |
Modifier and Type | Method and Description |
---|---|
void |
OProxyServer.config(OServer server,
OServerParameterConfiguration[] params) |
Modifier and Type | Method and Description |
---|---|
Object |
NodeOperationTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
NodeOperationResponse |
NodeOperation.execute(OServer iServer,
ODistributedServerManager iManager) |
Modifier and Type | Method and Description |
---|---|
static Object |
OCommandExecutorSQLHASyncCluster.replaceCluster(ODistributedAbstractPlugin dManager,
OServer serverInstance,
String databaseName,
String clusterName) |
static Object |
OCommandExecutorSQLHASyncCluster.replaceCluster(OHazelcastPlugin dManager,
ODatabaseDocumentInternal database,
OServer serverInstance,
String databaseName,
String clusterName) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
OAbstractRemoteTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Object |
ORemoteTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Modifier and Type | Method and Description |
---|---|
void |
OJMXPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
void |
OServerSideScriptInterpreter.config(OServer iServer,
OServerParameterConfiguration[] iParams) |
void |
OCustomSQLFunctionPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
void |
OAutomaticBackup.config(OServer iServer,
OServerParameterConfiguration[] iParams) |
Modifier and Type | Method and Description |
---|---|
void |
OHazelcastPlugin.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,
String iHostName,
String iHostPortRange,
String iProtocolName,
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,
Socket iSocket,
OContextConfiguration iConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolBinary.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfig) |
void |
ONetworkProtocolBinary.initVariables(OServer server,
OChannelBinary channel)
Internal varialbe injection useful for testing.
|
Constructor and Description |
---|
OLiveCommandResultListener(OServer server,
OClientConnection connection,
OCommandResultListener wrappedResultListener) |
ONetworkProtocolBinary(OServer server) |
ONetworkProtocolBinary(OServer server,
String iThreadName) |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolHttpDb.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
void |
ONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
static void |
ONetworkProtocolHttpAbstract.registerHandlers(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 |
OServerCommand.configure(OServer server) |
void |
OServerCommandAbstract.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 |
OServerPluginAbstract.config(OServer oServer,
OServerParameterConfiguration[] iParams) |
void |
OServerPlugin.config(OServer oServer,
OServerParameterConfiguration[] iParams)
Configures the handler.
|
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,
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) |
Modifier and Type | Method and Description |
---|---|
protected OServer |
ODefaultServerSecurity.getServer() |
protected OServer |
OSecurityAuthenticatorAbstract.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
OSecurityAuthenticatorAbstract.config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
void |
OSecurityComponent.config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
Constructor and Description |
---|
ODefaultServerSecurity(OServer oServer,
OServerConfigurationManager serverCfg) |
OSecurityServerExternal(OServer server) |
Modifier and Type | Method and Description |
---|---|
void |
OSystemUserAuthenticator.config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
void |
ODefaultPasswordAuthenticator.config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
void |
OServerConfigAuthenticator.config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OrientTokenHandler.config(OServer iServer,
OServerParameterConfiguration[] iParams) |
Constructor and Description |
---|
OTokenHandlerImpl(OServer server) |
Copyright © 2009–2020 OrientDB. All rights reserved.