Uses of Class
com.gpudb.protocol.ShowFilesRequest
-
Packages that use ShowFilesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowFilesRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowFilesRequest Modifier and Type Method Description ShowFilesResponseGPUdb. showFiles(ShowFilesRequest request)Shows information about files in KiFS. -
Uses of ShowFilesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowFilesRequest Modifier and Type Method Description ShowFilesRequestShowFilesRequest. setOptions(Map<String,String> options)Optional parameters.ShowFilesRequestShowFilesRequest. setPaths(List<String> paths)File paths to show.
-