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

scray.hdfs.io.configure.FilenameCreator Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package scray.hdfs.io.configure;


/**
 * Interface to get the file name for the next file
 * @author Stefan Obermeier
 */
public interface FilenameCreator {
	/**
	 * 
	 * @return filename for next file.
	 */
	public  String getNextFilename();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy