Uses of Class
ai.heavy.thrift.server.TDeviceType
-
Packages that use TDeviceType Package Description ai.heavy.thrift.server -
-
Uses of TDeviceType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDeviceType Modifier and Type Field Description TDeviceTypeHeavy.deallocate_df_args. device_typeTDeviceTypeHeavy.sql_execute_df_args. device_typeTDeviceTypeTCountDistinctDescriptor. device_typeMethods in ai.heavy.thrift.server that return TDeviceType Modifier and Type Method Description static TDeviceTypeTDeviceType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TDeviceTypeHeavy.deallocate_df_args. getDevice_type()TDeviceTypeHeavy.sql_execute_df_args. getDevice_type()TDeviceTypeTCountDistinctDescriptor. getDevice_type()static TDeviceTypeTDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TDeviceType[]TDeviceType. 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 TDeviceType Modifier and Type Method Description voidHeavy.AsyncClient. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidHeavy.Iface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidHeavy.Client. send_deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidHeavy.Client. send_sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)Heavy.deallocate_df_argsHeavy.deallocate_df_args. setDevice_type(TDeviceType device_type)Heavy.sql_execute_df_argsHeavy.sql_execute_df_args. setDevice_type(TDeviceType device_type)TCountDistinctDescriptorTCountDistinctDescriptor. setDevice_type(TDeviceType device_type)voidHeavy.AsyncClient. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)voidHeavy.AsyncIface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)TDataFrameHeavy.Client. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)TDataFrameHeavy.Iface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)Constructors in ai.heavy.thrift.server with parameters of type TDeviceType Constructor Description deallocate_df_args(String session, TDataFrame df, TDeviceType device_type, int device_id)deallocate_df_call(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)sql_execute_df_args(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)sql_execute_df_call(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCountDistinctDescriptor(TCountDistinctImplType impl_type, long min_val, long bitmap_sz_bits, boolean approximate, TDeviceType device_type, long sub_bitmap_count)
-