Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertRecordsOfOneDeviceReq
-
Packages that use TSInsertRecordsOfOneDeviceReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertRecordsOfOneDeviceReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertRecordsOfOneDeviceReq Modifier and Type Field Description TSInsertRecordsOfOneDeviceReqIClientRPCService.insertRecordsOfOneDevice_args. reqTSInsertRecordsOfOneDeviceReqIClientRPCService.testInsertRecordsOfOneDevice_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertRecordsOfOneDeviceReq Modifier and Type Method Description TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. deepCopy()TSInsertRecordsOfOneDeviceReqIClientRPCService.insertRecordsOfOneDevice_args. getReq()TSInsertRecordsOfOneDeviceReqIClientRPCService.testInsertRecordsOfOneDevice_args. getReq()TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setIsAligned(boolean isAligned)TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setMeasurementsList(List<List<String>> measurementsList)TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setPrefixPath(String prefixPath)TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setSessionId(long sessionId)TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setTimestamps(List<Long> timestamps)TSInsertRecordsOfOneDeviceReqTSInsertRecordsOfOneDeviceReq. setValuesList(List<ByteBuffer> valuesList)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertRecordsOfOneDeviceReq Constructor Description insertRecordsOfOneDevice_args(TSInsertRecordsOfOneDeviceReq req)insertRecordsOfOneDevice_call(TSInsertRecordsOfOneDeviceReq 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)testInsertRecordsOfOneDevice_args(TSInsertRecordsOfOneDeviceReq req)testInsertRecordsOfOneDevice_call(TSInsertRecordsOfOneDeviceReq 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)TSInsertRecordsOfOneDeviceReq(TSInsertRecordsOfOneDeviceReq other)Performs a deep copy on other.
-