com.bigdata.service.ndx.pipeline.SubtaskOp Maven / Gradle / Ivy
package com.bigdata.service.ndx.pipeline;
/**
* An operation which can be mapped across subtasks.
*
* @author Bryan Thompson
* @version $Id$
* @param
*/
public interface SubtaskOp {
public void call(S s) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy