Uses of Enum Class
com.orientechnologies.orient.server.distributed.ODistributedConfiguration.ROLES
Packages that use ODistributedConfiguration.ROLES
-
Uses of ODistributedConfiguration.ROLES in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedConfiguration.ROLESModifier and TypeMethodDescriptionODistributedConfiguration.getDefaultServerRole()Returns the default server role between MASTER (default) and REPLICA.ODistributedConfiguration.getServerRole(String iServerName) Returns the server role between MASTER (default) and REPLICA.Returns the enum constant of this class with the specified name.static ODistributedConfiguration.ROLES[]ODistributedConfiguration.ROLES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedConfiguration.ROLESModifier and TypeMethodDescriptionvoidOModifiableDistributedConfiguration.setServerRole(String iServerName, ODistributedConfiguration.ROLES role) Sets the server role between MASTER (default) and REPLICA.