Class EPDeploymentDependencyProvided.Item
java.lang.Object
com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
- Enclosing class:
- EPDeploymentDependencyProvided
Information about EPL Objects provided by the deployment
-
Constructor Summary
ConstructorDescriptionItem
(EPObjectType objectType, String objectName, Set<String> deploymentIds) Ctor. -
Method Summary
-
Constructor Details
-
Item
Ctor.- Parameters:
objectType
- EPL object typeobjectName
- EPL object namedeploymentIds
- deployment ids of consumers
-
-
Method Details
-
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
-
getDeploymentIds
Returns the deployment id of consuming deployments- Returns:
- deployment ids
-
equals
-
hashCode
public int hashCode() -
toString
-