| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers.wsdfu |
| Modifier and Type | Method and Description |
|---|---|
List<DFUDataColumnWrapper> |
HPCCWsDFUClient.getFileDataColumns(String logicalname,
String clustername) |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DFURecordDefWrapper |
| Modifier and Type | Method and Description |
|---|---|
List<DFUDataColumnWrapper> |
DFUDataColumnWrapper.getChildColumns()
Gets the child columns.
|
ArrayList<DFUDataColumnWrapper> |
DFUFileDetailWrapper.getColumns()
Gets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DFUDataColumnWrapper.copy(DFUDataColumnWrapper dfuDataColumnWrapper)
Copy a soap DFU Data Column object into the wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DFUDataColumnWrapper.setChildColumns(List<DFUDataColumnWrapper> childColumns)
Sets the child columns.
|
void |
DFUFileDetailWrapper.setColumns(ArrayList<DFUDataColumnWrapper> columns2)
Sets the columns.
|
void |
DFUFileDetailWrapper.setColumns(List<DFUDataColumnWrapper> columns)
Sets the columns.
|
| Constructor and Description |
|---|
DFUDataColumnWrapper(DFUDataColumnWrapper dfuDataColumnWrapper)
Instantiates a new DFU data column wrapper.
|
| Constructor and Description |
|---|
DFURecordDefWrapper(ArrayList<DFUDataColumnWrapper> columns)
Instantiates a new DFU record def wrapper.
|
Copyright © 2021. All rights reserved.