public class ElasticSearchRuntime extends AbstractRuntime implements DataRuntime
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.elasticsearch.client.RestClient |
client |
| 构造器和说明 |
|---|
ElasticSearchRuntime() |
ElasticSearchRuntime(String key,
org.elasticsearch.client.RestClient client,
DriverAdapter adapter) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.elasticsearch.client.RestClient |
client() |
String |
getAdapterKey() |
String |
getFeature(boolean connection) |
Object |
getProcessor() |
void |
setAdapterKey(String adapter) |
void |
setClient(org.elasticsearch.client.RestClient client) |
void |
setProcessor(Object processor) |
datasource, destroy, getAdapter, getCatalog, getDriver, getHolder, getKey, getSchema, getUrl, getVersion, origin, origin, setAdapter, setCatalog, setDriver, setFeature, setHolder, setKey, setSchema, setUrl, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdatasource, destroy, getAdapter, getCatalog, getDriver, getFeature, getHolder, getKey, getSchema, getUrl, getVersion, origin, origin, setAdapter, setCatalog, setDriver, setFeature, setHolder, setKey, setSchema, setUrl, setVersionpublic ElasticSearchRuntime()
public ElasticSearchRuntime(String key, org.elasticsearch.client.RestClient client, DriverAdapter adapter)
public Object getProcessor()
getProcessor 在接口中 DataRuntimegetProcessor 在类中 AbstractRuntimepublic void setProcessor(Object processor)
setProcessor 在接口中 DataRuntimesetProcessor 在类中 AbstractRuntimepublic void setAdapterKey(String adapter)
setAdapterKey 在接口中 DataRuntimesetAdapterKey 在类中 AbstractRuntimepublic String getAdapterKey()
getAdapterKey 在接口中 DataRuntimegetAdapterKey 在类中 AbstractRuntimepublic org.elasticsearch.client.RestClient client()
public String getFeature(boolean connection)
getFeature 在接口中 DataRuntimegetFeature 在类中 AbstractRuntimepublic void setClient(org.elasticsearch.client.RestClient client)
Copyright © 2024. All rights reserved.