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.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.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 TypeMethodDescriptionODistributedServerManager.registerLifecycleListener(ODistributedLifecycleListener iListener) ODistributedServerManager.unregisterLifecycleListener(ODistributedLifecycleListener iListener) Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionODistributedStrategy.getNodesConcurInQuorum(ODistributedServerManager manager, String databaseName, ODistributedRequest request, Collection<String> iNodes) Constructors in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManagerModifierConstructorDescriptionODistributedResponseManagerImpl(ODistributedServerManager iManager, OrientDBInternal ctx, 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 ODistributedServerManagerMethods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManagerModifier and TypeMethodDescriptionstatic StringODistributedOutput.getCompactServerStatus(ODistributedServerManager manager, OClusterConfiguration distribCfg) Create a compact string with all the relevant information.ODefaultDistributedStrategy.getNodesConcurInQuorum(ODistributedServerManager manager, String databaseName, ODistributedRequest request, Collection<String> iNodes) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManagerModifierConstructorDescriptionODistributedConfigurationManager(OrientDBDistributed context, ODistributedServerManager distributedManager, String name) ODistributedTxCoordinator(String dbName, ODistributedServerManager manager, ODistributedDatabase iDDatabase, 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.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!