Uses of Class
org.hpccsystems.ws.client.wrappers.EclRecordWrapper
-
Packages that use EclRecordWrapper 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.antlr Used internally to parse various formats of ECL record definitions.org.hpccsystems.ws.client.wrappers.wsdfu -
-
Uses of EclRecordWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return EclRecordWrapper Modifier and Type Method Description EclRecordWrapperHPCCWsDFUClient. getDatasetFields(String datasetname, String clusterName, String fieldSeparator)This method retrieves a list of columns for a THOR or CSV dataset. -
Uses of EclRecordWrapper in org.hpccsystems.ws.client.antlr
Methods in org.hpccsystems.ws.client.antlr that return EclRecordWrapper Modifier and Type Method Description EclRecordWrapperEclRecordReader. getEclRecordWrapper() -
Uses of EclRecordWrapper in org.hpccsystems.ws.client.wrappers.wsdfu
Methods in org.hpccsystems.ws.client.wrappers.wsdfu that return EclRecordWrapper Modifier and Type Method Description EclRecordWrapperDFUFileDetailWrapper. deduceFields()Deduce fields.static EclRecordWrapperDFUFileDetailWrapper. getRecordEcl(String content)Gets the record ecl.static EclRecordWrapperDFUFileDetailWrapper. getRecordFromECL(String eclRecordDefinition)Gets the record from ECL.
-