Class IConfigNodeRPCService.Processor.alterSchemaTemplate<I extends IConfigNodeRPCService.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,IConfigNodeRPCService.alterSchemaTemplate_args>
-
- org.apache.iotdb.confignode.rpc.thrift.IConfigNodeRPCService.Processor.alterSchemaTemplate<I>
-
- Enclosing class:
- IConfigNodeRPCService.Processor<I extends IConfigNodeRPCService.Iface>
public static class IConfigNodeRPCService.Processor.alterSchemaTemplate<I extends IConfigNodeRPCService.Iface> extends org.apache.thrift.ProcessFunction<I,IConfigNodeRPCService.alterSchemaTemplate_args>
-
-
Constructor Summary
Constructors Constructor Description alterSchemaTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IConfigNodeRPCService.alterSchemaTemplate_argsgetEmptyArgsInstance()IConfigNodeRPCService.alterSchemaTemplate_resultgetResult(I iface, IConfigNodeRPCService.alterSchemaTemplate_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public IConfigNodeRPCService.alterSchemaTemplate_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends IConfigNodeRPCService.Iface,IConfigNodeRPCService.alterSchemaTemplate_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends IConfigNodeRPCService.Iface,IConfigNodeRPCService.alterSchemaTemplate_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptionsin classorg.apache.thrift.ProcessFunction<I extends IConfigNodeRPCService.Iface,IConfigNodeRPCService.alterSchemaTemplate_args>
-
getResult
public IConfigNodeRPCService.alterSchemaTemplate_result getResult(I iface, IConfigNodeRPCService.alterSchemaTemplate_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends IConfigNodeRPCService.Iface,IConfigNodeRPCService.alterSchemaTemplate_args>- Throws:
org.apache.thrift.TException
-
-