Interface IBmIndexManager

All Known Implementing Classes:
BmDurableIndexManager, BmIndexManager

public interface IBmIndexManager
Index manager.
  • Method Details

    • deleteIndex

      void deleteIndex(String name)
      Deletes the index with the specified name.
      Parameters:
      name - The name. May not be null.
    • getIndex

      P are any Java class or array. Classes should be on java classpath. At the moment because of implementation support of custom POJO are not possible. keys could be any of {BmIndexOptions} options.
    • getLongIndex

      P are any Java class or array. Classes should be on java classpath. At the moment because of implementation support of custom POJO are not possible. keys could be any of {BmIndexOptions} options.
    • start

      void start()
      Starts the index manager.
    • stop

      void stop()
      Stops the index manager.