Interface ChangeIndex

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  ChangeIndex.Factory  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default com.google.gerrit.index.query.Predicate<ChangeData> keyPredicate​(Change.Id id)  
      • Methods inherited from interface com.google.gerrit.index.Index

        close, delete, deleteAll, get, getSchema, getSource, markReady, replace
    • Method Detail

      • keyPredicate

        default com.google.gerrit.index.query.Predicate<ChangeData> keyPredicate​(Change.Id id)
        Specified by:
        keyPredicate in interface com.google.gerrit.index.Index<Change.Id,​ChangeData>