Interface DataStore

All Known Implementing Classes:
AbstractDataStore

public interface DataStore
The interface for DataStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stop the data store.
    void
    store(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap)
    Store the data.
  • Method Details

    • store

      void store(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap)
      Store the data.
      Parameters:
      config - The data configuration.
      callback - The callback.
      initParamMap - The initial parameters.
    • stop

      void stop()
      Stop the data store.