public class DefaultElasticSearchConfig extends Object implements ElasticSearchConfig
| 限定符和类型 | 字段和说明 |
|---|---|
static ElasticSearchConfig |
INSTANCE |
| 构造器和说明 |
|---|
DefaultElasticSearchConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<? extends Annotation> |
annotationType() |
long |
keepAlive() |
boolean |
openTransactional() |
org.elasticsearch.action.support.WriteRequest.RefreshPolicy |
refreshPolicy() |
Class<? extends Throwable> |
rollbackFor() |
int |
scrollSize() |
boolean |
trackTotalHits() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic static ElasticSearchConfig INSTANCE
public Class<? extends Annotation> annotationType()
annotationType 在接口中 Annotationpublic boolean openTransactional()
public boolean trackTotalHits()
public int scrollSize()
public long keepAlive()
public org.elasticsearch.action.support.WriteRequest.RefreshPolicy refreshPolicy()
Copyright © 2022. All rights reserved.