Class FileNameUtils
- java.lang.Object
-
- com.snowflake.kafka.connector.internal.FileNameUtils
-
public class FileNameUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description FileNameUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringfileName(String appName, String table, int partition, long start, long end)generate file name File Name Format: app/table/partition/start_end_timeStamp.fileFormat.gz Note: all file names should using the this format
-
-
-
Method Detail
-
fileName
public static String fileName(String appName, String table, int partition, long start, long end)
generate file name File Name Format: app/table/partition/start_end_timeStamp.fileFormat.gz Note: all file names should using the this format- Parameters:
appName- connector nametable- table namepartition- partition numberstart- start offsetend- end offset- Returns:
- file name
-
-