Uses of Class
com.gpudb.filesystem.common.KifsFileInfo
-
Packages that use KifsFileInfo Package Description com.gpudb.filesystem com.gpudb.filesystem.common com.gpudb.filesystem.download -
-
Uses of KifsFileInfo in com.gpudb.filesystem
Methods in com.gpudb.filesystem that return types with arguments of type KifsFileInfo Modifier and Type Method Description List<KifsFileInfo>GPUdbFileHandler. showFiles(List<String> remotePaths)This method returns statistics about the given files and/or directories. -
Uses of KifsFileInfo in com.gpudb.filesystem.common
Methods in com.gpudb.filesystem.common that return types with arguments of type KifsFileInfo Modifier and Type Method Description protected List<KifsFileInfo>FileOperation. getFileInfoFromServer(String path) -
Uses of KifsFileInfo in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download with parameters of type KifsFileInfo Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,DownloadIoJob>DownloadIoJob. createNewJob(GPUdb db, GPUdbFileHandler.Options fileHandlerOptions, String remoteFileName, String localFileName, KifsFileInfo kifsFileInfo, DownloadOptions downloadOptions, FileDownloadListener callback)
-