public final class JobItemExecutorFactory extends Object
| Constructor and Description |
|---|
JobItemExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static JobItemExecutor |
getExecutor(Class<? extends ElasticJob> elasticJobClass)
Get executor.
|
static JobItemExecutor |
getExecutor(String elasticJobType)
Get executor.
|
public static JobItemExecutor getExecutor(Class<? extends ElasticJob> elasticJobClass)
elasticJobClass - elastic job classpublic static JobItemExecutor getExecutor(String elasticJobType)
elasticJobType - elastic job typeCopyright © 2021 The Apache Software Foundation. All rights reserved.