Uses of Class
org.hpccsystems.ws.client.HPCCWsDFUClient.DFUQueryFileType
-
Packages that use HPCCWsDFUClient.DFUQueryFileType 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 HPCCWsDFUClient.DFUQueryFileType in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsDFUClient.DFUQueryFileType Modifier and Type Method Description static HPCCWsDFUClient.DFUQueryFileTypeHPCCWsDFUClient.DFUQueryFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static HPCCWsDFUClient.DFUQueryFileType[]HPCCWsDFUClient.DFUQueryFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.ws.client with parameters of type HPCCWsDFUClient.DFUQueryFileType Modifier and Type Method Description List<DFULogicalFileWrapper>HPCCWsDFUClient. searchFiles(String logicalFilename, String cluster, Integer pagesize, Integer pageStartFrom, HPCCWsDFUClient.DFUQueryFileType queryfiletype)searchFiles
-