Uses of Class
com.mapd.thrift.server.TRole
-
Packages that use TRole Package Description com.mapd.thrift.server -
-
Uses of TRole in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TRole Modifier and Type Field Description TRoleTServerStatus. roleMethods in com.mapd.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 com.mapd.thrift.server with parameters of type TRole Modifier and Type Method Description TServerStatusTServerStatus. setRole(TRole role)Constructors in com.mapd.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)
-