Package io.druid.curator.discovery

Examples of io.druid.curator.discovery.NoopServiceAnnouncer


        curator,
        new NoopServiceEmitter(),
        scheduledExecutorFactory,
        null,
        taskMaster,
        new NoopServiceAnnouncer(),
        new DruidNode("hey", "what", 1234),
        loadManagementPeons
    );
  }
View Full Code Here

TOP

Related Classes of io.druid.curator.discovery.NoopServiceAnnouncer

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.