Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSendFragmentInstanceReq
-
Packages that use TSendFragmentInstanceReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSendFragmentInstanceReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TSendFragmentInstanceReq Modifier and Type Field Description TSendFragmentInstanceReqIDataNodeRPCService.sendFragmentInstance_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TSendFragmentInstanceReq Modifier and Type Method Description TSendFragmentInstanceReqTSendFragmentInstanceReq. deepCopy()TSendFragmentInstanceReqIDataNodeRPCService.sendFragmentInstance_args. getReq()TSendFragmentInstanceReqTSendFragmentInstanceReq. setConsensusGroupId(TConsensusGroupId consensusGroupId)TSendFragmentInstanceReqTSendFragmentInstanceReq. setFragmentInstance(TFragmentInstance fragmentInstance)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendFragmentInstanceReq Modifier and Type Method Description intTSendFragmentInstanceReq. compareTo(TSendFragmentInstanceReq other)booleanTSendFragmentInstanceReq. equals(TSendFragmentInstanceReq that)voidIDataNodeRPCService.Client. send_sendFragmentInstance(TSendFragmentInstanceReq req)voidIDataNodeRPCService.AsyncClient. sendFragmentInstance(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler)voidIDataNodeRPCService.AsyncIface. sendFragmentInstance(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler)TSendFragmentInstanceRespIDataNodeRPCService.Client. sendFragmentInstance(TSendFragmentInstanceReq req)TSendFragmentInstanceRespIDataNodeRPCService.Iface. sendFragmentInstance(TSendFragmentInstanceReq req)dispatch FragmentInstance to remote node for query requestIDataNodeRPCService.sendFragmentInstance_argsIDataNodeRPCService.sendFragmentInstance_args. setReq(TSendFragmentInstanceReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendFragmentInstanceReq Constructor Description sendFragmentInstance_args(TSendFragmentInstanceReq req)sendFragmentInstance_call(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TSendFragmentInstanceReq(TSendFragmentInstanceReq other)Performs a deep copy on other.
-