Uses of Class
com.gpudb.protocol.ShowFilesResponse
-
Packages that use ShowFilesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowFilesResponse in com.gpudb
Methods in com.gpudb that return ShowFilesResponse Modifier and Type Method Description ShowFilesResponseGPUdb. showFiles(ShowFilesRequest request)Shows information about files in KiFS.ShowFilesResponseGPUdb. showFiles(List<String> paths, Map<String,String> options)Shows information about files in KiFS. -
Uses of ShowFilesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowFilesResponse Modifier and Type Method Description ShowFilesResponseShowFilesResponse. setCreationTimes(List<Long> creationTimes)Creation time for each file, in milliseconds since epochShowFilesResponseShowFilesResponse. setFileNames(List<String> fileNames)A listing of files in the paths specifiedShowFilesResponseShowFilesResponse. setInfo(Map<String,String> info)Additional information.ShowFilesResponseShowFilesResponse. setSizes(List<Long> sizes)Size of each file, in bytesShowFilesResponseShowFilesResponse. setUsers(List<String> users)User that created the file
-