public class OperationRestApi extends Object
| 构造器和说明 |
|---|
OperationRestApi(KyuubiRestClient client) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
applyOperationAction(OpActionRequest request,
String operationHandleStr) |
ResultRowSet |
getNextRowSet(String operationHandleStr) |
ResultRowSet |
getNextRowSet(String operationHandleStr,
String fetchOrientation,
Integer maxRows) |
KyuubiOperationEvent |
getOperationEvent(String operationHandleStr) |
OperationLog |
getOperationLog(String operationHandleStr,
int maxRows) |
ResultSetMetaData |
getResultSetMetadata(String operationHandleStr) |
public OperationRestApi(KyuubiRestClient client)
public KyuubiOperationEvent getOperationEvent(String operationHandleStr)
public String applyOperationAction(OpActionRequest request, String operationHandleStr)
public ResultSetMetaData getResultSetMetadata(String operationHandleStr)
public OperationLog getOperationLog(String operationHandleStr, int maxRows)
public ResultRowSet getNextRowSet(String operationHandleStr)
public ResultRowSet getNextRowSet(String operationHandleStr, String fetchOrientation, Integer maxRows)
Copyright © 2023 The Apache Software Foundation. All rights reserved.