Package org.elasticsearch.common.component

Examples of org.elasticsearch.common.component.LifecycleListener


        logger.info("Creating S2Container...");

        SingletonS2ContainerFactory.init();

        clusterService.addLifecycleListener(new LifecycleListener() {

            @Override
            public void beforeStop() {
            }
View Full Code Here

TOP

Related Classes of org.elasticsearch.common.component.LifecycleListener

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.