Package org.hibernate.search.test.reader.functionality.TestableSharingBufferReaderProvider

Examples of org.hibernate.search.test.reader.functionality.TestableSharingBufferReaderProvider.TestManipulatorPerDP


    public void run() {
      super.run();
      Thread.yield();
      DirectoryProvider[] randomEvailableDPs = getRandomAvailableDPs();
      for ( DirectoryProvider dp : randomEvailableDPs ) {
        TestManipulatorPerDP testManipulatorPerDP = readerProvider.manipulators.get( dp.getDirectory() );
        testManipulatorPerDP.setIndexChanged();
      }
      countDoneIndexmods.incrementAndGet();
    }
View Full Code Here

TOP

Related Classes of org.hibernate.search.test.reader.functionality.TestableSharingBufferReaderProvider.TestManipulatorPerDP

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.