类 ElasticSearchRuntime
java.lang.Object
org.anyline.data.elasticsearch.runtime.ElasticSearchRuntime
- 所有已实现的接口:
DataRuntime
-
字段概要
字段修饰符和类型字段说明protected DriverAdapterprotected org.elasticsearch.client.RestClientprotected Stringprotected String运行环境特征 如jdbc-url 用来匹配 DriverAdapterprotected RuntimeHolderprotected Stringprotected String运行环境版本 用来匹配 DriverAdapter -
构造器概要
构造器构造器说明ElasticSearchRuntime(String key, org.elasticsearch.client.RestClient client, DriverAdapter adapter) -
方法概要
修饰符和类型方法说明org.elasticsearch.client.RestClientclient()getFeature(boolean connection) getKey()getUrl()origin()voidvoidsetAdapter(DriverAdapter adapter) voidsetAdapterKey(String adapter) voidsetClient(org.elasticsearch.client.RestClient client) voidvoidsetFeature(String feature) voidsetHolder(RuntimeHolder holder) voidvoidsetProcessor(Object processor) voidvoidsetVersion(String version) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.anyline.data.runtime.DataRuntime
getFeature
-
字段详细资料
-
feature
运行环境特征 如jdbc-url 用来匹配 DriverAdapter -
version
运行环境版本 用来匹配 DriverAdapter -
adapter
-
client
protected org.elasticsearch.client.RestClient client -
holder
-
url
-
driver
-
-
构造器详细资料
-
ElasticSearchRuntime
public ElasticSearchRuntime() -
ElasticSearchRuntime
public ElasticSearchRuntime(String key, org.elasticsearch.client.RestClient client, DriverAdapter adapter)
-
-
方法详细资料
-
setFeature
- 指定者:
setFeature在接口中DataRuntime
-
setVersion
- 指定者:
setVersion在接口中DataRuntime
-
getKey
- 指定者:
getKey在接口中DataRuntime
-
setKey
- 指定者:
setKey在接口中DataRuntime
-
getProcessor
- 指定者:
getProcessor在接口中DataRuntime
-
setProcessor
- 指定者:
setProcessor在接口中DataRuntime
-
getAdapter
- 指定者:
getAdapter在接口中DataRuntime
-
datasource
- 指定者:
datasource在接口中DataRuntime
-
setAdapter
- 指定者:
setAdapter在接口中DataRuntime
-
setAdapterKey
- 指定者:
setAdapterKey在接口中DataRuntime
-
getAdapterKey
- 指定者:
getAdapterKey在接口中DataRuntime
-
client
public org.elasticsearch.client.RestClient client() -
origin
- 指定者:
origin在接口中DataRuntime
-
origin
- 指定者:
origin在接口中DataRuntime
-
getFeature
- 指定者:
getFeature在接口中DataRuntime
-
setClient
public void setClient(org.elasticsearch.client.RestClient client) -
getVersion
- 指定者:
getVersion在接口中DataRuntime
-
getUrl
- 指定者:
getUrl在接口中DataRuntime
-
setUrl
- 指定者:
setUrl在接口中DataRuntime
-
getDriver
- 指定者:
getDriver在接口中DataRuntime
-
setDriver
- 指定者:
setDriver在接口中DataRuntime
-
getHolder
- 指定者:
getHolder在接口中DataRuntime
-
setHolder
- 指定者:
setHolder在接口中DataRuntime
-