Uses of Class
com.arangodb.entity.ServerRole
-
Packages that use ServerRole Package Description com.arangodb com.arangodb.entity -
-
Uses of ServerRole in com.arangodb
Methods in com.arangodb that return ServerRole Modifier and Type Method Description ServerRole
ArangoDB. getRole()
Returns the server role. -
Uses of ServerRole in com.arangodb.entity
Methods in com.arangodb.entity that return ServerRole Modifier and Type Method Description static ServerRole
ServerRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerRole[]
ServerRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-