Package eu.stratosphere.nephele.execution.librarycache

Examples of eu.stratosphere.nephele.execution.librarycache.LibraryCacheProfileRequest


    if (requiredLibraries == null) {
      throw new IOException("No entry of required libraries for job " + jobID);
    }

    LibraryCacheProfileRequest request = new LibraryCacheProfileRequest();
    request.setRequiredLibraries(requiredLibraries);

    // Send the request
    LibraryCacheProfileResponse response = null;
    response = getTaskManagerProxy().getLibraryCacheProfile(request);
View Full Code Here

TOP

Related Classes of eu.stratosphere.nephele.execution.librarycache.LibraryCacheProfileRequest

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.