Uses of Enum Class
org.pentaho.di.trans.steps.reservoirsampling.ReservoirSamplingData.PROC_MODE
-
Uses of ReservoirSamplingData.PROC_MODE in org.pentaho.di.trans.steps.reservoirsampling
Modifier and TypeFieldDescriptionprotected ReservoirSamplingData.PROC_MODE
ReservoirSamplingData.m_state
Modifier 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.Modifier and TypeMethodDescriptionvoid
ReservoirSamplingData.setProcessingMode
(ReservoirSamplingData.PROC_MODE state) Set this component to sample, pass through or be disabled