Package org.springframework.yarn.batch.repository.bindings

Examples of org.springframework.yarn.batch.repository.bindings.PartitionedStepExecutionStatusReq


    if(log.isDebugEnabled()) {
      log.info("Finished remote step stepExecution=[" + stepExecution + "]");
    }

    MindAppmasterServiceClient client = (MindAppmasterServiceClient) getIntegrationServiceClient();
    PartitionedStepExecutionStatusReq req = new PartitionedStepExecutionStatusReq();
    req.stepExecution = JobRepositoryRpcFactory.convertStepExecutionType(stepExecution);
    BaseResponseObject doMindRequest = client.doMindRequest(req);
    log.info("got response for status update: " + doMindRequest);
  }
View Full Code Here

TOP

Related Classes of org.springframework.yarn.batch.repository.bindings.PartitionedStepExecutionStatusReq

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.