Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertRecordsReq
-
Packages that use TSInsertRecordsReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertRecordsReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertRecordsReq Modifier and Type Field Description TSInsertRecordsReqIClientRPCService.insertRecords_args. reqTSInsertRecordsReqIClientRPCService.testInsertRecords_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertRecordsReq Modifier and Type Method Description TSInsertRecordsReqTSInsertRecordsReq. deepCopy()TSInsertRecordsReqIClientRPCService.insertRecords_args. getReq()TSInsertRecordsReqIClientRPCService.testInsertRecords_args. getReq()TSInsertRecordsReqTSInsertRecordsReq. setIsAligned(boolean isAligned)TSInsertRecordsReqTSInsertRecordsReq. setMeasurementsList(List<List<String>> measurementsList)TSInsertRecordsReqTSInsertRecordsReq. setPrefixPaths(List<String> prefixPaths)TSInsertRecordsReqTSInsertRecordsReq. setSessionId(long sessionId)TSInsertRecordsReqTSInsertRecordsReq. setTimestamps(List<Long> timestamps)TSInsertRecordsReqTSInsertRecordsReq. setValuesList(List<ByteBuffer> valuesList)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertRecordsReq Modifier and Type Method Description intTSInsertRecordsReq. compareTo(TSInsertRecordsReq other)booleanTSInsertRecordsReq. equals(TSInsertRecordsReq that)voidIClientRPCService.AsyncClient. insertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. insertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. insertRecords(TSInsertRecordsReq req)TSStatusIClientRPCService.Iface. insertRecords(TSInsertRecordsReq req)voidIClientRPCService.Client. send_insertRecords(TSInsertRecordsReq req)voidIClientRPCService.Client. send_testInsertRecords(TSInsertRecordsReq req)IClientRPCService.insertRecords_argsIClientRPCService.insertRecords_args. setReq(TSInsertRecordsReq req)IClientRPCService.testInsertRecords_argsIClientRPCService.testInsertRecords_args. setReq(TSInsertRecordsReq req)voidIClientRPCService.AsyncClient. testInsertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. testInsertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. testInsertRecords(TSInsertRecordsReq req)TSStatusIClientRPCService.Iface. testInsertRecords(TSInsertRecordsReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertRecordsReq Constructor Description insertRecords_args(TSInsertRecordsReq req)insertRecords_call(TSInsertRecordsReq 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)testInsertRecords_args(TSInsertRecordsReq req)testInsertRecords_call(TSInsertRecordsReq 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)TSInsertRecordsReq(TSInsertRecordsReq other)Performs a deep copy on other.
-