|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
When a user submits a SQL command to the system for processing, usually that represents a single request. A single request might have one or more source requests (the requests that are being processed on the physical data sources) as part of original request.
A request is identified by a numbers separated by '|'. usually in they are arranged in the pattern [session]|[request] or [session]|[request]|[source request]
| Nested Class Summary | |
|---|---|
static class |
Request.ProcessingState
|
static class |
Request.ThreadState
|
| Field Summary |
|---|
| Fields inherited from interface org.teiid.adminapi.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
Get the SQL Command sent to the Server for a Request |
long |
getExecutionId()
Get the ExecutionId for a Request |
java.lang.Integer |
getNodeId()
|
java.lang.String |
getSessionId()
Get the SessionID for a Request |
long |
getStartTime()
Get when the processing began for this Request |
Request.ProcessingState |
getState()
|
Request.ThreadState |
getThreadState()
|
java.lang.String |
getTransactionId()
Get the TransactionID of the Request |
boolean |
sourceRequest()
|
| Methods inherited from interface org.teiid.adminapi.AdminObject |
|---|
getName, getProperties, getPropertyValue |
| Method Detail |
|---|
long getExecutionId()
java.lang.String getSessionId()
java.lang.String getCommand()
long getStartTime()
java.lang.String getTransactionId()
boolean sourceRequest()
java.lang.Integer getNodeId()
Request.ProcessingState getState()
Request.ThreadState getThreadState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||