Interface AutomaticIndexingSynchronizationStrategy


@Deprecated public interface AutomaticIndexingSynchronizationStrategy
Determines how the thread will block upon committing a transaction where indexed entities were modified.
See Also:
  • Method Details

    • apply

      Deprecated.
    • async

      Deprecated.
      Returns:
      A strategy that only waits for index changes to be queued in the backend. See the reference documentation for details.
    • writeSync

      Deprecated.
      Returns:
      A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete. See the reference documentation for details.
    • readSync

      Deprecated.
      Returns:
      A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete. See the reference documentation for details.
    • sync

      Deprecated.
      Returns:
      A strategy that waits for index changes to be queued and applied, forces a commit and a refresh, and waits for the commit and refresh to complete. See the reference documentation for details.