Uses of Enum Class
com.orientechnologies.orient.core.command.OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE
Packages that use OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE
Package
Description
-
Uses of OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODEConstructors in com.orientechnologies.orient.client.remote.message with parameters of type OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE -
Uses of OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command that return OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODEModifier and TypeMethodDescriptionOCommandDistributedReplicateRequest.getDistributedExecutionMode()Returns the execution mode when distributed configuration is active: LOCAL: executed on local node only REPLICATE: executed on all the nodes and expect the same result SHARDED: executed on all the involved nodes and merge resultsReturns the enum constant of this class with the specified name.OCommandDistributedReplicateRequest.DISTRIBUTED_EXECUTION_MODE.values()Returns an array containing the constants of this enum class, in the order they are declared.