feat(hudi-query): 增加关于hdfs文件数相关的接口
This commit is contained in:
@@ -107,4 +107,13 @@ public interface HudiService {
|
||||
|
||||
@Get("/hdfs/size")
|
||||
Long size(@Query("root") String root);
|
||||
|
||||
@Get("/hdfs/count")
|
||||
Long count(@Query("root") String root);
|
||||
|
||||
@Get("/hdfs/file_count")
|
||||
Long fileCount(@Query("root") String root);
|
||||
|
||||
@Get("/hdfs/directory_count")
|
||||
Long directoryCount(@Query("root") String root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user