Interface Reindexing.Status

Enclosing interface:
Reindexing

public static interface Reindexing.Status
Reindexing status of a given document type in a given cluster in a given application.
  • Method Summary

    Modifier and Type
    Method
    Description
    The cause of reindexing for this document type.
    The instant at which reindexing may begin.
    double
    The relative speed with which to reindex.
  • Method Details

    • ready

      Instant ready()
      The instant at which reindexing may begin.
    • speed

      double speed()
      The relative speed with which to reindex.
    • cause

      String cause()
      The cause of reindexing for this document type.