Class EPDeploymentDependencyConsumed.Item
java.lang.Object
com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
- Enclosing class:
- EPDeploymentDependencyConsumed
Information about EPL objects consumed by another deployment.
-
Constructor Details
-
Item
Ctor.- Parameters:
deploymentId
- deployment id of the providerobjectType
- EPL object typeobjectName
- EPL object name
-
-
Method Details
-
getDeploymentId
Returns the deployment id of the provider- Returns:
- deployment id
-
getObjectType
Returns the EPL object type- Returns:
- object type
-
getObjectName
Returns the EPL object name. For scripts the object name is formatted as the script name followed by hash(#) and followed by the number of parameters. For indexes the object name is formatted as "IndexName on named-window WindowName" or "IndexName on table TableName".- Returns:
- object name
-
equals
-
hashCode
public int hashCode() -
toString
-