Uses of Class
org.hpccsystems.ws.client.wrappers.wsdfu.DFULogicalFileWrapper
-
Packages that use DFULogicalFileWrapper Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of DFULogicalFileWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return types with arguments of type DFULogicalFileWrapper Modifier and Type Method Description List<DFULogicalFileWrapper>HPCCWsDFUClient. getFiles(String scope)Gets the files.List<DFULogicalFileWrapper>HPCCWsDFUClient. getLogicalFiles(String filename, String cluster, int firstN, int pageStartFrom, int pageSize)Get array of logical files on target HPCC system based on input parameters.List<DFULogicalFileWrapper>HPCCWsDFUClient. searchFiles(String logicalFilename, String cluster)searchFiles.List<DFULogicalFileWrapper>HPCCWsDFUClient. searchFiles(String logicalFilename, String cluster, Integer pagesize, Integer pageStartFrom)searchFilesList<DFULogicalFileWrapper>HPCCWsDFUClient. searchFiles(String logicalFilename, String cluster, Integer pagesize, Integer pageStartFrom, HPCCWsDFUClient.DFUQueryFileType queryfiletype)searchFilesList<DFULogicalFileWrapper>HPCCWsDFUClient. searchFiles(org.hpccsystems.ws.client.wrappers.gen.wsdfu.DFUQueryRequestWrapper request)searchFiles Note, DFUQueryFileType.getText() can be used to populate DFUQueryRequestWrapper.setFileType
-