Interface SwitchingBackend

  • All Known Implementing Classes:
    LocalOnlyBackend

    public interface SwitchingBackend
    Defines the strategy contract to be plugging into an InfinispanBackendQueueProcessor
    Since:
    7.0
    Author:
    Sanne Grinovero <sanne@hibernate.org> (C) 2014 Red Hat Inc.
    See Also:
    InfinispanBackendQueueProcessor
    • Method Detail

      • initialize

        void initialize()
      • getCurrentIndexingBackend

        org.infinispan.query.indexmanager.IndexingBackend getCurrentIndexingBackend()
      • refresh

        void refresh()
      • shutdown

        void shutdown()