public abstract String name
public abstract String map
This value may be a string of code to use for the function. Alternatively, the string may specify a file to load for the function by starting the string with classpath:. The rest of the string then represents a relative path to the function.
public abstract String reduce
This value may be a string of code to use for the function. Alternatively, the string may specify a file to load for the function by starting the string with classpath:. The rest of the string then represents a relative path to the function.
public abstract String file
Copyright © 2013. All Rights Reserved.