Uses of Class
org.pentaho.di.trans.steps.reservoirsampling.ReservoirSamplingData.PROC_MODE

Packages that use ReservoirSamplingData.PROC_MODE
org.pentaho.di.trans.steps.reservoirsampling   
 

Uses of ReservoirSamplingData.PROC_MODE in org.pentaho.di.trans.steps.reservoirsampling
 

Methods in org.pentaho.di.trans.steps.reservoirsampling that return ReservoirSamplingData.PROC_MODE
 ReservoirSamplingData.PROC_MODE ReservoirSamplingData.getProcessingMode()
          Determine the current operational state of the Reservoir Sampling step.
static ReservoirSamplingData.PROC_MODE ReservoirSamplingData.PROC_MODE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReservoirSamplingData.PROC_MODE[] ReservoirSamplingData.PROC_MODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type ReservoirSamplingData.PROC_MODE
 void ReservoirSamplingData.setProcessingMode(ReservoirSamplingData.PROC_MODE state)
          Set this component to sample, pass through or be disabled