Package com.github.euler.elasticsearch
Class ElasticsearchDeleteParentChildTask
- java.lang.Object
-
- com.github.euler.core.AbstractTask
-
- com.github.euler.elasticsearch.ElasticsearchDeleteParentChildTask
-
- All Implemented Interfaces:
Task
public class ElasticsearchDeleteParentChildTask extends AbstractTask
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchDeleteParentChildTask(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemProcessoritemProcessor()-
Methods inherited from class com.github.euler.core.AbstractTask
accept, accept, behavior, name
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.core.Task
getTimeout, isFlushable
-
-
-
-
Constructor Detail
-
ElasticsearchDeleteParentChildTask
public ElasticsearchDeleteParentChildTask(String name)
-
-
Method Detail
-
itemProcessor
protected ItemProcessor itemProcessor()
- Specified by:
itemProcessorin classAbstractTask
-
-