Class AnnotationMapReduceJobExecutor
java.lang.Object
com.aizuda.snailjob.client.job.core.executor.AbstractJobExecutor
com.aizuda.snailjob.client.job.core.executor.AbstractMapExecutor
com.aizuda.snailjob.client.job.core.executor.AbstractMapReduceExecutor
com.aizuda.snailjob.client.job.core.executor.AnnotationMapReduceJobExecutor
- All Implemented Interfaces:
IJobExecutor
基于注解的MapReduce执行器
- Since:
- sj_1.1.0
- Author:
- opensnail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoJobMapExecute(MapArgs mapArgs, MapHandler mapHandler) protected ExecuteResultdoMergeReduceExecute(MergeReduceArgs mergeReduceArgs) protected ExecuteResultdoReduceExecute(ReduceArgs reduceArgs) Methods inherited from class com.aizuda.snailjob.client.job.core.executor.AbstractMapReduceExecutor
doJobExecuteMethods inherited from class com.aizuda.snailjob.client.job.core.executor.AbstractMapExecutor
invokeMapExecuteMethods inherited from class com.aizuda.snailjob.client.job.core.executor.AbstractJobExecutor
jobExecuteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aizuda.snailjob.client.job.core.IJobExecutor
jobExecute
-
Constructor Details
-
AnnotationMapReduceJobExecutor
public AnnotationMapReduceJobExecutor()
-
-
Method Details
-
doReduceExecute
- Specified by:
doReduceExecutein classAbstractMapReduceExecutor
-
doMergeReduceExecute
- Specified by:
doMergeReduceExecutein classAbstractMapReduceExecutor
-
doJobMapExecute
- Specified by:
doJobMapExecutein classAbstractMapExecutor
-