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