All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eduworks.mapreduce.MapReduceTransport Maven / Gradle / Ivy

There is a newer version: 5.16.4
Show newest version
package com.eduworks.mapreduce;

import java.rmi.Remote;
import java.rmi.RemoteException;

public interface MapReduceTransport extends Remote
{
	Object go(JobStatus key) throws RemoteException;

	boolean ping() throws RemoteException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy