public class TaskProcessorFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ITaskProcessor> |
PROCESS_MAP |
| Constructor and Description |
|---|
TaskProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ITaskProcessor |
getTaskProcessor(String type) |
static boolean |
isMasterTask(String type)
if match master processor, then this task type is processed on the master
|
public static final Map<String,ITaskProcessor> PROCESS_MAP
public static ITaskProcessor getTaskProcessor(String type) throws InstantiationException, IllegalAccessException
public static boolean isMasterTask(String type)
type - Copyright © 2022 The Apache Software Foundation. All rights reserved.