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