Uses of Class
org.hpccsystems.ws.client.wrappers.wsdfu.DFUCreateFileWrapper
-
Packages that use DFUCreateFileWrapper 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 DFUCreateFileWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return DFUCreateFileWrapper Modifier and Type Method Description DFUCreateFileWrapperHPCCWsDFUClient. createFile(String fileName, String cluster, String eclRecordDefinition, int expirySeconds)Create a new (unpublished), uncompressed dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFile(String fileName, String cluster, String eclRecordDefinition, int expirySeconds, Boolean compressed)Create a new (unpublished) dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFile(String fileName, String cluster, String eclRecordDefinition, int expirySeconds, Boolean compressed, DFUFileTypeWrapper filetype, String requestid)Create a new (unpublished) dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFile(String fileName, String cluster, String eclRecordDefinition, String[] partitionHostMap, int expirySeconds)Create a new (unpublished) dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFileAndAcquireAccess(String fileName, String cluster, String eclRecordDefinition, int expirySeconds, Boolean compressed, DFUFileTypeWrapper type, String requestId)Create a new (unpublished) dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFileAndAcquireAccess(String fileName, String cluster, String eclRecordDefinition, String[] partitionHostMap, int expirySeconds, Boolean returnBinTypeInfo, Boolean returnJsonTypeInfo, org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.FileAccessRole accessrole, org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.SecAccessType accesstype)Create a new (unpublished) dfu file.
-