Package ai.heavy.thrift.server
Class Heavy.Processor.render_vega<I extends Heavy.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,Heavy.render_vega_args>
-
- ai.heavy.thrift.server.Heavy.Processor.render_vega<I>
-
- Enclosing class:
- Heavy.Processor<I extends Heavy.Iface>
public static class Heavy.Processor.render_vega<I extends Heavy.Iface> extends org.apache.thrift.ProcessFunction<I,Heavy.render_vega_args>
-
-
Constructor Summary
Constructors Constructor Description render_vega()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Heavy.render_vega_argsgetEmptyArgsInstance()Heavy.render_vega_resultgetResult(I iface, Heavy.render_vega_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public Heavy.render_vega_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends Heavy.Iface,Heavy.render_vega_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends Heavy.Iface,Heavy.render_vega_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptionsin classorg.apache.thrift.ProcessFunction<I extends Heavy.Iface,Heavy.render_vega_args>
-
getResult
public Heavy.render_vega_result getResult(I iface, Heavy.render_vega_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends Heavy.Iface,Heavy.render_vega_args>- Throws:
org.apache.thrift.TException
-
-