Uses of Class
com.mapd.thrift.server.TDeviceType
-
Packages that use TDeviceType Package Description com.mapd.thrift.server -
-
Uses of TDeviceType in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TDeviceType Modifier and Type Field Description TDeviceTypeMapD.deallocate_df_args. device_typeTDeviceTypeMapD.sql_execute_df_args. device_typeTDeviceTypeTCountDistinctDescriptor. device_typeMethods in com.mapd.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.TDeviceTypeMapD.deallocate_df_args. getDevice_type()TDeviceTypeMapD.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 com.mapd.thrift.server with parameters of type TDeviceType Modifier and Type Method Description voidMapD.AsyncClient. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.AsyncIface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.Client. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidMapD.Iface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidMapD.Client. send_deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidMapD.Client. send_sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n)MapD.deallocate_df_argsMapD.deallocate_df_args. setDevice_type(TDeviceType device_type)MapD.sql_execute_df_argsMapD.sql_execute_df_args. setDevice_type(TDeviceType device_type)TCountDistinctDescriptorTCountDistinctDescriptor. setDevice_type(TDeviceType device_type)voidMapD.AsyncClient. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)voidMapD.AsyncIface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)TDataFrameMapD.Client. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n)TDataFrameMapD.Iface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n)Constructors in com.mapd.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)sql_execute_df_call(String session, String query, TDeviceType device_type, int device_id, int first_n, 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)
-