Package org.teiid.adminapi
Interface Request
-
- All Superinterfaces:
AdminObject,DomainAware,RequestBean,Serializable
- All Known Implementing Classes:
RequestMetadata
public interface Request extends RequestBean, AdminObject, DomainAware
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
Nested Classes Modifier and Type Interface Description static classRequest.ProcessingStatestatic classRequest.ThreadState
-
Field Summary
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansourceRequest()-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
Methods inherited from interface org.teiid.adminapi.DomainAware
getHostName, getServerGroup, getServerName
-
Methods inherited from interface org.teiid.adminapi.RequestBean
getCommand, getExecutionId, getNodeId, getSessionId, getStartTime, getState, getThreadState, getTransactionId, isSourceRequest
-
-