Uses of Class
org.apache.iotdb.service.rpc.thrift.TSExecuteBatchStatementReq
-
Packages that use TSExecuteBatchStatementReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSExecuteBatchStatementReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSExecuteBatchStatementReq Modifier and Type Field Description TSExecuteBatchStatementReqIClientRPCService.executeBatchStatement_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSExecuteBatchStatementReq Modifier and Type Method Description TSExecuteBatchStatementReqTSExecuteBatchStatementReq. deepCopy()TSExecuteBatchStatementReqIClientRPCService.executeBatchStatement_args. getReq()TSExecuteBatchStatementReqTSExecuteBatchStatementReq. setSessionId(long sessionId)TSExecuteBatchStatementReqTSExecuteBatchStatementReq. setStatements(List<String> statements)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSExecuteBatchStatementReq Modifier and Type Method Description intTSExecuteBatchStatementReq. compareTo(TSExecuteBatchStatementReq other)booleanTSExecuteBatchStatementReq. equals(TSExecuteBatchStatementReq that)voidIClientRPCService.AsyncClient. executeBatchStatement(TSExecuteBatchStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. executeBatchStatement(TSExecuteBatchStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. executeBatchStatement(TSExecuteBatchStatementReq req)TSStatusIClientRPCService.Iface. executeBatchStatement(TSExecuteBatchStatementReq req)voidIClientRPCService.Client. send_executeBatchStatement(TSExecuteBatchStatementReq req)IClientRPCService.executeBatchStatement_argsIClientRPCService.executeBatchStatement_args. setReq(TSExecuteBatchStatementReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSExecuteBatchStatementReq Constructor Description executeBatchStatement_args(TSExecuteBatchStatementReq req)executeBatchStatement_call(TSExecuteBatchStatementReq 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)TSExecuteBatchStatementReq(TSExecuteBatchStatementReq other)Performs a deep copy on other.
-