Class AgePredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long cut  
      • Fields inherited from class com.google.gerrit.index.query.OperatorPredicate

        name, value
    • Field Detail

      • cut

        protected final long cut
    • Constructor Detail

      • AgePredicate

        public AgePredicate​(String value)
    • Method Detail

      • getMinTimestamp

        public Timestamp getMinTimestamp()
        Specified by:
        getMinTimestamp in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
      • getMaxTimestamp

        public Timestamp getMaxTimestamp()
        Specified by:
        getMaxTimestamp in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
      • match

        public boolean match​(ChangeData object)
                      throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException