public class OperationRestApi extends Object
| Constructor and Description |
|---|
OperationRestApi(KyuubiRestClient client) |
| Modifier and Type | Method and Description |
|---|---|
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.