Class PatternCondition

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class PatternCondition
    extends java.lang.Object
    implements java.io.Serializable
    PatternCondition stores the function to decide whether a row is a match of a single pattern.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean eval​(org.apache.beam.sdk.values.Row eleRow)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • eval

        public abstract boolean eval​(org.apache.beam.sdk.values.Row eleRow)