Uses of Interface
com.orientechnologies.orient.server.distributed.ORemoteTaskFactory
Packages that use ORemoteTaskFactory
Package
Description
-
Uses of ORemoteTaskFactory in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ORemoteTaskFactoryModifier and TypeMethodDescriptionORemoteTaskFactoryManager.getFactoryByServerId(int serverId) ORemoteTaskFactoryManager.getFactoryByServerName(String serverName) ORemoteTaskFactoryManager.getFactoryByServerNames(Collection<String> serverNames) ORemoteTaskFactoryManager.getFactoryByVersion(int version) -
Uses of ORemoteTaskFactory in com.orientechnologies.orient.server.distributed.impl.task
Classes in com.orientechnologies.orient.server.distributed.impl.task that implement ORemoteTaskFactoryMethods in com.orientechnologies.orient.server.distributed.impl.task that return ORemoteTaskFactoryModifier and TypeMethodDescriptionORemoteTaskFactoryManagerImpl.getFactoryByServerId(int serverId) ORemoteTaskFactoryManagerImpl.getFactoryByServerName(String serverName) ORemoteTaskFactoryManagerImpl.getFactoryByServerNames(Collection<String> serverNames) ORemoteTaskFactoryManagerImpl.getFactoryByVersion(int version) Methods in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ORemoteTaskFactoryModifier and TypeMethodDescriptionvoidOCloseQueryTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOCopyDatabaseChunkTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOFetchQueryPageTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOGossipTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidORequestDatabaseConfigurationTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidORestartServerTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidORunQueryExecutionPlanTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOSQLCommandTaskFirstPhase.fromStream(DataInput in, ORemoteTaskFactory factory) voidOSQLCommandTaskSecondPhase.fromStream(DataInput in, ORemoteTaskFactory factory) voidOSyncClusterTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOSyncDatabaseNewDeltaTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOSyncDatabaseTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOTransactionPhase1Task.fromStream(DataInput in, ORemoteTaskFactory factory) voidOTransactionPhase2Task.fromStream(DataInput in, ORemoteTaskFactory factory) voidOUpdateDatabaseConfigurationTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidOUpdateDatabaseSequenceStatusTask.fromStream(DataInput in, ORemoteTaskFactory factory) -
Uses of ORemoteTaskFactory in com.orientechnologies.orient.server.distributed.operation
Methods in com.orientechnologies.orient.server.distributed.operation with parameters of type ORemoteTaskFactoryModifier and TypeMethodDescriptionvoidNodeOperationTask.fromStream(DataInput in, ORemoteTaskFactory factory) -
Uses of ORemoteTaskFactory in com.orientechnologies.orient.server.distributed.task
Methods in com.orientechnologies.orient.server.distributed.task with parameters of type ORemoteTaskFactoryModifier and TypeMethodDescriptionvoidOAbstractRemoteTask.fromStream(DataInput in, ORemoteTaskFactory factory) voidORemoteTask.fromStream(DataInput in, ORemoteTaskFactory factory)