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 of a given document type in a given cluster in a given application.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Reindexing
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns whether reindexing should run for this application.
    status(String cluster, String documentType)
    Reindexing status for this application, for a given cluster and document type.
  • Field Details

    • DISABLED_INSTANCE

      static final Reindexing DISABLED_INSTANCE
  • Method Details

    • status

      default Optional<Reindexing.Status> status(String cluster, 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.