Package com.github.euler.elasticsearch
Class ExistsInIndexCondition
- java.lang.Object
-
- com.github.euler.core.AbstractBatchBarrierCondition
-
- com.github.euler.elasticsearch.ExistsInIndexCondition
-
- All Implemented Interfaces:
BarrierCondition,BatchBarrierCondition
public class ExistsInIndexCondition extends AbstractBatchBarrierCondition
-
-
Constructor Summary
Constructors Constructor Description ExistsInIndexCondition(String index, org.elasticsearch.client.RestHighLevelClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Boolean>block(List<JobTaskToProcess> msgs)-
Methods inherited from class com.github.euler.core.AbstractBatchBarrierCondition
block
-
-
-
-
Constructor Detail
-
ExistsInIndexCondition
public ExistsInIndexCondition(String index, org.elasticsearch.client.RestHighLevelClient client)
-
-
Method Detail
-
block
public List<Boolean> block(List<JobTaskToProcess> msgs)
- Specified by:
blockin interfaceBatchBarrierCondition- Specified by:
blockin classAbstractBatchBarrierCondition
-
-