725726727728729730731732733734735
storeImpl.startPaging(); assertNotNull(storeImpl.getCurrentPage()); storeImpl.stop(); } public void testOrderOnPaging() throws Throwable { clearData();
869870871872873874875876877878879
consumer.start(); producerThread.join(); consumer.join(); storeImpl.stop(); for (Throwable e : errors) { throw e; }
166167168169170171172173174175176
// this is not supposed to throw an exception. // As you could have start being called twice as Stores are dynamically // created, on a multi-thread environment storeImpl.start(); storeImpl.stop(); } public void testPageWithNIO() throws Exception {
141142143144145146147148149150151
155156157158159160161162163164165
889890891892893894895896897898899
144145146147148149150151152153154
728729730731732733734735736737738