Uses of Class
org.hpccsystems.ws.client.wrappers.wsdfu.DFUDataColumnWrapper
-
Packages that use DFUDataColumnWrapper 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.org.hpccsystems.ws.client.wrappers.wsdfu -
-
Uses of DFUDataColumnWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return types with arguments of type DFUDataColumnWrapper Modifier and Type Method Description List<DFUDataColumnWrapper>HPCCWsDFUClient. getFileDataColumns(String logicalname, String clustername)getFileDataColumns.List<DFUDataColumnWrapper>HPCCWsDFUClient. getFileMetaData(String logicalname, String clustername)Use this function to retrieve file metadata such as column information, for superfiles the metadata from the first subfile will be returned. -
Uses of DFUDataColumnWrapper in org.hpccsystems.ws.client.wrappers.wsdfu
Subclasses of DFUDataColumnWrapper in org.hpccsystems.ws.client.wrappers.wsdfu Modifier and Type Class Description classDFURecordDefWrapperMethods in org.hpccsystems.ws.client.wrappers.wsdfu that return types with arguments of type DFUDataColumnWrapper Modifier and Type Method Description List<DFUDataColumnWrapper>DFUDataColumnWrapper. getChildColumns()Gets the child columns.ArrayList<DFUDataColumnWrapper>DFUFileDetailWrapper. getColumns()Gets the columns.Methods in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type DFUDataColumnWrapper Modifier and Type Method Description protected voidDFUDataColumnWrapper. copy(DFUDataColumnWrapper dfuDataColumnWrapper)Copy a soap DFU Data Column object into the wrapper.Method parameters in org.hpccsystems.ws.client.wrappers.wsdfu with type arguments of type DFUDataColumnWrapper Modifier and Type Method Description voidDFUDataColumnWrapper. setChildColumns(List<DFUDataColumnWrapper> childColumns)Sets the child columns.voidDFUFileDetailWrapper. setColumns(ArrayList<DFUDataColumnWrapper> columns2)Sets the columns.voidDFUFileDetailWrapper. setColumns(List<DFUDataColumnWrapper> columns)Sets the columns.Constructors in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type DFUDataColumnWrapper Constructor Description DFUDataColumnWrapper(DFUDataColumnWrapper dfuDataColumnWrapper)Instantiates a new DFU data column wrapper.Constructor parameters in org.hpccsystems.ws.client.wrappers.wsdfu with type arguments of type DFUDataColumnWrapper Constructor Description DFURecordDefWrapper(ArrayList<DFUDataColumnWrapper> columns)Instantiates a new DFU record def wrapper.
-