Uses of Class
ai.heavy.thrift.server.Heavy.get_completion_hints_args
-
Packages that use Heavy.get_completion_hints_args Package Description ai.heavy.thrift.server -
-
Uses of Heavy.get_completion_hints_args in ai.heavy.thrift.server
Methods in ai.heavy.thrift.server that return Heavy.get_completion_hints_args Modifier and Type Method Description Heavy.get_completion_hints_argsHeavy.get_completion_hints_args. deepCopy()Heavy.get_completion_hints_argsHeavy.AsyncProcessor.get_completion_hints. getEmptyArgsInstance()Heavy.get_completion_hints_argsHeavy.Processor.get_completion_hints. getEmptyArgsInstance()Heavy.get_completion_hints_argsHeavy.get_completion_hints_args. setCursor(int cursor)Heavy.get_completion_hints_argsHeavy.get_completion_hints_args. setSession(String session)Heavy.get_completion_hints_argsHeavy.get_completion_hints_args. setSql(String sql)Methods in ai.heavy.thrift.server with parameters of type Heavy.get_completion_hints_args Modifier and Type Method Description intHeavy.get_completion_hints_args. compareTo(Heavy.get_completion_hints_args other)booleanHeavy.get_completion_hints_args. equals(Heavy.get_completion_hints_args that)Heavy.get_completion_hints_resultHeavy.Processor.get_completion_hints. getResult(I iface, Heavy.get_completion_hints_args args)voidHeavy.AsyncProcessor.get_completion_hints. start(I iface, Heavy.get_completion_hints_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type Heavy.get_completion_hints_args Constructor Description get_completion_hints_args(Heavy.get_completion_hints_args other)Performs a deep copy on other.
-