Package org.elasticsearch.river.mongodb

Examples of org.elasticsearch.river.mongodb.Status


            assertThat(searchResponse.getHits().getTotalHits(), equalTo(1l));

            super.deleteRiver();
            Thread.sleep(wait);

            Status status = MongoDBRiverHelper.getRiverStatus(getNode().client(), getRiver());
            Assert.assertTrue(status == Status.UNKNOWN);
        } catch (Throwable t) {
            logger.error("simpleRiver failed.", t);
            t.printStackTrace();
            throw t;
View Full Code Here

TOP

Related Classes of org.elasticsearch.river.mongodb.Status

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.