Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TLoadCommandReq
-
Packages that use TLoadCommandReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TLoadCommandReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TLoadCommandReq Modifier and Type Field Description TLoadCommandReqIDataNodeRPCService.sendLoadCommand_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TLoadCommandReq Modifier and Type Method Description TLoadCommandReqTLoadCommandReq. deepCopy()TLoadCommandReqIDataNodeRPCService.sendLoadCommand_args. getReq()TLoadCommandReqTLoadCommandReq. setCommandType(int commandType)TLoadCommandReqTLoadCommandReq. setIsGeneratedByPipe(boolean isGeneratedByPipe)TLoadCommandReqTLoadCommandReq. setUuid(String uuid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TLoadCommandReq Modifier and Type Method Description intTLoadCommandReq. compareTo(TLoadCommandReq other)booleanTLoadCommandReq. equals(TLoadCommandReq that)voidIDataNodeRPCService.Client. send_sendLoadCommand(TLoadCommandReq req)voidIDataNodeRPCService.AsyncClient. sendLoadCommand(TLoadCommandReq req, org.apache.thrift.async.AsyncMethodCallback<TLoadResp> resultHandler)voidIDataNodeRPCService.AsyncIface. sendLoadCommand(TLoadCommandReq req, org.apache.thrift.async.AsyncMethodCallback<TLoadResp> resultHandler)TLoadRespIDataNodeRPCService.Client. sendLoadCommand(TLoadCommandReq req)TLoadRespIDataNodeRPCService.Iface. sendLoadCommand(TLoadCommandReq req)IDataNodeRPCService.sendLoadCommand_argsIDataNodeRPCService.sendLoadCommand_args. setReq(TLoadCommandReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TLoadCommandReq Constructor Description sendLoadCommand_args(TLoadCommandReq req)sendLoadCommand_call(TLoadCommandReq req, org.apache.thrift.async.AsyncMethodCallback<TLoadResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TLoadCommandReq(TLoadCommandReq other)Performs a deep copy on other.
-