Interface IndexerService

All Known Implementing Classes:
IndexerServiceImpl

public interface IndexerService
Indexer service.
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    index(Class<? extends Identifiable> classToIndex)
    Index the given class.
    void
    index(Class<? extends Identifiable> classToIndex, int numThreads)
     
  • Method Details