Uses of Class
org.apache.hop.execution.ExecutionDataSetMeta
-
-
Uses of ExecutionDataSetMeta in org.apache.hop.execution
Methods in org.apache.hop.execution that return ExecutionDataSetMeta Modifier and Type Method Description ExecutionDataSetMetaExecutionData. getDataSetMeta()Gets dataSetMetaMethods in org.apache.hop.execution that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>ExecutionDataSetMetaDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)Map<String,ExecutionDataSetMeta>ExecutionData. getSetMetaData()Gets setDescriptionsMethods in org.apache.hop.execution with parameters of type ExecutionDataSetMeta Modifier and Type Method Description ExecutionDataBuilderExecutionDataBuilder. addSetMeta(String key, ExecutionDataSetMeta setMeta)voidExecutionData. setDataSetMeta(ExecutionDataSetMeta dataSetMeta)Sets dataSetMetaExecutionDataBuilderExecutionDataBuilder. withDataSetMeta(ExecutionDataSetMeta dataSetMeta)Method parameters in org.apache.hop.execution with type arguments of type ExecutionDataSetMeta Modifier and Type Method Description ExecutionDataBuilderExecutionDataBuilder. addSetMeta(Map<String,ExecutionDataSetMeta> setDescriptions)voidExecutionData. setSetMetaData(Map<String,ExecutionDataSetMeta> setMetaData)Sets setDescriptionsExecutionDataBuilderExecutionDataBuilder. withSetDescriptions(Map<String,ExecutionDataSetMeta> setDescriptions) -
Uses of ExecutionDataSetMeta in org.apache.hop.execution.sampler
Methods in org.apache.hop.execution.sampler that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>IExecutionDataSamplerStore. getSamplesMetadata()Get some extra information about the data samples. -
Uses of ExecutionDataSetMeta in org.apache.hop.execution.sampler.plugins.dataprof
Methods in org.apache.hop.execution.sampler.plugins.dataprof that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>BasicDataProfilingDataSamplerStore. getSamplesMetadata() -
Uses of ExecutionDataSetMeta in org.apache.hop.execution.sampler.plugins.first
Methods in org.apache.hop.execution.sampler.plugins.first that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>FirstRowsExecutionDataSamplerStore. getSamplesMetadata() -
Uses of ExecutionDataSetMeta in org.apache.hop.execution.sampler.plugins.last
Methods in org.apache.hop.execution.sampler.plugins.last that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>LastRowsExecutionDataSamplerStore. getSamplesMetadata() -
Uses of ExecutionDataSetMeta in org.apache.hop.execution.sampler.plugins.random
Methods in org.apache.hop.execution.sampler.plugins.random that return types with arguments of type ExecutionDataSetMeta Modifier and Type Method Description Map<String,ExecutionDataSetMeta>RandomRowsExecutionDataSamplerStore. getSamplesMetadata()
-