public class SubmitAsyncSqlRequest extends Request
| 构造器和说明 |
|---|
SubmitAsyncSqlRequest(String project,
String logstore,
String query,
int begin,
int end) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSession(String key,
String value) |
int |
getBegin() |
int |
getEnd() |
String |
getLogstore() |
long |
getMaxRunMillis() |
String |
getQuery() |
byte[] |
getRequestBody() |
Map<String,String> |
getSessions() |
boolean |
isPowerSqlEnabled() |
void |
setMaxRunMillis(long maxRunMillis) |
void |
setPowerSqlEnabled(boolean powerSqlEnabled) |
GetAllParams, GetParam, GetProject, SetParampublic String getQuery()
public String getLogstore()
public int getBegin()
public int getEnd()
public long getMaxRunMillis()
public void setMaxRunMillis(long maxRunMillis)
public boolean isPowerSqlEnabled()
public void setPowerSqlEnabled(boolean powerSqlEnabled)
public byte[] getRequestBody()
Copyright © 2026. All Rights Reserved.