Uses of Class
com.espertech.esper.common.internal.util.DeploymentIdNamePair
Packages that use DeploymentIdNamePair
Package
Description
Client API for data flows.
Conditions indicate special situations in the runtime.
Classes for variable management
Match-recognize state management.
Services for metrics reporting, including global flag, repositories and threading.
-
Uses of DeploymentIdNamePair in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return DeploymentIdNamePairModifier and TypeMethodDescriptionEPDataFlowService.getDataFlows()
Returns the names of all declared data flows. -
Uses of DeploymentIdNamePair in com.espertech.esper.common.client.hook.condition
Methods in com.espertech.esper.common.client.hook.condition that return types with arguments of type DeploymentIdNamePairModifier and TypeMethodDescriptionConditionMatchRecognizeStatesMax.getCounts()
Returns the per-statement count.Constructor parameters in com.espertech.esper.common.client.hook.condition with type arguments of type DeploymentIdNamePairModifierConstructorDescriptionConditionMatchRecognizeStatesMax
(long max, Map<DeploymentIdNamePair, Long> counts) Ctor. -
Uses of DeploymentIdNamePair in com.espertech.esper.common.client.variable
Methods in com.espertech.esper.common.client.variable that return types with arguments of type DeploymentIdNamePairModifier and TypeMethodDescriptionEPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames) Returns current variable values for each of the global variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.EPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector) Returns the current variable values for a context-partitioned variable, per context partition.EPVariableService.getVariableValueAll()
Returns current variable values for all global variables, guaranteeing consistency in the face of concurrent updates to the variables.Method parameters in com.espertech.esper.common.client.variable with type arguments of type DeploymentIdNamePairModifier and TypeMethodDescriptionEPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames) Returns current variable values for each of the global variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.EPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector) Returns the current variable values for a context-partitioned variable, per context partition.void
EPVariableService.setVariableValue
(Map<DeploymentIdNamePair, Object> variableValues) Sets the value of multiple global variables in one update, applying all or none of the changes to variable values in one atomic transaction.void
EPVariableService.setVariableValue
(Map<DeploymentIdNamePair, Object> variableValues, int agentInstanceId) Sets the value of multiple context-partitioned variables in one update, applying all or none of the changes to variable values in one atomic transaction. -
Uses of DeploymentIdNamePair in com.espertech.esper.common.internal.epl.dataflow.core
Methods in com.espertech.esper.common.internal.epl.dataflow.core that return DeploymentIdNamePair -
Uses of DeploymentIdNamePair in com.espertech.esper.common.internal.epl.rowrecog.state
Methods in com.espertech.esper.common.internal.epl.rowrecog.state that return DeploymentIdNamePairMethods in com.espertech.esper.common.internal.epl.rowrecog.state with parameters of type DeploymentIdNamePairModifier and TypeMethodDescriptionvoid
RowRecogStatePoolRuntimeSvc.addPatternContext
(DeploymentIdNamePair statement, RowRecogStatePoolStmtHandler stmtCounts) void
RowRecogStatePoolRuntimeSvc.removeStatement
(DeploymentIdNamePair statement) Constructors in com.espertech.esper.common.internal.epl.rowrecog.state with parameters of type DeploymentIdNamePairModifierConstructorDescriptionStatementEntry
(DeploymentIdNamePair statement, RowRecogStatePoolStmtHandler stmtCounts) -
Uses of DeploymentIdNamePair in com.espertech.esper.common.internal.epl.variable.core
Methods in com.espertech.esper.common.internal.epl.variable.core that return types with arguments of type DeploymentIdNamePairModifier and TypeMethodDescriptionVariableManagementService.getVariableReadersNonCP()
VariableManagementServiceImpl.getVariableReadersNonCP()
-
Uses of DeploymentIdNamePair in com.espertech.esper.common.internal.metrics.stmtmetrics
Methods in com.espertech.esper.common.internal.metrics.stmtmetrics with parameters of type DeploymentIdNamePairModifier and TypeMethodDescriptionStatementMetricRepository.addStatement
(DeploymentIdNamePair statement) Add a statement, inspecting the statement name and adding it to a statement group or the default group, if none.int
StatementMetricArray.addStatementGetIndex
(DeploymentIdNamePair statement) Adds a statement and returns the index added at.void
StatementMetricArray.removeStatement
(DeploymentIdNamePair statement) Remove a statement.void
StatementMetricRepository.removeStatement
(DeploymentIdNamePair statement) Remove statement.