public class PatternStreamSpecRaw extends StreamSpecBase implements StreamSpecRaw
Constructor and Description |
---|
PatternStreamSpecRaw(EvalForgeNode evalForgeNode,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |
Modifier and Type | Method and Description |
---|---|
EvalForgeNode |
getEvalForgeNode()
Returns the pattern expression evaluation node for the top pattern operator.
|
boolean |
isDiscardPartialsOnMatch() |
boolean |
isSuppressSameEventMatches() |
getOptionalStreamName, getOptions, getViewSpecs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionalStreamName, getOptions, getViewSpecs
public PatternStreamSpecRaw(EvalForgeNode evalForgeNode, ViewSpec[] viewSpecs, String optionalStreamName, StreamSpecOptions streamSpecOptions, boolean suppressSameEventMatches, boolean discardPartialsOnMatch)
public EvalForgeNode getEvalForgeNode()
public boolean isSuppressSameEventMatches()
public boolean isDiscardPartialsOnMatch()
Copyright © 2005–2021. All rights reserved.