Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertRecordReq
-
Packages that use TSInsertRecordReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertRecordReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertRecordReq Modifier and Type Field Description TSInsertRecordReqIClientRPCService.insertRecord_args. reqTSInsertRecordReqIClientRPCService.testInsertRecord_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertRecordReq Modifier and Type Method Description TSInsertRecordReqTSInsertRecordReq. deepCopy()TSInsertRecordReqIClientRPCService.insertRecord_args. getReq()TSInsertRecordReqIClientRPCService.testInsertRecord_args. getReq()TSInsertRecordReqTSInsertRecordReq. setIsAligned(boolean isAligned)TSInsertRecordReqTSInsertRecordReq. setMeasurements(List<String> measurements)TSInsertRecordReqTSInsertRecordReq. setPrefixPath(String prefixPath)TSInsertRecordReqTSInsertRecordReq. setSessionId(long sessionId)TSInsertRecordReqTSInsertRecordReq. setTimestamp(long timestamp)TSInsertRecordReqTSInsertRecordReq. setValues(byte[] values)TSInsertRecordReqTSInsertRecordReq. setValues(ByteBuffer values)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertRecordReq Modifier and Type Method Description intTSInsertRecordReq. compareTo(TSInsertRecordReq other)booleanTSInsertRecordReq. equals(TSInsertRecordReq that)voidIClientRPCService.AsyncClient. insertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. insertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. insertRecord(TSInsertRecordReq req)TSStatusIClientRPCService.Iface. insertRecord(TSInsertRecordReq req)voidIClientRPCService.Client. send_insertRecord(TSInsertRecordReq req)voidIClientRPCService.Client. send_testInsertRecord(TSInsertRecordReq req)IClientRPCService.insertRecord_argsIClientRPCService.insertRecord_args. setReq(TSInsertRecordReq req)IClientRPCService.testInsertRecord_argsIClientRPCService.testInsertRecord_args. setReq(TSInsertRecordReq req)voidIClientRPCService.AsyncClient. testInsertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. testInsertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. testInsertRecord(TSInsertRecordReq req)TSStatusIClientRPCService.Iface. testInsertRecord(TSInsertRecordReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertRecordReq Constructor Description insertRecord_args(TSInsertRecordReq req)insertRecord_call(TSInsertRecordReq 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)testInsertRecord_args(TSInsertRecordReq req)testInsertRecord_call(TSInsertRecordReq 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)TSInsertRecordReq(TSInsertRecordReq other)Performs a deep copy on other.
-