Uses of Class
com.omnisci.thrift.server.TDeviceType
-
Packages that use TDeviceType Package Description com.omnisci.thrift.server -
-
Uses of TDeviceType in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TDeviceType Modifier and Type Field Description TDeviceTypeOmniSci.deallocate_df_args. device_typeTDeviceTypeOmniSci.sql_execute_df_args. device_typeTDeviceTypeTCountDistinctDescriptor. device_typeMethods in com.omnisci.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.TDeviceTypeOmniSci.deallocate_df_args. getDevice_type()TDeviceTypeOmniSci.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.omnisci.thrift.server with parameters of type TDeviceType Modifier and Type Method Description voidOmniSci.AsyncClient. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.AsyncIface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.Client. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidOmniSci.Iface. deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidOmniSci.Client. send_deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id)voidOmniSci.Client. send_sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)OmniSci.deallocate_df_argsOmniSci.deallocate_df_args. setDevice_type(TDeviceType device_type)OmniSci.sql_execute_df_argsOmniSci.sql_execute_df_args. setDevice_type(TDeviceType device_type)TCountDistinctDescriptorTCountDistinctDescriptor. setDevice_type(TDeviceType device_type)voidOmniSci.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)voidOmniSci.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)TDataFrameOmniSci.Client. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)TDataFrameOmniSci.Iface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)Constructors in com.omnisci.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)
-