Uses of Interface
com.espertech.esper.type.StringPatternSet

Packages that use StringPatternSet
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of StringPatternSet in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return types with arguments of type StringPatternSet
 java.util.List<Pair<StringPatternSet,java.lang.Boolean>> ConfigurationMetricsReporting.StmtGroupMetrics.getPatterns()
          Returns a list of patterns that indicate whether a statement, by the statement name matching or not matching each pattern, falls within the statement group.
 

Uses of StringPatternSet in com.espertech.esper.type
 

Classes in com.espertech.esper.type that implement StringPatternSet
 class StringPatternSetLike
           
 class StringPatternSetRegex
          Regular expression matcher.
 

Method parameters in com.espertech.esper.type with type arguments of type StringPatternSet
static java.lang.Boolean StringPatternSetUtil.evaluate(boolean defaultValue, java.util.List<Pair<StringPatternSet,java.lang.Boolean>> patterns, java.lang.String literal)
          Executes a seriers of include/exclude patterns against a match string, returning the last pattern match result as boolean in/out.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com