Uses of Enum Class
org.pentaho.di.trans.steps.reservoirsampling.ReservoirSamplingData.PROC_MODE
Packages that use ReservoirSamplingData.PROC_MODE
-
Uses of ReservoirSamplingData.PROC_MODE in org.pentaho.di.trans.steps.reservoirsampling
Fields in org.pentaho.di.trans.steps.reservoirsampling declared as ReservoirSamplingData.PROC_MODEModifier and TypeFieldDescriptionprotected ReservoirSamplingData.PROC_MODEReservoirSamplingData.m_stateMethods in org.pentaho.di.trans.steps.reservoirsampling that return ReservoirSamplingData.PROC_MODEModifier and TypeMethodDescriptionReservoirSamplingData.getProcessingMode()Determine the current operational state of the Reservoir Sampling step.Returns the enum constant of this class with the specified name.static ReservoirSamplingData.PROC_MODE[]ReservoirSamplingData.PROC_MODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type ReservoirSamplingData.PROC_MODEModifier and TypeMethodDescriptionvoidReservoirSamplingData.setProcessingMode(ReservoirSamplingData.PROC_MODE state) Set this component to sample, pass through or be disabled