Interface ConcurrentReindexManager


public interface ConcurrentReindexManager
  • Method Details

    • createNextIndex

      void createNextIndex(long companyId) throws Exception
      Throws:
      Exception
    • deleteNextIndex

      void deleteNextIndex(long companyId)
    • replaceCurrentIndexWithNextIndex

      void replaceCurrentIndexWithNextIndex(long companyId) throws Exception
      Throws:
      Exception