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 TypeMethodDescriptionODistributedResponseManagerFactory.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(ORemoteTaskFactoryManager 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 TypeMethodDescriptionODatabaseDocumentDistributed.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.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.classDistributed task to restart a node.classCreated by luigidellaquila on 23/06/17.classclassclassDistributed task to stop a server.classclassclassTask 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.