Uses of Class
ai.heavy.thrift.server.TQueryType
-
Packages that use TQueryType Package Description ai.heavy.thrift.server -
-
Uses of TQueryType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TQueryType Modifier and Type Field Description TQueryTypeTQueryResult. query_typeMethods in ai.heavy.thrift.server that return TQueryType Modifier and Type Method Description static TQueryTypeTQueryType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TQueryTypeTQueryResult. getQuery_type()static TQueryTypeTQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static TQueryType[]TQueryType. 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 TQueryType Modifier and Type Method Description TQueryResultTQueryResult. setQuery_type(TQueryType query_type)Constructors in ai.heavy.thrift.server with parameters of type TQueryType Constructor Description TQueryResult(TRowSet row_set, long execution_time_ms, long total_time_ms, String nonce, String debug, boolean success, TQueryType query_type)
-