Class EPDataFlowDescriptor
java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor
Data flow descriptor.
-
Constructor Summary
ConstructorDescriptionEPDataFlowDescriptor
(String deploymentId, String dataFlowName, String statementName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the data flow name.Returns the deployment idReturns the statement name.
-
Constructor Details
-
EPDataFlowDescriptor
Ctor.- Parameters:
deploymentId
- deployment iddataFlowName
- data flow namestatementName
- statement name
-
-
Method Details
-
getDataFlowName
Returns the data flow name.- Returns:
- name
-
getStatementName
Returns the statement name.- Returns:
- statement name.
-
getDeploymentId
Returns the deployment id- Returns:
- deployment id
-