Uses of Interface
com.orientechnologies.orient.server.distributed.task.ORemoteTask
Packages that use ORemoteTask
Package
Description
-
Uses of ORemoteTask in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ORemoteTaskModifier and TypeMethodDescriptionORemoteTaskFactory.createTask(int code) OAsynchDistributedOperation.getTask()ODistributedRequest.getTask()Methods in com.orientechnologies.orient.server.distributed with parameters of type ORemoteTaskModifier and TypeMethodDescriptionODistributedServerManager.executeOnLocalNode(ODistributedRequestId reqId, ORemoteTask task, ODatabaseDocumentInternal database) ODistributedResponseManagerFactory.newResponseManager(ODistributedRequest iRequest, Collection<String> iNodes, ORemoteTask task, Set<String> nodesConcurToTheQuorum, int availableNodes, int expectedResponses, int quorum, boolean groupByResponse, boolean waitLocalNode) voidODistributedDatabase.reEnqueue(ODistributedRequestId requestId, String databaseName, ORemoteTask payload, int retryCount, int autoRetryDelay) ODistributedServerManager.sendRequest(String iDatabaseName, Collection<String> iTargetNodeNames, ORemoteTask iTask) Sends a distributed request against multiple servers.ODistributedServerManager.sendRequest(String iDatabaseName, Collection<String> iTargetNodeNames, ORemoteTask iTask, ODistributedRequestId messageId, Object localResult, ODistributedResponseManagerFactory responseManagerFactory) ODistributedServerManager.sendSingleRequest(String iDatabaseName, String node, ORemoteTask iTask) Sends a distributed request against multiple servers.Constructors in com.orientechnologies.orient.server.distributed with parameters of type ORemoteTaskModifierConstructorDescriptionOAsynchDistributedOperation(String iDatabaseName, Set<String> iClusterNames, Collection<String> iNodes, ORemoteTask iTask, long iMessageId, Object iLocalResult, OCallable<Void, ODistributedRequestId> iAfterRequestCallback, OCallable<Object, OPair<ODistributedRequestId, Object>> iCallback) ODistributedRequest(ODistributedServerManager manager, ODistributedRequestId requestId, String databaseName, ORemoteTask payload) -
Uses of ORemoteTask in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ORemoteTaskModifier and TypeMethodDescriptionODistributedPlugin.executeOnLocalNode(ODistributedRequestId reqId, ORemoteTask task, ODatabaseDocumentInternal database) Executes the request on local node.ODatabaseDocumentDistributed.executeTaskOnNode(ORemoteTask task, String nodeName) voidODistributedDatabaseImpl.reEnqueue(ODistributedRequestId requestId, String databaseName, ORemoteTask payload, int retryCount, int autoRetryDelay) ODistributedPlugin.sendRequest(String iDatabaseName, Collection<String> iTargetNodes, ORemoteTask iTask) ODistributedPlugin.sendRequest(String iDatabaseName, Collection<String> iTargetNodes, ORemoteTask iTask, ODistributedRequestId reqId, Object localResult, ODistributedResponseManagerFactory responseManagerFactory) ODistributedPlugin.sendSingleRequest(String databaseName, String node, ORemoteTask iTask) voidODistributedDatabaseImpl.waitIsReady(ORemoteTask task) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ORemoteTaskModifierConstructorDescriptionODistributedTxResponseManagerImpl(ORemoteTask iRequest, Collection<String> iNodes, Set<String> nodesConcurToTheQuorum, int availableNodes, int expectedResponses, int quorum) -
Uses of ORemoteTask in com.orientechnologies.orient.server.distributed.impl.task
Classes in com.orientechnologies.orient.server.distributed.impl.task that implement ORemoteTaskModifier and TypeClassDescriptionclassCreated by luigidellaquila on 28/06/17.classAsk for a database chunk.classDistributed task to drop a database on all the servers.classDistributed message between server to exchange stats.classCreated by luigidellaquila on 28/06/17.classTask to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.classTask to request last database configuration across all the servers.classDistributed task to restart a node.classCreated by luigidellaquila on 23/06/17.classclassclassDistributed task to stop a server.classAsk for deployment of single cluster from a remote node.classclassAsk for synchronization of database from a remote node.classclassclassTask executed when a server becomes unreachable.classTask to update the database configuration across all the servers.classMethods in com.orientechnologies.orient.server.distributed.impl.task that return ORemoteTask -
Uses of ORemoteTask in com.orientechnologies.orient.server.distributed.operation
Classes in com.orientechnologies.orient.server.distributed.operation that implement ORemoteTask -
Uses of ORemoteTask in com.orientechnologies.orient.server.distributed.task
Classes in com.orientechnologies.orient.server.distributed.task that implement ORemoteTaskModifier and TypeClassDescriptionclassBase class for Tasks to be executed remotely.