@MXBean public interface TeiidBean
Modifier and Type | Method and Description |
---|---|
void |
cancelRequest(String sessionId,
long executionId)
Cancel Request
|
int |
getActiveEngineThreadCount()
Get the current number of threads processing engine work, which is
typically plan, source, and transaction work.
|
EngineStatisticsBean |
getEngineStatisticsBean()
Get the engine statistics related to memory and plans.
|
int |
getLongRunningRequestCount()
Get the number of currently long running requests.
|
double |
getPercentBufferDiskSpaceInUse()
Get the current percentage of disk space in usage by the buffer manager
|
String |
getQueryPlan(String sessionId,
long executionId)
Get the Query Plan for the given session with provided execution id.
|
int |
getQueuedEngineWorkItems()
Get the current number of queued engine work items.
|
List<RequestBean> |
getRequests()
Get the all Requests that are currently in process
|
List<SessionBean> |
getSessions()
Get all the current Sessions.
|
int |
getTotalOutOfDiskErrors()
Get the out of disk error count
|
long |
getTotalRequestsProcessed()
Get the number of requests processed.
|
int |
getWaitingRequestsCount()
Get the current number of requests waiting on execution at the engine level.
|
WorkerPoolStatisticsBean |
getWorkerPoolStatisticsBean()
Get the statistics for the engine thread pool.
|
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
RequestBean
AdminException
List<SessionBean> getSessions() throws AdminException
Session
AdminException
void terminateSession(String sessionId) throws AdminException
identifier
- Session Identifier Session
.
No wild cards currently supported, must be explicitAdminException
void cancelRequest(String sessionId, long executionId) throws AdminException
sessionId
- session Identifier for the request.executionId
- request IdentifierAdminException
void terminateTransaction(String transactionId) throws AdminException
transactionId
- AdminException
long getTotalRequestsProcessed()
int getWaitingRequestsCount()
int getActiveEngineThreadCount()
int getQueuedEngineWorkItems()
int getLongRunningRequestCount()
double getPercentBufferDiskSpaceInUse()
int getTotalOutOfDiskErrors()
WorkerPoolStatisticsBean getWorkerPoolStatisticsBean()
EngineStatisticsBean getEngineStatisticsBean()
Copyright © 2019. All rights reserved.