Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TCheckTimeSeriesExistenceResp
-
Packages that use TCheckTimeSeriesExistenceResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TCheckTimeSeriesExistenceResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TCheckTimeSeriesExistenceResp Modifier and Type Field Description TCheckTimeSeriesExistenceRespIDataNodeRPCService.checkTimeSeriesExistence_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TCheckTimeSeriesExistenceResp Modifier and Type Method Description TCheckTimeSeriesExistenceRespIDataNodeRPCService.Client. checkTimeSeriesExistence(TCheckTimeSeriesExistenceReq req)TCheckTimeSeriesExistenceRespIDataNodeRPCService.Iface. checkTimeSeriesExistence(TCheckTimeSeriesExistenceReq req)TCheckTimeSeriesExistenceRespTCheckTimeSeriesExistenceResp. deepCopy()TCheckTimeSeriesExistenceRespIDataNodeRPCService.AsyncClient.checkTimeSeriesExistence_call. getResult()TCheckTimeSeriesExistenceRespIDataNodeRPCService.checkTimeSeriesExistence_result. getSuccess()TCheckTimeSeriesExistenceRespIDataNodeRPCService.Client. recv_checkTimeSeriesExistence()TCheckTimeSeriesExistenceRespTCheckTimeSeriesExistenceResp. setExists(boolean exists)TCheckTimeSeriesExistenceRespTCheckTimeSeriesExistenceResp. setStatus(TSStatus status)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TCheckTimeSeriesExistenceResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TCheckTimeSeriesExistenceResp>IDataNodeRPCService.AsyncProcessor.checkTimeSeriesExistence. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCheckTimeSeriesExistenceResp Modifier and Type Method Description intTCheckTimeSeriesExistenceResp. compareTo(TCheckTimeSeriesExistenceResp other)booleanTCheckTimeSeriesExistenceResp. equals(TCheckTimeSeriesExistenceResp that)IDataNodeRPCService.checkTimeSeriesExistence_resultIDataNodeRPCService.checkTimeSeriesExistence_result. setSuccess(TCheckTimeSeriesExistenceResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TCheckTimeSeriesExistenceResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. checkTimeSeriesExistence(TCheckTimeSeriesExistenceReq req, org.apache.thrift.async.AsyncMethodCallback<TCheckTimeSeriesExistenceResp> resultHandler)voidIDataNodeRPCService.AsyncIface. checkTimeSeriesExistence(TCheckTimeSeriesExistenceReq req, org.apache.thrift.async.AsyncMethodCallback<TCheckTimeSeriesExistenceResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.checkTimeSeriesExistence. start(I iface, IDataNodeRPCService.checkTimeSeriesExistence_args args, org.apache.thrift.async.AsyncMethodCallback<TCheckTimeSeriesExistenceResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCheckTimeSeriesExistenceResp Constructor Description checkTimeSeriesExistence_result(TCheckTimeSeriesExistenceResp success)TCheckTimeSeriesExistenceResp(TCheckTimeSeriesExistenceResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TCheckTimeSeriesExistenceResp Constructor Description checkTimeSeriesExistence_call(TCheckTimeSeriesExistenceReq req, org.apache.thrift.async.AsyncMethodCallback<TCheckTimeSeriesExistenceResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-