public class ProgressHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,LogicalInput> |
inputs |
| Constructor and Description |
|---|
ProgressHelper(Map<String,LogicalInput> inputsParam,
ProcessorContext context,
String processorName) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isProgressWithinRange(float val) |
static float |
processProgress(float val) |
void |
scheduleProgressTaskService(long delay,
long period) |
void |
shutDownProgressTaskService() |
protected final Map<String,LogicalInput> inputs
public ProgressHelper(Map<String,LogicalInput> inputsParam, ProcessorContext context, String processorName)
public static final float processProgress(float val)
public static final boolean isProgressWithinRange(float val)
public void scheduleProgressTaskService(long delay,
long period)
public void shutDownProgressTaskService()
Copyright © 2022 Apache Software Foundation. All rights reserved.