Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertStringRecordsReq
-
Packages that use TSInsertStringRecordsReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertStringRecordsReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertStringRecordsReq Modifier and Type Field Description TSInsertStringRecordsReqIClientRPCService.insertStringRecords_args. reqTSInsertStringRecordsReqIClientRPCService.testInsertStringRecords_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertStringRecordsReq Modifier and Type Method Description TSInsertStringRecordsReqTSInsertStringRecordsReq. deepCopy()TSInsertStringRecordsReqIClientRPCService.insertStringRecords_args. getReq()TSInsertStringRecordsReqIClientRPCService.testInsertStringRecords_args. getReq()TSInsertStringRecordsReqTSInsertStringRecordsReq. setIsAligned(boolean isAligned)TSInsertStringRecordsReqTSInsertStringRecordsReq. setMeasurementsList(List<List<String>> measurementsList)TSInsertStringRecordsReqTSInsertStringRecordsReq. setPrefixPaths(List<String> prefixPaths)TSInsertStringRecordsReqTSInsertStringRecordsReq. setSessionId(long sessionId)TSInsertStringRecordsReqTSInsertStringRecordsReq. setTimestamps(List<Long> timestamps)TSInsertStringRecordsReqTSInsertStringRecordsReq. setValuesList(List<List<String>> valuesList)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertStringRecordsReq Modifier and Type Method Description intTSInsertStringRecordsReq. compareTo(TSInsertStringRecordsReq other)booleanTSInsertStringRecordsReq. equals(TSInsertStringRecordsReq that)voidIClientRPCService.AsyncClient. insertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. insertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. insertStringRecords(TSInsertStringRecordsReq req)TSStatusIClientRPCService.Iface. insertStringRecords(TSInsertStringRecordsReq req)voidIClientRPCService.Client. send_insertStringRecords(TSInsertStringRecordsReq req)voidIClientRPCService.Client. send_testInsertStringRecords(TSInsertStringRecordsReq req)IClientRPCService.insertStringRecords_argsIClientRPCService.insertStringRecords_args. setReq(TSInsertStringRecordsReq req)IClientRPCService.testInsertStringRecords_argsIClientRPCService.testInsertStringRecords_args. setReq(TSInsertStringRecordsReq req)voidIClientRPCService.AsyncClient. testInsertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. testInsertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. testInsertStringRecords(TSInsertStringRecordsReq req)TSStatusIClientRPCService.Iface. testInsertStringRecords(TSInsertStringRecordsReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertStringRecordsReq Constructor Description insertStringRecords_args(TSInsertStringRecordsReq req)insertStringRecords_call(TSInsertStringRecordsReq 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)testInsertStringRecords_args(TSInsertStringRecordsReq req)testInsertStringRecords_call(TSInsertStringRecordsReq 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)TSInsertStringRecordsReq(TSInsertStringRecordsReq other)Performs a deep copy on other.
-