Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertStringRecordReq
-
Packages that use TSInsertStringRecordReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertStringRecordReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertStringRecordReq Modifier and Type Field Description TSInsertStringRecordReqIClientRPCService.insertStringRecord_args. reqTSInsertStringRecordReqIClientRPCService.testInsertStringRecord_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertStringRecordReq Modifier and Type Method Description TSInsertStringRecordReqTSInsertStringRecordReq. deepCopy()TSInsertStringRecordReqIClientRPCService.insertStringRecord_args. getReq()TSInsertStringRecordReqIClientRPCService.testInsertStringRecord_args. getReq()TSInsertStringRecordReqTSInsertStringRecordReq. setIsAligned(boolean isAligned)TSInsertStringRecordReqTSInsertStringRecordReq. setMeasurements(List<String> measurements)TSInsertStringRecordReqTSInsertStringRecordReq. setPrefixPath(String prefixPath)TSInsertStringRecordReqTSInsertStringRecordReq. setSessionId(long sessionId)TSInsertStringRecordReqTSInsertStringRecordReq. setTimeout(long timeout)TSInsertStringRecordReqTSInsertStringRecordReq. setTimestamp(long timestamp)TSInsertStringRecordReqTSInsertStringRecordReq. setValues(List<String> values)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertStringRecordReq Modifier and Type Method Description intTSInsertStringRecordReq. compareTo(TSInsertStringRecordReq other)booleanTSInsertStringRecordReq. equals(TSInsertStringRecordReq that)voidIClientRPCService.AsyncClient. insertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. insertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. insertStringRecord(TSInsertStringRecordReq req)TSStatusIClientRPCService.Iface. insertStringRecord(TSInsertStringRecordReq req)voidIClientRPCService.Client. send_insertStringRecord(TSInsertStringRecordReq req)voidIClientRPCService.Client. send_testInsertStringRecord(TSInsertStringRecordReq req)IClientRPCService.insertStringRecord_argsIClientRPCService.insertStringRecord_args. setReq(TSInsertStringRecordReq req)IClientRPCService.testInsertStringRecord_argsIClientRPCService.testInsertStringRecord_args. setReq(TSInsertStringRecordReq req)voidIClientRPCService.AsyncClient. testInsertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. testInsertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. testInsertStringRecord(TSInsertStringRecordReq req)TSStatusIClientRPCService.Iface. testInsertStringRecord(TSInsertStringRecordReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertStringRecordReq Constructor Description insertStringRecord_args(TSInsertStringRecordReq req)insertStringRecord_call(TSInsertStringRecordReq 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)testInsertStringRecord_args(TSInsertStringRecordReq req)testInsertStringRecord_call(TSInsertStringRecordReq 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)TSInsertStringRecordReq(TSInsertStringRecordReq other)Performs a deep copy on other.
-