Uses of Class
org.apache.iotdb.service.rpc.thrift.TSInsertTabletsReq
-
Packages that use TSInsertTabletsReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSInsertTabletsReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSInsertTabletsReq Modifier and Type Field Description TSInsertTabletsReqIClientRPCService.insertTablets_args. reqTSInsertTabletsReqIClientRPCService.testInsertTablets_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSInsertTabletsReq Modifier and Type Method Description TSInsertTabletsReqTSInsertTabletsReq. deepCopy()TSInsertTabletsReqIClientRPCService.insertTablets_args. getReq()TSInsertTabletsReqIClientRPCService.testInsertTablets_args. getReq()TSInsertTabletsReqTSInsertTabletsReq. setIsAligned(boolean isAligned)TSInsertTabletsReqTSInsertTabletsReq. setMeasurementsList(List<List<String>> measurementsList)TSInsertTabletsReqTSInsertTabletsReq. setPrefixPaths(List<String> prefixPaths)TSInsertTabletsReqTSInsertTabletsReq. setSessionId(long sessionId)TSInsertTabletsReqTSInsertTabletsReq. setSizeList(List<Integer> sizeList)TSInsertTabletsReqTSInsertTabletsReq. setTimestampsList(List<ByteBuffer> timestampsList)TSInsertTabletsReqTSInsertTabletsReq. setTypesList(List<List<Integer>> typesList)TSInsertTabletsReqTSInsertTabletsReq. setValuesList(List<ByteBuffer> valuesList)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertTabletsReq Modifier and Type Method Description intTSInsertTabletsReq. compareTo(TSInsertTabletsReq other)booleanTSInsertTabletsReq. equals(TSInsertTabletsReq that)voidIClientRPCService.AsyncClient. insertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. insertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. insertTablets(TSInsertTabletsReq req)TSStatusIClientRPCService.Iface. insertTablets(TSInsertTabletsReq req)voidIClientRPCService.Client. send_insertTablets(TSInsertTabletsReq req)voidIClientRPCService.Client. send_testInsertTablets(TSInsertTabletsReq req)IClientRPCService.insertTablets_argsIClientRPCService.insertTablets_args. setReq(TSInsertTabletsReq req)IClientRPCService.testInsertTablets_argsIClientRPCService.testInsertTablets_args. setReq(TSInsertTabletsReq req)voidIClientRPCService.AsyncClient. testInsertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. testInsertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. testInsertTablets(TSInsertTabletsReq req)TSStatusIClientRPCService.Iface. testInsertTablets(TSInsertTabletsReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSInsertTabletsReq Constructor Description insertTablets_args(TSInsertTabletsReq req)insertTablets_call(TSInsertTabletsReq 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)testInsertTablets_args(TSInsertTabletsReq req)testInsertTablets_call(TSInsertTabletsReq 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)TSInsertTabletsReq(TSInsertTabletsReq other)Performs a deep copy on other.
-