@MXBean public interface TeiidBean
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequest(String sessionId,
long executionId)
Cancel Request
|
EngineStatisticsBean |
getEngineStatisticsBean() |
String |
getQueryPlan(String sessionId,
long executionId)
Get the Query Plan for the given session with provided execution id.
|
List<RequestBean> |
getRequests()
Get the all Requests that are currently in process
|
List<SessionBean> |
getSessions()
Get all the current Sessions.
|
WorkerPoolStatisticsBean |
getWorkerPoolStatisticsBean() |
void |
terminateSession(String sessionId)
Terminate the Session
|
void |
terminateTransaction(String transactionId)
Mark the given global transaction as rollback only.
|
String getQueryPlan(String sessionId, long executionId)
sessionId - executionId - List<RequestBean> getRequests() throws AdminException
RequestBeanAdminExceptionList<SessionBean> getSessions() throws AdminException
SessionAdminExceptionvoid terminateSession(String sessionId) throws AdminException
identifier - Session Identifier Session.
No wild cards currently supported, must be explicitAdminExceptionvoid cancelRequest(String sessionId, long executionId) throws AdminException
sessionId - session Identifier for the request.executionId - request IdentifierAdminExceptionvoid terminateTransaction(String transactionId) throws AdminException
transactionId - AdminExceptionWorkerPoolStatisticsBean getWorkerPoolStatisticsBean()
EngineStatisticsBean getEngineStatisticsBean()
Copyright © 2019. All rights reserved.