Uses of Class
com.c8db.entity.ServerRole
-
Packages that use ServerRole Package Description com.c8db com.c8db.entity com.c8db.internal -
-
Uses of ServerRole in com.c8db
Methods in com.c8db that return ServerRole Modifier and Type Method Description ServerRoleC8DB. getRole()Returns the server role. -
Uses of ServerRole in com.c8db.entity
Methods in com.c8db.entity that return ServerRole Modifier and Type Method Description static ServerRoleServerRole. 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. -
Uses of ServerRole in com.c8db.internal
Methods in com.c8db.internal that return ServerRole Modifier and Type Method Description ServerRoleC8DBImpl. getRole()Methods in com.c8db.internal that return types with arguments of type ServerRole Modifier and Type Method Description protected C8Executor.ResponseDeserializer<ServerRole>InternalC8DB. getRoleResponseDeserializer()
-