Package com.alibaba.jstorm.batch.meta

Examples of com.alibaba.jstorm.batch.meta.MetaSimpleClient


    this.metaSpoutConfig = metaSpoutConfig;
  }
 
  public void initMetaClient() throws Exception {
    ClusterState zkClient = BatchCommon.getZkClient(conf);
    metaClient = new MetaSimpleClient(metaSpoutConfig, zkClient, taskIndex,
        taskParallel);

    metaClient.init();

    LOG.info("Successfully init meta client " + taskName);
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.batch.meta.MetaSimpleClient

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.