Package org.springframework.yarn.integration.ip.mind

Examples of org.springframework.yarn.integration.ip.mind.DefaultMindAppmasterServiceClient


    return endpointFactoryBean;
  }

  @Bean(name=YarnSystemConstants.DEFAULT_ID_AMSERVICE_CLIENT)
  public AppmasterMindScOperations appmasterServiceClient() {
    DefaultMindAppmasterServiceClient client = new DefaultMindAppmasterServiceClient();
    client.setRequestChannel(directChannel());
    client.setResponseChannel(queueChannel());
    return client;
  }
View Full Code Here

TOP

Related Classes of org.springframework.yarn.integration.ip.mind.DefaultMindAppmasterServiceClient

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.