Interface Reindexing


  • public interface Reindexing
    Status of reindexing for the documents of an application.
    Author:
    jonmv
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Reindexing.Status
      Reindexing status of a given document type in a given cluster in a given application.
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean enabled()
      Returns whether reindexing should run for this application.
      default java.util.Optional<Reindexing.Status> status​(java.lang.String cluster, java.lang.String documentType)
      Reindexing status for this application, for a given cluster and document type.
    • Field Detail

      • DISABLED_INSTANCE

        static final Reindexing DISABLED_INSTANCE
    • Method Detail

      • status

        default java.util.Optional<Reindexing.Status> status​(java.lang.String cluster,
                                                             java.lang.String documentType)
        Reindexing status for this application, for a given cluster and document type.
      • enabled

        default boolean enabled()
        Returns whether reindexing should run for this application.