scray.hdfs.io.configure.FilenameCreator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scray-hdfs-writer Show documentation
Show all versions of scray-hdfs-writer Show documentation
scray adapter to write BLOBs to HDFS
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