Package org.apache.hop.execution.sampler
Class ExecutionDataSampleInformation
- java.lang.Object
-
- org.apache.hop.execution.sampler.ExecutionDataSampleInformation
-
public class ExecutionDataSampleInformation extends Object
Provides some extra information about a set of sample rows
-
-
Constructor Summary
Constructors Constructor Description ExecutionDataSampleInformation(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets descriptionvoidsetDescription(String description)Sets description
-
-
-
Constructor Detail
-
ExecutionDataSampleInformation
public ExecutionDataSampleInformation(String description)
-
-