Uses of Enum Class
com.orientechnologies.orient.core.command.OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMT
Packages that use OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMT
-
Uses of OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMT in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command that return OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMTModifier and TypeMethodDescriptionOCommandDistributedReplicateRequest.getDistributedResultManagement()Returns how to manage the distributed result between: CHECK_FOR_EQUALS: all results must be the same MERGE: merges results.Returns the enum constant of this class with the specified name.OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMT.values()Returns an array containing the constants of this enum class, in the order they are declared.