Package com.github.euler.elasticsearch
Class ElasticsearchContentTask
- java.lang.Object
-
- com.github.euler.common.AbstractBatchTask
-
- com.github.euler.elasticsearch.ElasticsearchContentTask
-
- All Implemented Interfaces:
Task
public class ElasticsearchContentTask extends com.github.euler.common.AbstractBatchTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElasticsearchContentTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(JobTaskToProcess msg)static ElasticsearchContentTask.Builderbuilder(String name, com.github.euler.common.StreamFactory streamFactory, org.elasticsearch.client.RestHighLevelClient client)-
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
-
-
-
-
Method Detail
-
accept
public boolean accept(JobTaskToProcess msg)
-
builder
public static ElasticsearchContentTask.Builder builder(String name, com.github.euler.common.StreamFactory streamFactory, org.elasticsearch.client.RestHighLevelClient client)
-
-