Uses of Class
ai.heavy.thrift.server.TExecuteMode
-
Packages that use TExecuteMode Package Description ai.heavy.thrift.server -
-
Uses of TExecuteMode in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TExecuteMode Modifier and Type Field Description TExecuteModeHeavy.set_execution_mode_args. modeMethods in ai.heavy.thrift.server that return TExecuteMode Modifier and Type Method Description static TExecuteModeTExecuteMode. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TExecuteModeHeavy.set_execution_mode_args. getMode()static TExecuteModeTExecuteMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TExecuteMode[]TExecuteMode. 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 TExecuteMode Modifier and Type Method Description voidHeavy.Client. send_set_execution_mode(String session, TExecuteMode mode)voidHeavy.AsyncClient. set_execution_mode(String session, TExecuteMode mode, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. set_execution_mode(String session, TExecuteMode mode, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. set_execution_mode(String session, TExecuteMode mode)voidHeavy.Iface. set_execution_mode(String session, TExecuteMode mode)Heavy.set_execution_mode_argsHeavy.set_execution_mode_args. setMode(TExecuteMode mode)Constructors in ai.heavy.thrift.server with parameters of type TExecuteMode Constructor Description set_execution_mode_args(String session, TExecuteMode mode)set_execution_mode_call(String session, TExecuteMode mode, 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)
-