Uses of Class
org.apache.iotdb.service.rpc.thrift.TCreateTimeseriesUsingSchemaTemplateReq
-
Packages that use TCreateTimeseriesUsingSchemaTemplateReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TCreateTimeseriesUsingSchemaTemplateReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TCreateTimeseriesUsingSchemaTemplateReq Modifier and Type Field Description TCreateTimeseriesUsingSchemaTemplateReqIClientRPCService.createTimeseriesUsingSchemaTemplate_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TCreateTimeseriesUsingSchemaTemplateReq Modifier and Type Method Description TCreateTimeseriesUsingSchemaTemplateReqTCreateTimeseriesUsingSchemaTemplateReq. deepCopy()TCreateTimeseriesUsingSchemaTemplateReqIClientRPCService.createTimeseriesUsingSchemaTemplate_args. getReq()TCreateTimeseriesUsingSchemaTemplateReqTCreateTimeseriesUsingSchemaTemplateReq. setDevicePathList(List<String> devicePathList)TCreateTimeseriesUsingSchemaTemplateReqTCreateTimeseriesUsingSchemaTemplateReq. setSessionId(long sessionId)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TCreateTimeseriesUsingSchemaTemplateReq Constructor Description createTimeseriesUsingSchemaTemplate_args(TCreateTimeseriesUsingSchemaTemplateReq req)createTimeseriesUsingSchemaTemplate_call(TCreateTimeseriesUsingSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCreateTimeseriesUsingSchemaTemplateReq(TCreateTimeseriesUsingSchemaTemplateReq other)Performs a deep copy on other.
-