Uses of Class
ai.heavy.thrift.server.TRole
-
Packages that use TRole Package Description ai.heavy.thrift.server -
-
Uses of TRole in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TRole Modifier and Type Field Description TRoleTServerStatus. roleMethods in ai.heavy.thrift.server that return TRole Modifier and Type Method Description static TRoleTRole. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TRoleTServerStatus. getRole()static TRoleTRole. valueOf(String name)Returns the enum constant of this type with the specified name.static TRole[]TRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TRole Modifier and Type Method Description TServerStatusTServerStatus. setRole(TRole role)Constructors in ai.heavy.thrift.server with parameters of type TRole Constructor Description TServerStatus(boolean read_only, String version, boolean rendering_enabled, long start_time, String edition, String host_name, boolean poly_rendering_enabled, TRole role, String renderer_status_json)
-