Uses of Interface
com.orientechnologies.orient.server.distributed.ODistributedServerManager
Packages that use ODistributedServerManager
Package
Description
-
Uses of ODistributedServerManager in com.orientechnologies.agent
Methods in com.orientechnologies.agent that return ODistributedServerManager -
Uses of ODistributedServerManager in com.orientechnologies.agent.cloud.processor.tasks.request
Methods in com.orientechnologies.agent.cloud.processor.tasks.request with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionNewEnterpriseStatsTask.execute(OServer iServer, ODistributedServerManager iManager) -
Uses of ODistributedServerManager in com.orientechnologies.agent.ha
Methods in com.orientechnologies.agent.ha with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionOEnterpriseDistributedStrategy.getNodesConcurInQuorum(ODistributedServerManager manager, ODistributedConfiguration cfg, ODistributedRequest request, Collection<String> iNodes) Returns only the subset of servers that are part of the local dc. -
Uses of ODistributedServerManager in com.orientechnologies.agent.http.command
Methods in com.orientechnologies.agent.http.command with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionOServerCommandDistributedManager.doGetNodeConfig(ODistributedServerManager manager) OServerCommandDistributedManager.getClusterConfig(ODistributedServerManager manager) -
Uses of ODistributedServerManager in com.orientechnologies.agent.operation
Constructors in com.orientechnologies.agent.operation with parameters of type ODistributedServerManager -
Uses of ODistributedServerManager in com.orientechnologies.enterprise.server
Methods in com.orientechnologies.enterprise.server that return ODistributedServerManagerModifier and TypeMethodDescriptionOEnterpriseServer.getDistributedManager()OEnterpriseServerImpl.getDistributedManager() -
Uses of ODistributedServerManager in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db that return ODistributedServerManager -
Uses of ODistributedServerManager in com.orientechnologies.orient.server
Fields in com.orientechnologies.orient.server declared as ODistributedServerManagerMethods in com.orientechnologies.orient.server that return ODistributedServerManagerModifier and TypeMethodDescriptionOServer.getDistributedManager()OServerAware.getDistributedManager() -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedServerManagerModifier and TypeMethodDescriptionODistributedDatabase.getManager()ODistributedServerManager.registerLifecycleListener(ODistributedLifecycleListener iListener) ODistributedServerManager.unregisterLifecycleListener(ODistributedLifecycleListener iListener) Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionODistributedTxContext.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) ODistributedStrategy.getNodesConcurInQuorum(ODistributedServerManager manager, ODistributedConfiguration cfg, ODistributedRequest request, Collection<String> iNodes) Constructors in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManagerModifierConstructorDescriptionODistributedRequest(ODistributedServerManager manager, ODistributedRequestId requestId, String databaseName, ORemoteTask payload) ODistributedResponseManagerImpl(ODistributedServerManager iManager, ODistributedRequest iRequest, Collection<String> expectedResponses, Set<String> iNodesConcurInQuorum, int iQuorum, boolean iWaitForLocalNode, long iSynchTimeout, boolean iGroupResponsesByResult) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed.impl
Classes in com.orientechnologies.orient.server.distributed.impl that implement ODistributedServerManagerModifier and TypeClassDescriptionclassPlugin to manage the distributed environment.Methods in com.orientechnologies.orient.server.distributed.impl that return ODistributedServerManagerModifier and TypeMethodDescriptionODatabaseDocumentDistributed.getDistributedManager()ODistributedDatabaseImpl.getManager()Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionODDLContextImpl.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) ONewDistributedTxContextImpl.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) static StringODistributedOutput.formatClusterTable(ODistributedServerManager manager, String databaseName, ODistributedConfiguration cfg, int totalConfiguredServers) static StringODistributedOutput.formatServerStatus(ODistributedServerManager manager, OClusterConfiguration distribCfg) static StringODistributedOutput.getCompactServerStatus(ODistributedServerManager manager, OClusterConfiguration distribCfg) Create a compact string with all the relevant information.ODefaultDistributedStrategy.getNodesConcurInQuorum(ODistributedServerManager manager, ODistributedConfiguration cfg, ODistributedRequest request, Collection<String> iNodes) static booleanODistributedDatabaseImpl.sendResponseBack(Object current, ODistributedServerManager manager, ODistributedRequestId iRequestId, Object responsePayload) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManagerModifierConstructorDescriptionOClusterHealthChecker(ODistributedServerManager manager, long healthCheckerEveryMs) ODistributedConfigurationManager(OrientDBDistributed context, ODistributedServerManager distributedManager, String name) ODistributedTxCoordinator(OStorage storage, ODistributedServerManager manager, ODistributedDatabase iDDatabase, ODistributedMessageService messageService, int nodeId, String nodeName, int maxRetries, int retryDelay) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionOClassDistributed.readConfiguration(ODatabaseDocumentDistributed db, ODistributedServerManager manager) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionOCloseQueryTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OCopyDatabaseChunkTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) ODropDatabaseTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OEnterpriseStatsTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OFetchQueryPageTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OGossipTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) ORequestDatabaseConfigurationTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) ORestartServerTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) ORunQueryExecutionPlanTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OSQLCommandTaskFirstPhase.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OSQLCommandTaskSecondPhase.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OStopServerTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OSyncClusterTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OSyncDatabaseNewDeltaTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OSyncDatabaseTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OTransactionPhase1Task.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OTransactionPhase2Task.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OUnreachableServerLocalTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OUpdateDatabaseConfigurationTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) OUpdateDatabaseSequenceStatusTask.execute(ODistributedRequestId msgId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) Constructors in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ODistributedServerManagerModifierConstructorDescriptionOBackgroundBackup(OSyncDatabaseTask oSyncDatabaseTask, ODistributedServerManager iManager, ODatabaseDocumentInternal database, File resultedBackupFile, String finalBackupPath, ODistributedRequestId requestId) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed.operation
Methods in com.orientechnologies.orient.server.distributed.operation with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionNodeOperation.execute(OServer iServer, ODistributedServerManager iManager) NodeOperationTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.distributed.task
Methods in com.orientechnologies.orient.server.distributed.task with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionORemoteTask.execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) -
Uses of ODistributedServerManager in com.orientechnologies.orient.server.hazelcast
Classes in com.orientechnologies.orient.server.hazelcast that implement ODistributedServerManagerModifier and TypeClassDescriptionclassWe keep this since it is the easiest way not to break configuration files!